ref: 4d333e81eef8eca1ade0455d1dfe716f4418a460
parent: 4263094d75d7546af5f091ab5b82a4b362a0f500
author: spf13 <[email protected]>
date: Thu Oct 17 18:52:28 EDT 2013
New Homepage for Hugo
--- a/docs/layouts/index.html
+++ b/docs/layouts/index.html
@@ -1,54 +1,210 @@
-<!doctype html>
-<html>
- <head>
- <title>Hugo Static Site Generator written in Go lang</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
- {{ template "chrome/includes.html" . }}
- </head>
- <body>
- <div class="navbar"></div>
- <div class="container-fluid">
- <div class="row-fluid">
- <div class="span3">
- {{ template "chrome/menu.html" . }}
- </div>
- <div class="span9">
-
- <div class="hero-unit" style="background-color: #222; color: #ccc;">
- <h1>Hugo</h1>
- <p>A Fast and Flexible Static Site Generator built with love by <a href="http://spf13.com">spf13</a>
- and <a href="http://github.com/spf13/hugo/graphs/contributors">friends</a> in Go</p>
- <p>
- <a class="btn btn-large btn-success" href="/doc/installing">Get Started</a>
- </p>
- </div>
- <div class="row-fluid">
- <div class="span4">
- <h2>Fast
- <br>
- </h2>
- <p>Written in GoLang for speed, Hugo is significantly faster than most
- other static site generators.
- A typical website of moderate size can be
- rendered in a fraction of a second. A good rule of thumb is that Hugo
- takes around 1 millisecond for each piece of content.<br>
- It's so fast that it will render the site in
- less time than it takes to switch to your browser and reload.</p>
- </div>
- <div class="span4">
- <h2>Flexible</h2>
- <p>Hugo is made to be very flexible. Define your own content types. Define
- your own indexes. Build your own templates, shortcodes and more.
- It is written to work well with any
- kind of website including blogs, tumbles and docs.</p>
- </div>
- <div class="span4">
- <h2>Fun</h2>
- <p>Hugo runs everywhere. Sites generated with Hugo work on every web
- server without any special configuration. Hugo
- removes all the cruft of building a site allowing you to
- focus on writing great content.</p>
- </div>
- </div>
-{{ template "chrome/footer.html" }}
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="description" content="">
+ <meta name="author" content="">
+
+ <title>Hugo :: A fast and flexible static site generator</title>
+
+ <!-- Bootstrap core CSS -->
+ <link href="/static/css/bootstrap.css" rel="stylesheet">
+
+ <!-- Add custom CSS here -->
+ <link href="/static/css/styles.css" rel="stylesheet">
+ <link href="/static/css/hugoicon.css" rel="stylesheet">
+ </head>
+
+ <body>
+
+ <!-- Full Page Image Header Area -->
+ <div id="top" class="header">
+ <div class="vert-text">
+ <h1>Hugo</h1>
+ <h3>The <em>Fast and Flexible</em> Static Site Generator</h3>
+ <br>
+ <a href="#intro" class="btn btn-clear btn-lg">LEARN MORE</a>
+ <a href="#download" class="btn btn-success btn-lg">DOWNLOAD <i class="icon-arrow-down"></i></a><br>
+ <br>
+ <a href="/overview/quickstart/" class="btn btn-info btn-lg">DOCUMENTATION</a>
+ </div>
+ </div>
+ <!-- /Full Page Image Header Area -->
+
+ <div id="main">
+ <!-- Intro -->
+ <div id="intro" class="counterpoint">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-6 col-md-offset-3 text-center">
+ <i class="lead-icon icon-pacman"></i>
+ <h2>Make the Web Fun Again</h2>
+ <p class="lead">
+ Introducing Hugo, a new idea around making website creation simple again.
+ Written in go, Hugo runs everywhere without dependencies on
+ databases, webservers, runtimes or interpreters.
+ Hugo flexibly works with many formats and is ideal for
+ blogs, docs, portfolios and much more.
+ Hugo's nearly instant creation fosters
+ creativity and makes building a website fun again.
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- /Intro -->
+
+ <!-- Point -->
+ <div id="intro" class="point">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-6 col-md-offset-3 text-center">
+ <i class="point-icon icon-tux"></i>
+ <i class="point-icon icon-apple"></i>
+ <i class="point-icon icon-windows8"></i>
+ <h2>Run Anywhere</h2>
+ <p class="lead">
+ Hugo is written in pure go. It is packaged as a single binary for easy installation
+ and doesn't depend on root or administrative privileges, databases, runtimes, interpreters
+ or packages. Hugo is quite possibly the easiest to install software you've ever used.
+ Simply download and run.
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- /Point -->
+
+ <!-- Point -->
+ <div class="counterpoint">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-6 col-md-offset-3 text-center">
+ <i class="lead-icon icon-rocket"></i>
+ <h2>Fast & Powerful</h2>
+ <p class="lead">
+ Hugo is written for speed and performance. Great care has been
+ taken to ensure that Hugo build time is as short as possible.
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- /Point -->
+
+ <!-- Point -->
+ <div class="point">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-6 col-md-offset-3 text-center">
+ <i class="point-icon icon-fork"></i>
+ <h2>Flexible</h2>
+ <p class="lead">
+ Hugo is designed to how you want with minimal configuration.
+ Define your own meta data adhoc.
+ Define your own indexes to organize your content how you want.
+ Work with many different formats simultaneously, Hugo will just work.
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- /Point -->
+
+ <!-- Point -->
+ <div class="counterpoint">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-6 col-md-offset-3 text-center">
+ <i class="lead-icon icon-octocat"></i>
+ <h2>Open and Free</h2>
+ <p class="lead">
+ Hugo is <a href="http://github.com/spf13/hugo">open source</a> and completely free.
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- /Point -->
+
+ <!-- Point -->
+ <div class="point">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-6 col-md-offset-3 text-center">
+ <i class="point-icon icon-beaker-alt"></i>
+ <i class="point-icon icon-heart"></i>
+ <i class="point-icon icon-spf"></i>
+ <h2>Built with Love</h2>
+ <p class="lead">
+ Hugo is developed with love by <a href="http://spf13.com">spf13</a> and friends.
+ We welcome all contributions.
+ New to go? Not a problem, we will help you.
+ Not a developer? Help with docs, templates and themes.
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- /Point -->
+ </div>
+
+ <!-- Call to Action -->
+ <div id="action" class="call-to-action">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-6 col-md-offset-3 text-center">
+ <h3>Get Started Today!</h3>
+ <a href="#top" class="btn btn-md btn-default">Documentation</a>
+ <a href="#top" class="btn btn-lg btn-primary">Download <i class="icon-arrow-down"></i></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- /Call to Action -->
+ <div id="footerSpacer"></div>
+
+ <!-- Footer -->
+ <footer id="footer">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-6 col-md-offset-3 text-center">
+ <ul class="list-inline">
+ <li><a href="http://twitter.com/spf13" class="icon-twitter icon-2x"></a></li>
+ <li><a href="http://github.com/spf13/hugo" class="icon-octocat icon-2x"></a></li>
+ </ul>
+ <hr>
+ <p>Copyright © Steve Francia 2013</p>
+ </div>
+ </div>
+ </div>
+ </footer>
+ <!-- /Footer -->
+
+ <!-- Bootstrap core JavaScript -->
+ <!-- Placed at the end of the document so the pages load faster -->
+ <script src="js/jquery.js"></script>
+
+ <script>
+ $(function() {
+ $('a[href*=#]:not([href=#])').click(function() {
+ if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
+ || location.hostname == this.hostname) {
+
+ var target = $(this.hash);
+ target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
+ if (target.length) {
+ $('html,body').animate({
+ scrollTop: target.offset().top
+ }, 1000);
+ return false;
+ }
+ }
+ });
+ });
+ </script>
+
+ </body>
+
+</html>
--- /dev/null
+++ b/docs/static/static/css/bootstrap.css
@@ -1,0 +1,6805 @@
+/*!
+ * Bootstrap v3.0.0
+ *
+ * Copyright 2013 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world by @mdo and @fat.
+ */
+
+/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
+
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+main,
+nav,
+section,
+summary {
+ display: block;
+}
+
+audio,
+canvas,
+video {
+ display: inline-block;
+}
+
+audio:not([controls]) {
+ display: none;
+ height: 0;
+}
+
+[hidden] {
+ display: none;
+}
+
+html {
+ font-family: sans-serif;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+}
+
+body {
+ margin: 0;
+}
+
+a:focus {
+ outline: thin dotted;
+}
+
+a:active,
+a:hover {
+ outline: 0;
+}
+
+h1 {
+ margin: 0.67em 0;
+ font-size: 2em;
+}
+
+abbr[title] {
+ border-bottom: 1px dotted;
+}
+
+b,
+strong {
+ font-weight: bold;
+}
+
+dfn {
+ font-style: italic;
+}
+
+hr {
+ height: 0;
+ -moz-box-sizing: content-box;
+ box-sizing: content-box;
+}
+
+mark {
+ color: #000;
+ background: #ff0;
+}
+
+code,
+kbd,
+pre,
+samp {
+ font-family: monospace, serif;
+ font-size: 1em;
+}
+
+pre {
+ white-space: pre-wrap;
+}
+
+q {
+ quotes: "\201C" "\201D" "\2018" "\2019";
+}
+
+small {
+ font-size: 80%;
+}
+
+sub,
+sup {
+ position: relative;
+ font-size: 75%;
+ line-height: 0;
+ vertical-align: baseline;
+}
+
+sup {
+ top: -0.5em;
+}
+
+sub {
+ bottom: -0.25em;
+}
+
+img {
+ border: 0;
+}
+
+svg:not(:root) {
+ overflow: hidden;
+}
+
+figure {
+ margin: 0;
+}
+
+fieldset {
+ padding: 0.35em 0.625em 0.75em;
+ margin: 0 2px;
+ border: 1px solid #c0c0c0;
+}
+
+legend {
+ padding: 0;
+ border: 0;
+}
+
+button,
+input,
+select,
+textarea {
+ margin: 0;
+ font-family: inherit;
+ font-size: 100%;
+}
+
+button,
+input {
+ line-height: normal;
+}
+
+button,
+select {
+ text-transform: none;
+}
+
+button,
+html input[type="button"],
+input[type="reset"],
+input[type="submit"] {
+ cursor: pointer;
+ -webkit-appearance: button;
+}
+
+button[disabled],
+html input[disabled] {
+ cursor: default;
+}
+
+input[type="checkbox"],
+input[type="radio"] {
+ padding: 0;
+ box-sizing: border-box;
+}
+
+input[type="search"] {
+ -webkit-box-sizing: content-box;
+ -moz-box-sizing: content-box;
+ box-sizing: content-box;
+ -webkit-appearance: textfield;
+}
+
+input[type="search"]::-webkit-search-cancel-button,
+input[type="search"]::-webkit-search-decoration {
+ -webkit-appearance: none;
+}
+
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+ padding: 0;
+ border: 0;
+}
+
+textarea {
+ overflow: auto;
+ vertical-align: top;
+}
+
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
+
+@media print {
+ * {
+ color: #000 !important;
+ text-shadow: none !important;
+ background: transparent !important;
+ box-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;
+ }
+ tr,
+ img {
+ page-break-inside: avoid;
+ }
+ img {
+ max-width: 100% !important;
+ }
+ @page {
+ margin: 2cm .5cm;
+ }
+ p,
+ h2,
+ h3 {
+ orphans: 3;
+ widows: 3;
+ }
+ h2,
+ h3 {
+ page-break-after: avoid;
+ }
+ .navbar {
+ display: none;
+ }
+ .table td,
+ .table th {
+ background-color: #fff !important;
+ }
+ .btn > .caret,
+ .dropup > .btn > .caret {
+ border-top-color: #000 !important;
+ }
+ .label {
+ border: 1px solid #000;
+ }
+ .table {
+ border-collapse: collapse !important;
+ }
+ .table-bordered th,
+ .table-bordered td {
+ border: 1px solid #ddd !important;
+ }
+}
+
+*,
+*:before,
+*:after {
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
+
+html {
+ font-size: 62.5%;
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+
+body {
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 14px;
+ line-height: 1.428571429;
+ color: #333333;
+ background-color: #ffffff;
+}
+
+input,
+button,
+select,
+textarea {
+ font-family: inherit;
+ font-size: inherit;
+ line-height: inherit;
+}
+
+button,
+input,
+select[multiple],
+textarea {
+ background-image: none;
+}
+
+a {
+ color: #428bca;
+ text-decoration: none;
+}
+
+a:hover,
+a:focus {
+ color: #2a6496;
+ text-decoration: underline;
+}
+
+a:focus {
+ outline: thin dotted #333;
+ outline: 5px auto -webkit-focus-ring-color;
+ outline-offset: -2px;
+}
+
+img {
+ vertical-align: middle;
+}
+
+.img-responsive {
+ display: block;
+ height: auto;
+ max-width: 100%;
+}
+
+.img-rounded {
+ border-radius: 6px;
+}
+
+.img-thumbnail {
+ display: inline-block;
+ height: auto;
+ max-width: 100%;
+ padding: 4px;
+ line-height: 1.428571429;
+ background-color: #ffffff;
+ border: 1px solid #dddddd;
+ border-radius: 4px;
+ -webkit-transition: all 0.2s ease-in-out;
+ transition: all 0.2s ease-in-out;
+}
+
+.img-circle {
+ border-radius: 50%;
+}
+
+hr {
+ margin-top: 20px;
+ margin-bottom: 20px;
+ border: 0;
+ border-top: 1px solid #eeeeee;
+}
+
+.sr-only {
+ position: absolute;
+ width: 1px;
+ height: 1px;
+ padding: 0;
+ margin: -1px;
+ overflow: hidden;
+ clip: rect(0 0 0 0);
+ border: 0;
+}
+
+p {
+ margin: 0 0 10px;
+}
+
+.lead {
+ margin-bottom: 20px;
+ font-size: 16.099999999999998px;
+ font-weight: 200;
+ line-height: 1.4;
+}
+
+@media (min-width: 768px) {
+ .lead {
+ font-size: 21px;
+ }
+}
+
+small {
+ font-size: 85%;
+}
+
+cite {
+ font-style: normal;
+}
+
+.text-muted {
+ color: #999999;
+}
+
+.text-primary {
+ color: #428bca;
+}
+
+.text-warning {
+ color: #c09853;
+}
+
+.text-danger {
+ color: #b94a48;
+}
+
+.text-success {
+ color: #468847;
+}
+
+.text-info {
+ color: #3a87ad;
+}
+
+.text-left {
+ text-align: left;
+}
+
+.text-right {
+ text-align: right;
+}
+
+.text-center {
+ text-align: center;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+.h1,
+.h2,
+.h3,
+.h4,
+.h5,
+.h6 {
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-weight: 500;
+ line-height: 1.1;
+}
+
+h1 small,
+h2 small,
+h3 small,
+h4 small,
+h5 small,
+h6 small,
+.h1 small,
+.h2 small,
+.h3 small,
+.h4 small,
+.h5 small,
+.h6 small {
+ font-weight: normal;
+ line-height: 1;
+ color: #999999;
+}
+
+h1,
+h2,
+h3 {
+ margin-top: 20px;
+ margin-bottom: 10px;
+}
+
+h4,
+h5,
+h6 {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+
+h1,
+.h1 {
+ font-size: 36px;
+}
+
+h2,
+.h2 {
+ font-size: 30px;
+}
+
+h3,
+.h3 {
+ font-size: 24px;
+}
+
+h4,
+.h4 {
+ font-size: 18px;
+}
+
+h5,
+.h5 {
+ font-size: 14px;
+}
+
+h6,
+.h6 {
+ font-size: 12px;
+}
+
+h1 small,
+.h1 small {
+ font-size: 24px;
+}
+
+h2 small,
+.h2 small {
+ font-size: 18px;
+}
+
+h3 small,
+.h3 small,
+h4 small,
+.h4 small {
+ font-size: 14px;
+}
+
+.page-header {
+ padding-bottom: 9px;
+ margin: 40px 0 20px;
+ border-bottom: 1px solid #eeeeee;
+}
+
+ul,
+ol {
+ margin-top: 0;
+ margin-bottom: 10px;
+}
+
+ul ul,
+ol ul,
+ul ol,
+ol ol {
+ margin-bottom: 0;
+}
+
+.list-unstyled {
+ padding-left: 0;
+ list-style: none;
+}
+
+.list-inline {
+ padding-left: 0;
+ list-style: none;
+}
+
+.list-inline > li {
+ display: inline-block;
+ padding-right: 5px;
+ padding-left: 5px;
+}
+
+dl {
+ margin-bottom: 20px;
+}
+
+dt,
+dd {
+ line-height: 1.428571429;
+}
+
+dt {
+ font-weight: bold;
+}
+
+dd {
+ margin-left: 0;
+}
+
+@media (min-width: 768px) {
+ .dl-horizontal dt {
+ float: left;
+ width: 160px;
+ overflow: hidden;
+ clear: left;
+ text-align: right;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
+ .dl-horizontal dd {
+ margin-left: 180px;
+ }
+ .dl-horizontal dd:before,
+ .dl-horizontal dd:after {
+ display: table;
+ content: " ";
+ }
+ .dl-horizontal dd:after {
+ clear: both;
+ }
+ .dl-horizontal dd:before,
+ .dl-horizontal dd:after {
+ display: table;
+ content: " ";
+ }
+ .dl-horizontal dd:after {
+ clear: both;
+ }
+}
+
+abbr[title],
+abbr[data-original-title] {
+ cursor: help;
+ border-bottom: 1px dotted #999999;
+}
+
+abbr.initialism {
+ font-size: 90%;
+ text-transform: uppercase;
+}
+
+blockquote {
+ padding: 10px 20px;
+ margin: 0 0 20px;
+ border-left: 5px solid #eeeeee;
+}
+
+blockquote p {
+ font-size: 17.5px;
+ font-weight: 300;
+ line-height: 1.25;
+}
+
+blockquote p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote small {
+ display: block;
+ line-height: 1.428571429;
+ color: #999999;
+}
+
+blockquote small:before {
+ content: '\2014 \00A0';
+}
+
+blockquote.pull-right {
+ padding-right: 15px;
+ padding-left: 0;
+ border-right: 5px solid #eeeeee;
+ border-left: 0;
+}
+
+blockquote.pull-right p,
+blockquote.pull-right small {
+ text-align: right;
+}
+
+blockquote.pull-right small:before {
+ content: '';
+}
+
+blockquote.pull-right small:after {
+ content: '\00A0 \2014';
+}
+
+q:before,
+q:after,
+blockquote:before,
+blockquote:after {
+ content: "";
+}
+
+address {
+ display: block;
+ margin-bottom: 20px;
+ font-style: normal;
+ line-height: 1.428571429;
+}
+
+code,
+pre {
+ font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
+}
+
+code {
+ padding: 2px 4px;
+ font-size: 90%;
+ color: #c7254e;
+ white-space: nowrap;
+ background-color: #f9f2f4;
+ border-radius: 4px;
+}
+
+pre {
+ display: block;
+ padding: 9.5px;
+ margin: 0 0 10px;
+ font-size: 13px;
+ line-height: 1.428571429;
+ color: #333333;
+ word-break: break-all;
+ word-wrap: break-word;
+ background-color: #f5f5f5;
+ border: 1px solid #cccccc;
+ border-radius: 4px;
+}
+
+pre.prettyprint {
+ margin-bottom: 20px;
+}
+
+pre code {
+ padding: 0;
+ font-size: inherit;
+ color: inherit;
+ white-space: pre-wrap;
+ background-color: transparent;
+ border: 0;
+}
+
+.pre-scrollable {
+ max-height: 340px;
+ overflow-y: scroll;
+}
+
+.container {
+ padding-right: 15px;
+ padding-left: 15px;
+ margin-right: auto;
+ margin-left: auto;
+}
+
+.container:before,
+.container:after {
+ display: table;
+ content: " ";
+}
+
+.container:after {
+ clear: both;
+}
+
+.container:before,
+.container:after {
+ display: table;
+ content: " ";
+}
+
+.container:after {
+ clear: both;
+}
+
+.row {
+ margin-right: -15px;
+ margin-left: -15px;
+}
+
+.row:before,
+.row:after {
+ display: table;
+ content: " ";
+}
+
+.row:after {
+ clear: both;
+}
+
+.row:before,
+.row:after {
+ display: table;
+ content: " ";
+}
+
+.row:after {
+ clear: both;
+}
+
+.col-xs-1,
+.col-xs-2,
+.col-xs-3,
+.col-xs-4,
+.col-xs-5,
+.col-xs-6,
+.col-xs-7,
+.col-xs-8,
+.col-xs-9,
+.col-xs-10,
+.col-xs-11,
+.col-xs-12,
+.col-sm-1,
+.col-sm-2,
+.col-sm-3,
+.col-sm-4,
+.col-sm-5,
+.col-sm-6,
+.col-sm-7,
+.col-sm-8,
+.col-sm-9,
+.col-sm-10,
+.col-sm-11,
+.col-sm-12,
+.col-md-1,
+.col-md-2,
+.col-md-3,
+.col-md-4,
+.col-md-5,
+.col-md-6,
+.col-md-7,
+.col-md-8,
+.col-md-9,
+.col-md-10,
+.col-md-11,
+.col-md-12,
+.col-lg-1,
+.col-lg-2,
+.col-lg-3,
+.col-lg-4,
+.col-lg-5,
+.col-lg-6,
+.col-lg-7,
+.col-lg-8,
+.col-lg-9,
+.col-lg-10,
+.col-lg-11,
+.col-lg-12 {
+ position: relative;
+ min-height: 1px;
+ padding-right: 15px;
+ padding-left: 15px;
+}
+
+.col-xs-1,
+.col-xs-2,
+.col-xs-3,
+.col-xs-4,
+.col-xs-5,
+.col-xs-6,
+.col-xs-7,
+.col-xs-8,
+.col-xs-9,
+.col-xs-10,
+.col-xs-11 {
+ float: left;
+}
+
+.col-xs-1 {
+ width: 8.333333333333332%;
+}
+
+.col-xs-2 {
+ width: 16.666666666666664%;
+}
+
+.col-xs-3 {
+ width: 25%;
+}
+
+.col-xs-4 {
+ width: 33.33333333333333%;
+}
+
+.col-xs-5 {
+ width: 41.66666666666667%;
+}
+
+.col-xs-6 {
+ width: 50%;
+}
+
+.col-xs-7 {
+ width: 58.333333333333336%;
+}
+
+.col-xs-8 {
+ width: 66.66666666666666%;
+}
+
+.col-xs-9 {
+ width: 75%;
+}
+
+.col-xs-10 {
+ width: 83.33333333333334%;
+}
+
+.col-xs-11 {
+ width: 91.66666666666666%;
+}
+
+.col-xs-12 {
+ width: 100%;
+}
+
+@media (min-width: 768px) {
+ .container {
+ max-width: 750px;
+ }
+ .col-sm-1,
+ .col-sm-2,
+ .col-sm-3,
+ .col-sm-4,
+ .col-sm-5,
+ .col-sm-6,
+ .col-sm-7,
+ .col-sm-8,
+ .col-sm-9,
+ .col-sm-10,
+ .col-sm-11 {
+ float: left;
+ }
+ .col-sm-1 {
+ width: 8.333333333333332%;
+ }
+ .col-sm-2 {
+ width: 16.666666666666664%;
+ }
+ .col-sm-3 {
+ width: 25%;
+ }
+ .col-sm-4 {
+ width: 33.33333333333333%;
+ }
+ .col-sm-5 {
+ width: 41.66666666666667%;
+ }
+ .col-sm-6 {
+ width: 50%;
+ }
+ .col-sm-7 {
+ width: 58.333333333333336%;
+ }
+ .col-sm-8 {
+ width: 66.66666666666666%;
+ }
+ .col-sm-9 {
+ width: 75%;
+ }
+ .col-sm-10 {
+ width: 83.33333333333334%;
+ }
+ .col-sm-11 {
+ width: 91.66666666666666%;
+ }
+ .col-sm-12 {
+ width: 100%;
+ }
+ .col-sm-push-1 {
+ left: 8.333333333333332%;
+ }
+ .col-sm-push-2 {
+ left: 16.666666666666664%;
+ }
+ .col-sm-push-3 {
+ left: 25%;
+ }
+ .col-sm-push-4 {
+ left: 33.33333333333333%;
+ }
+ .col-sm-push-5 {
+ left: 41.66666666666667%;
+ }
+ .col-sm-push-6 {
+ left: 50%;
+ }
+ .col-sm-push-7 {
+ left: 58.333333333333336%;
+ }
+ .col-sm-push-8 {
+ left: 66.66666666666666%;
+ }
+ .col-sm-push-9 {
+ left: 75%;
+ }
+ .col-sm-push-10 {
+ left: 83.33333333333334%;
+ }
+ .col-sm-push-11 {
+ left: 91.66666666666666%;
+ }
+ .col-sm-pull-1 {
+ right: 8.333333333333332%;
+ }
+ .col-sm-pull-2 {
+ right: 16.666666666666664%;
+ }
+ .col-sm-pull-3 {
+ right: 25%;
+ }
+ .col-sm-pull-4 {
+ right: 33.33333333333333%;
+ }
+ .col-sm-pull-5 {
+ right: 41.66666666666667%;
+ }
+ .col-sm-pull-6 {
+ right: 50%;
+ }
+ .col-sm-pull-7 {
+ right: 58.333333333333336%;
+ }
+ .col-sm-pull-8 {
+ right: 66.66666666666666%;
+ }
+ .col-sm-pull-9 {
+ right: 75%;
+ }
+ .col-sm-pull-10 {
+ right: 83.33333333333334%;
+ }
+ .col-sm-pull-11 {
+ right: 91.66666666666666%;
+ }
+ .col-sm-offset-1 {
+ margin-left: 8.333333333333332%;
+ }
+ .col-sm-offset-2 {
+ margin-left: 16.666666666666664%;
+ }
+ .col-sm-offset-3 {
+ margin-left: 25%;
+ }
+ .col-sm-offset-4 {
+ margin-left: 33.33333333333333%;
+ }
+ .col-sm-offset-5 {
+ margin-left: 41.66666666666667%;
+ }
+ .col-sm-offset-6 {
+ margin-left: 50%;
+ }
+ .col-sm-offset-7 {
+ margin-left: 58.333333333333336%;
+ }
+ .col-sm-offset-8 {
+ margin-left: 66.66666666666666%;
+ }
+ .col-sm-offset-9 {
+ margin-left: 75%;
+ }
+ .col-sm-offset-10 {
+ margin-left: 83.33333333333334%;
+ }
+ .col-sm-offset-11 {
+ margin-left: 91.66666666666666%;
+ }
+}
+
+@media (min-width: 992px) {
+ .container {
+ max-width: 970px;
+ }
+ .col-md-1,
+ .col-md-2,
+ .col-md-3,
+ .col-md-4,
+ .col-md-5,
+ .col-md-6,
+ .col-md-7,
+ .col-md-8,
+ .col-md-9,
+ .col-md-10,
+ .col-md-11 {
+ float: left;
+ }
+ .col-md-1 {
+ width: 8.333333333333332%;
+ }
+ .col-md-2 {
+ width: 16.666666666666664%;
+ }
+ .col-md-3 {
+ width: 25%;
+ }
+ .col-md-4 {
+ width: 33.33333333333333%;
+ }
+ .col-md-5 {
+ width: 41.66666666666667%;
+ }
+ .col-md-6 {
+ width: 50%;
+ }
+ .col-md-7 {
+ width: 58.333333333333336%;
+ }
+ .col-md-8 {
+ width: 66.66666666666666%;
+ }
+ .col-md-9 {
+ width: 75%;
+ }
+ .col-md-10 {
+ width: 83.33333333333334%;
+ }
+ .col-md-11 {
+ width: 91.66666666666666%;
+ }
+ .col-md-12 {
+ width: 100%;
+ }
+ .col-md-push-0 {
+ left: auto;
+ }
+ .col-md-push-1 {
+ left: 8.333333333333332%;
+ }
+ .col-md-push-2 {
+ left: 16.666666666666664%;
+ }
+ .col-md-push-3 {
+ left: 25%;
+ }
+ .col-md-push-4 {
+ left: 33.33333333333333%;
+ }
+ .col-md-push-5 {
+ left: 41.66666666666667%;
+ }
+ .col-md-push-6 {
+ left: 50%;
+ }
+ .col-md-push-7 {
+ left: 58.333333333333336%;
+ }
+ .col-md-push-8 {
+ left: 66.66666666666666%;
+ }
+ .col-md-push-9 {
+ left: 75%;
+ }
+ .col-md-push-10 {
+ left: 83.33333333333334%;
+ }
+ .col-md-push-11 {
+ left: 91.66666666666666%;
+ }
+ .col-md-pull-0 {
+ right: auto;
+ }
+ .col-md-pull-1 {
+ right: 8.333333333333332%;
+ }
+ .col-md-pull-2 {
+ right: 16.666666666666664%;
+ }
+ .col-md-pull-3 {
+ right: 25%;
+ }
+ .col-md-pull-4 {
+ right: 33.33333333333333%;
+ }
+ .col-md-pull-5 {
+ right: 41.66666666666667%;
+ }
+ .col-md-pull-6 {
+ right: 50%;
+ }
+ .col-md-pull-7 {
+ right: 58.333333333333336%;
+ }
+ .col-md-pull-8 {
+ right: 66.66666666666666%;
+ }
+ .col-md-pull-9 {
+ right: 75%;
+ }
+ .col-md-pull-10 {
+ right: 83.33333333333334%;
+ }
+ .col-md-pull-11 {
+ right: 91.66666666666666%;
+ }
+ .col-md-offset-0 {
+ margin-left: 0;
+ }
+ .col-md-offset-1 {
+ margin-left: 8.333333333333332%;
+ }
+ .col-md-offset-2 {
+ margin-left: 16.666666666666664%;
+ }
+ .col-md-offset-3 {
+ margin-left: 25%;
+ }
+ .col-md-offset-4 {
+ margin-left: 33.33333333333333%;
+ }
+ .col-md-offset-5 {
+ margin-left: 41.66666666666667%;
+ }
+ .col-md-offset-6 {
+ margin-left: 50%;
+ }
+ .col-md-offset-7 {
+ margin-left: 58.333333333333336%;
+ }
+ .col-md-offset-8 {
+ margin-left: 66.66666666666666%;
+ }
+ .col-md-offset-9 {
+ margin-left: 75%;
+ }
+ .col-md-offset-10 {
+ margin-left: 83.33333333333334%;
+ }
+ .col-md-offset-11 {
+ margin-left: 91.66666666666666%;
+ }
+}
+
+@media (min-width: 1200px) {
+ .container {
+ max-width: 1170px;
+ }
+ .col-lg-1,
+ .col-lg-2,
+ .col-lg-3,
+ .col-lg-4,
+ .col-lg-5,
+ .col-lg-6,
+ .col-lg-7,
+ .col-lg-8,
+ .col-lg-9,
+ .col-lg-10,
+ .col-lg-11 {
+ float: left;
+ }
+ .col-lg-1 {
+ width: 8.333333333333332%;
+ }
+ .col-lg-2 {
+ width: 16.666666666666664%;
+ }
+ .col-lg-3 {
+ width: 25%;
+ }
+ .col-lg-4 {
+ width: 33.33333333333333%;
+ }
+ .col-lg-5 {
+ width: 41.66666666666667%;
+ }
+ .col-lg-6 {
+ width: 50%;
+ }
+ .col-lg-7 {
+ width: 58.333333333333336%;
+ }
+ .col-lg-8 {
+ width: 66.66666666666666%;
+ }
+ .col-lg-9 {
+ width: 75%;
+ }
+ .col-lg-10 {
+ width: 83.33333333333334%;
+ }
+ .col-lg-11 {
+ width: 91.66666666666666%;
+ }
+ .col-lg-12 {
+ width: 100%;
+ }
+ .col-lg-push-0 {
+ left: auto;
+ }
+ .col-lg-push-1 {
+ left: 8.333333333333332%;
+ }
+ .col-lg-push-2 {
+ left: 16.666666666666664%;
+ }
+ .col-lg-push-3 {
+ left: 25%;
+ }
+ .col-lg-push-4 {
+ left: 33.33333333333333%;
+ }
+ .col-lg-push-5 {
+ left: 41.66666666666667%;
+ }
+ .col-lg-push-6 {
+ left: 50%;
+ }
+ .col-lg-push-7 {
+ left: 58.333333333333336%;
+ }
+ .col-lg-push-8 {
+ left: 66.66666666666666%;
+ }
+ .col-lg-push-9 {
+ left: 75%;
+ }
+ .col-lg-push-10 {
+ left: 83.33333333333334%;
+ }
+ .col-lg-push-11 {
+ left: 91.66666666666666%;
+ }
+ .col-lg-pull-0 {
+ right: auto;
+ }
+ .col-lg-pull-1 {
+ right: 8.333333333333332%;
+ }
+ .col-lg-pull-2 {
+ right: 16.666666666666664%;
+ }
+ .col-lg-pull-3 {
+ right: 25%;
+ }
+ .col-lg-pull-4 {
+ right: 33.33333333333333%;
+ }
+ .col-lg-pull-5 {
+ right: 41.66666666666667%;
+ }
+ .col-lg-pull-6 {
+ right: 50%;
+ }
+ .col-lg-pull-7 {
+ right: 58.333333333333336%;
+ }
+ .col-lg-pull-8 {
+ right: 66.66666666666666%;
+ }
+ .col-lg-pull-9 {
+ right: 75%;
+ }
+ .col-lg-pull-10 {
+ right: 83.33333333333334%;
+ }
+ .col-lg-pull-11 {
+ right: 91.66666666666666%;
+ }
+ .col-lg-offset-0 {
+ margin-left: 0;
+ }
+ .col-lg-offset-1 {
+ margin-left: 8.333333333333332%;
+ }
+ .col-lg-offset-2 {
+ margin-left: 16.666666666666664%;
+ }
+ .col-lg-offset-3 {
+ margin-left: 25%;
+ }
+ .col-lg-offset-4 {
+ margin-left: 33.33333333333333%;
+ }
+ .col-lg-offset-5 {
+ margin-left: 41.66666666666667%;
+ }
+ .col-lg-offset-6 {
+ margin-left: 50%;
+ }
+ .col-lg-offset-7 {
+ margin-left: 58.333333333333336%;
+ }
+ .col-lg-offset-8 {
+ margin-left: 66.66666666666666%;
+ }
+ .col-lg-offset-9 {
+ margin-left: 75%;
+ }
+ .col-lg-offset-10 {
+ margin-left: 83.33333333333334%;
+ }
+ .col-lg-offset-11 {
+ margin-left: 91.66666666666666%;
+ }
+}
+
+table {
+ max-width: 100%;
+ background-color: transparent;
+}
+
+th {
+ text-align: left;
+}
+
+.table {
+ width: 100%;
+ margin-bottom: 20px;
+}
+
+.table thead > tr > th,
+.table tbody > tr > th,
+.table tfoot > tr > th,
+.table thead > tr > td,
+.table tbody > tr > td,
+.table tfoot > tr > td {
+ padding: 8px;
+ line-height: 1.428571429;
+ vertical-align: top;
+ border-top: 1px solid #dddddd;
+}
+
+.table thead > tr > th {
+ vertical-align: bottom;
+ border-bottom: 2px solid #dddddd;
+}
+
+.table caption + thead tr:first-child th,
+.table colgroup + thead tr:first-child th,
+.table thead:first-child tr:first-child th,
+.table caption + thead tr:first-child td,
+.table colgroup + thead tr:first-child td,
+.table thead:first-child tr:first-child td {
+ border-top: 0;
+}
+
+.table tbody + tbody {
+ border-top: 2px solid #dddddd;
+}
+
+.table .table {
+ background-color: #ffffff;
+}
+
+.table-condensed thead > tr > th,
+.table-condensed tbody > tr > th,
+.table-condensed tfoot > tr > th,
+.table-condensed thead > tr > td,
+.table-condensed tbody > tr > td,
+.table-condensed tfoot > tr > td {
+ padding: 5px;
+}
+
+.table-bordered {
+ border: 1px solid #dddddd;
+}
+
+.table-bordered > thead > tr > th,
+.table-bordered > tbody > tr > th,
+.table-bordered > tfoot > tr > th,
+.table-bordered > thead > tr > td,
+.table-bordered > tbody > tr > td,
+.table-bordered > tfoot > tr > td {
+ border: 1px solid #dddddd;
+}
+
+.table-bordered > thead > tr > th,
+.table-bordered > thead > tr > td {
+ border-bottom-width: 2px;
+}
+
+.table-striped > tbody > tr:nth-child(odd) > td,
+.table-striped > tbody > tr:nth-child(odd) > th {
+ background-color: #f9f9f9;
+}
+
+.table-hover > tbody > tr:hover > td,
+.table-hover > tbody > tr:hover > th {
+ background-color: #f5f5f5;
+}
+
+table col[class*="col-"] {
+ display: table-column;
+ float: none;
+}
+
+table td[class*="col-"],
+table th[class*="col-"] {
+ display: table-cell;
+ float: none;
+}
+
+.table > thead > tr > td.active,
+.table > tbody > tr > td.active,
+.table > tfoot > tr > td.active,
+.table > thead > tr > th.active,
+.table > tbody > tr > th.active,
+.table > tfoot > tr > th.active,
+.table > thead > tr.active > td,
+.table > tbody > tr.active > td,
+.table > tfoot > tr.active > td,
+.table > thead > tr.active > th,
+.table > tbody > tr.active > th,
+.table > tfoot > tr.active > th {
+ background-color: #f5f5f5;
+}
+
+.table > thead > tr > td.success,
+.table > tbody > tr > td.success,
+.table > tfoot > tr > td.success,
+.table > thead > tr > th.success,
+.table > tbody > tr > th.success,
+.table > tfoot > tr > th.success,
+.table > thead > tr.success > td,
+.table > tbody > tr.success > td,
+.table > tfoot > tr.success > td,
+.table > thead > tr.success > th,
+.table > tbody > tr.success > th,
+.table > tfoot > tr.success > th {
+ background-color: #dff0d8;
+ border-color: #d6e9c6;
+}
+
+.table-hover > tbody > tr > td.success:hover,
+.table-hover > tbody > tr > th.success:hover,
+.table-hover > tbody > tr.success:hover > td {
+ background-color: #d0e9c6;
+ border-color: #c9e2b3;
+}
+
+.table > thead > tr > td.danger,
+.table > tbody > tr > td.danger,
+.table > tfoot > tr > td.danger,
+.table > thead > tr > th.danger,
+.table > tbody > tr > th.danger,
+.table > tfoot > tr > th.danger,
+.table > thead > tr.danger > td,
+.table > tbody > tr.danger > td,
+.table > tfoot > tr.danger > td,
+.table > thead > tr.danger > th,
+.table > tbody > tr.danger > th,
+.table > tfoot > tr.danger > th {
+ background-color: #f2dede;
+ border-color: #eed3d7;
+}
+
+.table-hover > tbody > tr > td.danger:hover,
+.table-hover > tbody > tr > th.danger:hover,
+.table-hover > tbody > tr.danger:hover > td {
+ background-color: #ebcccc;
+ border-color: #e6c1c7;
+}
+
+.table > thead > tr > td.warning,
+.table > tbody > tr > td.warning,
+.table > tfoot > tr > td.warning,
+.table > thead > tr > th.warning,
+.table > tbody > tr > th.warning,
+.table > tfoot > tr > th.warning,
+.table > thead > tr.warning > td,
+.table > tbody > tr.warning > td,
+.table > tfoot > tr.warning > td,
+.table > thead > tr.warning > th,
+.table > tbody > tr.warning > th,
+.table > tfoot > tr.warning > th {
+ background-color: #fcf8e3;
+ border-color: #fbeed5;
+}
+
+.table-hover > tbody > tr > td.warning:hover,
+.table-hover > tbody > tr > th.warning:hover,
+.table-hover > tbody > tr.warning:hover > td {
+ background-color: #faf2cc;
+ border-color: #f8e5be;
+}
+
+@media (max-width: 768px) {
+ .table-responsive {
+ width: 100%;
+ margin-bottom: 15px;
+ overflow-x: scroll;
+ overflow-y: hidden;
+ border: 1px solid #dddddd;
+ }
+ .table-responsive > .table {
+ margin-bottom: 0;
+ background-color: #fff;
+ }
+ .table-responsive > .table > thead > tr > th,
+ .table-responsive > .table > tbody > tr > th,
+ .table-responsive > .table > tfoot > tr > th,
+ .table-responsive > .table > thead > tr > td,
+ .table-responsive > .table > tbody > tr > td,
+ .table-responsive > .table > tfoot > tr > td {
+ white-space: nowrap;
+ }
+ .table-responsive > .table-bordered {
+ border: 0;
+ }
+ .table-responsive > .table-bordered > thead > tr > th:first-child,
+ .table-responsive > .table-bordered > tbody > tr > th:first-child,
+ .table-responsive > .table-bordered > tfoot > tr > th:first-child,
+ .table-responsive > .table-bordered > thead > tr > td:first-child,
+ .table-responsive > .table-bordered > tbody > tr > td:first-child,
+ .table-responsive > .table-bordered > tfoot > tr > td:first-child {
+ border-left: 0;
+ }
+ .table-responsive > .table-bordered > thead > tr > th:last-child,
+ .table-responsive > .table-bordered > tbody > tr > th:last-child,
+ .table-responsive > .table-bordered > tfoot > tr > th:last-child,
+ .table-responsive > .table-bordered > thead > tr > td:last-child,
+ .table-responsive > .table-bordered > tbody > tr > td:last-child,
+ .table-responsive > .table-bordered > tfoot > tr > td:last-child {
+ border-right: 0;
+ }
+ .table-responsive > .table-bordered > thead > tr:last-child > th,
+ .table-responsive > .table-bordered > tbody > tr:last-child > th,
+ .table-responsive > .table-bordered > tfoot > tr:last-child > th,
+ .table-responsive > .table-bordered > thead > tr:last-child > td,
+ .table-responsive > .table-bordered > tbody > tr:last-child > td,
+ .table-responsive > .table-bordered > tfoot > tr:last-child > td {
+ border-bottom: 0;
+ }
+}
+
+fieldset {
+ padding: 0;
+ margin: 0;
+ border: 0;
+}
+
+legend {
+ display: block;
+ width: 100%;
+ padding: 0;
+ margin-bottom: 20px;
+ font-size: 21px;
+ line-height: inherit;
+ color: #333333;
+ border: 0;
+ border-bottom: 1px solid #e5e5e5;
+}
+
+label {
+ display: inline-block;
+ margin-bottom: 5px;
+ font-weight: bold;
+}
+
+input[type="search"] {
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
+
+input[type="radio"],
+input[type="checkbox"] {
+ margin: 4px 0 0;
+ margin-top: 1px \9;
+ /* IE8-9 */
+
+ line-height: normal;
+}
+
+input[type="file"] {
+ display: block;
+}
+
+select[multiple],
+select[size] {
+ height: auto;
+}
+
+select optgroup {
+ font-family: inherit;
+ font-size: inherit;
+ font-style: inherit;
+}
+
+input[type="file"]:focus,
+input[type="radio"]:focus,
+input[type="checkbox"]:focus {
+ outline: thin dotted #333;
+ outline: 5px auto -webkit-focus-ring-color;
+ outline-offset: -2px;
+}
+
+input[type="number"]::-webkit-outer-spin-button,
+input[type="number"]::-webkit-inner-spin-button {
+ height: auto;
+}
+
+.form-control:-moz-placeholder {
+ color: #999999;
+}
+
+.form-control::-moz-placeholder {
+ color: #999999;
+}
+
+.form-control:-ms-input-placeholder {
+ color: #999999;
+}
+
+.form-control::-webkit-input-placeholder {
+ color: #999999;
+}
+
+.form-control {
+ display: block;
+ width: 100%;
+ height: 34px;
+ padding: 6px 12px;
+ font-size: 14px;
+ line-height: 1.428571429;
+ color: #555555;
+ vertical-align: middle;
+ background-color: #ffffff;
+ border: 1px solid #cccccc;
+ border-radius: 4px;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+ -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
+ transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
+}
+
+.form-control:focus {
+ border-color: #66afe9;
+ outline: 0;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
+}
+
+.form-control[disabled],
+.form-control[readonly],
+fieldset[disabled] .form-control {
+ cursor: not-allowed;
+ background-color: #eeeeee;
+}
+
+textarea.form-control {
+ height: auto;
+}
+
+.form-group {
+ margin-bottom: 15px;
+}
+
+.radio,
+.checkbox {
+ display: block;
+ min-height: 20px;
+ padding-left: 20px;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ vertical-align: middle;
+}
+
+.radio label,
+.checkbox label {
+ display: inline;
+ margin-bottom: 0;
+ font-weight: normal;
+ cursor: pointer;
+}
+
+.radio input[type="radio"],
+.radio-inline input[type="radio"],
+.checkbox input[type="checkbox"],
+.checkbox-inline input[type="checkbox"] {
+ float: left;
+ margin-left: -20px;
+}
+
+.radio + .radio,
+.checkbox + .checkbox {
+ margin-top: -5px;
+}
+
+.radio-inline,
+.checkbox-inline {
+ display: inline-block;
+ padding-left: 20px;
+ margin-bottom: 0;
+ font-weight: normal;
+ vertical-align: middle;
+ cursor: pointer;
+}
+
+.radio-inline + .radio-inline,
+.checkbox-inline + .checkbox-inline {
+ margin-top: 0;
+ margin-left: 10px;
+}
+
+input[type="radio"][disabled],
+input[type="checkbox"][disabled],
+.radio[disabled],
+.radio-inline[disabled],
+.checkbox[disabled],
+.checkbox-inline[disabled],
+fieldset[disabled] input[type="radio"],
+fieldset[disabled] input[type="checkbox"],
+fieldset[disabled] .radio,
+fieldset[disabled] .radio-inline,
+fieldset[disabled] .checkbox,
+fieldset[disabled] .checkbox-inline {
+ cursor: not-allowed;
+}
+
+.input-sm {
+ height: 30px;
+ padding: 5px 10px;
+ font-size: 12px;
+ line-height: 1.5;
+ border-radius: 3px;
+}
+
+select.input-sm {
+ height: 30px;
+ line-height: 30px;
+}
+
+textarea.input-sm {
+ height: auto;
+}
+
+.input-lg {
+ height: 45px;
+ padding: 10px 16px;
+ font-size: 18px;
+ line-height: 1.33;
+ border-radius: 6px;
+}
+
+select.input-lg {
+ height: 45px;
+ line-height: 45px;
+}
+
+textarea.input-lg {
+ height: auto;
+}
+
+.has-warning .help-block,
+.has-warning .control-label {
+ color: #c09853;
+}
+
+.has-warning .form-control {
+ border-color: #c09853;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+}
+
+.has-warning .form-control:focus {
+ border-color: #a47e3c;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
+}
+
+.has-warning .input-group-addon {
+ color: #c09853;
+ background-color: #fcf8e3;
+ border-color: #c09853;
+}
+
+.has-error .help-block,
+.has-error .control-label {
+ color: #b94a48;
+}
+
+.has-error .form-control {
+ border-color: #b94a48;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+}
+
+.has-error .form-control:focus {
+ border-color: #953b39;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
+}
+
+.has-error .input-group-addon {
+ color: #b94a48;
+ background-color: #f2dede;
+ border-color: #b94a48;
+}
+
+.has-success .help-block,
+.has-success .control-label {
+ color: #468847;
+}
+
+.has-success .form-control {
+ border-color: #468847;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+}
+
+.has-success .form-control:focus {
+ border-color: #356635;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
+}
+
+.has-success .input-group-addon {
+ color: #468847;
+ background-color: #dff0d8;
+ border-color: #468847;
+}
+
+.form-control-static {
+ padding-top: 7px;
+ margin-bottom: 0;
+}
+
+.help-block {
+ display: block;
+ margin-top: 5px;
+ margin-bottom: 10px;
+ color: #737373;
+}
+
+@media (min-width: 768px) {
+ .form-inline .form-group {
+ display: inline-block;
+ margin-bottom: 0;
+ vertical-align: middle;
+ }
+ .form-inline .form-control {
+ display: inline-block;
+ }
+ .form-inline .radio,
+ .form-inline .checkbox {
+ display: inline-block;
+ padding-left: 0;
+ margin-top: 0;
+ margin-bottom: 0;
+ }
+ .form-inline .radio input[type="radio"],
+ .form-inline .checkbox input[type="checkbox"] {
+ float: none;
+ margin-left: 0;
+ }
+}
+
+.form-horizontal .control-label,
+.form-horizontal .radio,
+.form-horizontal .checkbox,
+.form-horizontal .radio-inline,
+.form-horizontal .checkbox-inline {
+ padding-top: 7px;
+ margin-top: 0;
+ margin-bottom: 0;
+}
+
+.form-horizontal .form-group {
+ margin-right: -15px;
+ margin-left: -15px;
+}
+
+.form-horizontal .form-group:before,
+.form-horizontal .form-group:after {
+ display: table;
+ content: " ";
+}
+
+.form-horizontal .form-group:after {
+ clear: both;
+}
+
+.form-horizontal .form-group:before,
+.form-horizontal .form-group:after {
+ display: table;
+ content: " ";
+}
+
+.form-horizontal .form-group:after {
+ clear: both;
+}
+
+@media (min-width: 768px) {
+ .form-horizontal .control-label {
+ text-align: right;
+ }
+}
+
+.btn {
+ display: inline-block;
+ padding: 6px 12px;
+ margin-bottom: 0;
+ font-size: 14px;
+ font-weight: normal;
+ line-height: 1.428571429;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: middle;
+ cursor: pointer;
+ border: 1px solid transparent;
+ border-radius: 4px;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ -o-user-select: none;
+ user-select: none;
+}
+
+.btn:focus {
+ outline: thin dotted #333;
+ outline: 5px auto -webkit-focus-ring-color;
+ outline-offset: -2px;
+}
+
+.btn:hover,
+.btn:focus {
+ color: #333333;
+ text-decoration: none;
+}
+
+.btn:active,
+.btn.active {
+ background-image: none;
+ outline: 0;
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+}
+
+.btn.disabled,
+.btn[disabled],
+fieldset[disabled] .btn {
+ pointer-events: none;
+ cursor: not-allowed;
+ opacity: 0.65;
+ filter: alpha(opacity=65);
+ -webkit-box-shadow: none;
+ box-shadow: none;
+}
+
+.btn-default {
+ color: #333333;
+ background-color: #ffffff;
+ border-color: #cccccc;
+}
+
+.btn-default:hover,
+.btn-default:focus,
+.btn-default:active,
+.btn-default.active,
+.open .dropdown-toggle.btn-default {
+ color: #333333;
+ background-color: #ebebeb;
+ border-color: #adadad;
+}
+
+.btn-default:active,
+.btn-default.active,
+.open .dropdown-toggle.btn-default {
+ background-image: none;
+}
+
+.btn-default.disabled,
+.btn-default[disabled],
+fieldset[disabled] .btn-default,
+.btn-default.disabled:hover,
+.btn-default[disabled]:hover,
+fieldset[disabled] .btn-default:hover,
+.btn-default.disabled:focus,
+.btn-default[disabled]:focus,
+fieldset[disabled] .btn-default:focus,
+.btn-default.disabled:active,
+.btn-default[disabled]:active,
+fieldset[disabled] .btn-default:active,
+.btn-default.disabled.active,
+.btn-default[disabled].active,
+fieldset[disabled] .btn-default.active {
+ background-color: #ffffff;
+ border-color: #cccccc;
+}
+
+.btn-primary {
+ color: #ffffff;
+ background-color: #428bca;
+ border-color: #357ebd;
+}
+
+.btn-primary:hover,
+.btn-primary:focus,
+.btn-primary:active,
+.btn-primary.active,
+.open .dropdown-toggle.btn-primary {
+ color: #ffffff;
+ background-color: #3276b1;
+ border-color: #285e8e;
+}
+
+.btn-primary:active,
+.btn-primary.active,
+.open .dropdown-toggle.btn-primary {
+ background-image: none;
+}
+
+.btn-primary.disabled,
+.btn-primary[disabled],
+fieldset[disabled] .btn-primary,
+.btn-primary.disabled:hover,
+.btn-primary[disabled]:hover,
+fieldset[disabled] .btn-primary:hover,
+.btn-primary.disabled:focus,
+.btn-primary[disabled]:focus,
+fieldset[disabled] .btn-primary:focus,
+.btn-primary.disabled:active,
+.btn-primary[disabled]:active,
+fieldset[disabled] .btn-primary:active,
+.btn-primary.disabled.active,
+.btn-primary[disabled].active,
+fieldset[disabled] .btn-primary.active {
+ background-color: #428bca;
+ border-color: #357ebd;
+}
+
+.btn-warning {
+ color: #ffffff;
+ background-color: #f0ad4e;
+ border-color: #eea236;
+}
+
+.btn-warning:hover,
+.btn-warning:focus,
+.btn-warning:active,
+.btn-warning.active,
+.open .dropdown-toggle.btn-warning {
+ color: #ffffff;
+ background-color: #ed9c28;
+ border-color: #d58512;
+}
+
+.btn-warning:active,
+.btn-warning.active,
+.open .dropdown-toggle.btn-warning {
+ background-image: none;
+}
+
+.btn-warning.disabled,
+.btn-warning[disabled],
+fieldset[disabled] .btn-warning,
+.btn-warning.disabled:hover,
+.btn-warning[disabled]:hover,
+fieldset[disabled] .btn-warning:hover,
+.btn-warning.disabled:focus,
+.btn-warning[disabled]:focus,
+fieldset[disabled] .btn-warning:focus,
+.btn-warning.disabled:active,
+.btn-warning[disabled]:active,
+fieldset[disabled] .btn-warning:active,
+.btn-warning.disabled.active,
+.btn-warning[disabled].active,
+fieldset[disabled] .btn-warning.active {
+ background-color: #f0ad4e;
+ border-color: #eea236;
+}
+
+.btn-danger {
+ color: #ffffff;
+ background-color: #d9534f;
+ border-color: #d43f3a;
+}
+
+.btn-danger:hover,
+.btn-danger:focus,
+.btn-danger:active,
+.btn-danger.active,
+.open .dropdown-toggle.btn-danger {
+ color: #ffffff;
+ background-color: #d2322d;
+ border-color: #ac2925;
+}
+
+.btn-danger:active,
+.btn-danger.active,
+.open .dropdown-toggle.btn-danger {
+ background-image: none;
+}
+
+.btn-danger.disabled,
+.btn-danger[disabled],
+fieldset[disabled] .btn-danger,
+.btn-danger.disabled:hover,
+.btn-danger[disabled]:hover,
+fieldset[disabled] .btn-danger:hover,
+.btn-danger.disabled:focus,
+.btn-danger[disabled]:focus,
+fieldset[disabled] .btn-danger:focus,
+.btn-danger.disabled:active,
+.btn-danger[disabled]:active,
+fieldset[disabled] .btn-danger:active,
+.btn-danger.disabled.active,
+.btn-danger[disabled].active,
+fieldset[disabled] .btn-danger.active {
+ background-color: #d9534f;
+ border-color: #d43f3a;
+}
+
+.btn-success {
+ color: #ffffff;
+ background-color: #5cb85c;
+ border-color: #4cae4c;
+}
+
+.btn-success:hover,
+.btn-success:focus,
+.btn-success:active,
+.btn-success.active,
+.open .dropdown-toggle.btn-success {
+ color: #ffffff;
+ background-color: #47a447;
+ border-color: #398439;
+}
+
+.btn-success:active,
+.btn-success.active,
+.open .dropdown-toggle.btn-success {
+ background-image: none;
+}
+
+.btn-success.disabled,
+.btn-success[disabled],
+fieldset[disabled] .btn-success,
+.btn-success.disabled:hover,
+.btn-success[disabled]:hover,
+fieldset[disabled] .btn-success:hover,
+.btn-success.disabled:focus,
+.btn-success[disabled]:focus,
+fieldset[disabled] .btn-success:focus,
+.btn-success.disabled:active,
+.btn-success[disabled]:active,
+fieldset[disabled] .btn-success:active,
+.btn-success.disabled.active,
+.btn-success[disabled].active,
+fieldset[disabled] .btn-success.active {
+ background-color: #5cb85c;
+ border-color: #4cae4c;
+}
+
+.btn-info {
+ color: #ffffff;
+ background-color: #5bc0de;
+ border-color: #46b8da;
+}
+
+.btn-info:hover,
+.btn-info:focus,
+.btn-info:active,
+.btn-info.active,
+.open .dropdown-toggle.btn-info {
+ color: #ffffff;
+ background-color: #39b3d7;
+ border-color: #269abc;
+}
+
+.btn-info:active,
+.btn-info.active,
+.open .dropdown-toggle.btn-info {
+ background-image: none;
+}
+
+.btn-info.disabled,
+.btn-info[disabled],
+fieldset[disabled] .btn-info,
+.btn-info.disabled:hover,
+.btn-info[disabled]:hover,
+fieldset[disabled] .btn-info:hover,
+.btn-info.disabled:focus,
+.btn-info[disabled]:focus,
+fieldset[disabled] .btn-info:focus,
+.btn-info.disabled:active,
+.btn-info[disabled]:active,
+fieldset[disabled] .btn-info:active,
+.btn-info.disabled.active,
+.btn-info[disabled].active,
+fieldset[disabled] .btn-info.active {
+ background-color: #5bc0de;
+ border-color: #46b8da;
+}
+
+.btn-link {
+ font-weight: normal;
+ color: #428bca;
+ cursor: pointer;
+ border-radius: 0;
+}
+
+.btn-link,
+.btn-link:active,
+.btn-link[disabled],
+fieldset[disabled] .btn-link {
+ background-color: transparent;
+ -webkit-box-shadow: none;
+ box-shadow: none;
+}
+
+.btn-link,
+.btn-link:hover,
+.btn-link:focus,
+.btn-link:active {
+ border-color: transparent;
+}
+
+.btn-link:hover,
+.btn-link:focus {
+ color: #2a6496;
+ text-decoration: underline;
+ background-color: transparent;
+}
+
+.btn-link[disabled]:hover,
+fieldset[disabled] .btn-link:hover,
+.btn-link[disabled]:focus,
+fieldset[disabled] .btn-link:focus {
+ color: #999999;
+ text-decoration: none;
+}
+
+.btn-lg {
+ padding: 10px 16px;
+ font-size: 18px;
+ line-height: 1.33;
+ border-radius: 6px;
+}
+
+.btn-sm,
+.btn-xs {
+ padding: 5px 10px;
+ font-size: 12px;
+ line-height: 1.5;
+ border-radius: 3px;
+}
+
+.btn-xs {
+ padding: 1px 5px;
+}
+
+.btn-block {
+ display: block;
+ width: 100%;
+ padding-right: 0;
+ padding-left: 0;
+}
+
+.btn-block + .btn-block {
+ margin-top: 5px;
+}
+
+input[type="submit"].btn-block,
+input[type="reset"].btn-block,
+input[type="button"].btn-block {
+ width: 100%;
+}
+
+.fade {
+ opacity: 0;
+ -webkit-transition: opacity 0.15s linear;
+ transition: opacity 0.15s linear;
+}
+
+.fade.in {
+ opacity: 1;
+}
+
+.collapse {
+ display: none;
+}
+
+.collapse.in {
+ display: block;
+}
+
+.collapsing {
+ position: relative;
+ height: 0;
+ overflow: hidden;
+ -webkit-transition: height 0.35s ease;
+ transition: height 0.35s ease;
+}
+
+@font-face {
+ font-family: 'Glyphicons Halflings';
+ src: url('../fonts/glyphicons-halflings-regular.eot');
+ src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
+}
+
+.glyphicon {
+ position: relative;
+ top: 1px;
+ display: inline-block;
+ font-family: 'Glyphicons Halflings';
+ -webkit-font-smoothing: antialiased;
+ font-style: normal;
+ font-weight: normal;
+ line-height: 1;
+}
+
+.glyphicon-asterisk:before {
+ content: "\2a";
+}
+
+.glyphicon-plus:before {
+ content: "\2b";
+}
+
+.glyphicon-euro:before {
+ content: "\20ac";
+}
+
+.glyphicon-minus:before {
+ content: "\2212";
+}
+
+.glyphicon-cloud:before {
+ content: "\2601";
+}
+
+.glyphicon-envelope:before {
+ content: "\2709";
+}
+
+.glyphicon-pencil:before {
+ content: "\270f";
+}
+
+.glyphicon-glass:before {
+ content: "\e001";
+}
+
+.glyphicon-music:before {
+ content: "\e002";
+}
+
+.glyphicon-search:before {
+ content: "\e003";
+}
+
+.glyphicon-heart:before {
+ content: "\e005";
+}
+
+.glyphicon-star:before {
+ content: "\e006";
+}
+
+.glyphicon-star-empty:before {
+ content: "\e007";
+}
+
+.glyphicon-user:before {
+ content: "\e008";
+}
+
+.glyphicon-film:before {
+ content: "\e009";
+}
+
+.glyphicon-th-large:before {
+ content: "\e010";
+}
+
+.glyphicon-th:before {
+ content: "\e011";
+}
+
+.glyphicon-th-list:before {
+ content: "\e012";
+}
+
+.glyphicon-ok:before {
+ content: "\e013";
+}
+
+.glyphicon-remove:before {
+ content: "\e014";
+}
+
+.glyphicon-zoom-in:before {
+ content: "\e015";
+}
+
+.glyphicon-zoom-out:before {
+ content: "\e016";
+}
+
+.glyphicon-off:before {
+ content: "\e017";
+}
+
+.glyphicon-signal:before {
+ content: "\e018";
+}
+
+.glyphicon-cog:before {
+ content: "\e019";
+}
+
+.glyphicon-trash:before {
+ content: "\e020";
+}
+
+.glyphicon-home:before {
+ content: "\e021";
+}
+
+.glyphicon-file:before {
+ content: "\e022";
+}
+
+.glyphicon-time:before {
+ content: "\e023";
+}
+
+.glyphicon-road:before {
+ content: "\e024";
+}
+
+.glyphicon-download-alt:before {
+ content: "\e025";
+}
+
+.glyphicon-download:before {
+ content: "\e026";
+}
+
+.glyphicon-upload:before {
+ content: "\e027";
+}
+
+.glyphicon-inbox:before {
+ content: "\e028";
+}
+
+.glyphicon-play-circle:before {
+ content: "\e029";
+}
+
+.glyphicon-repeat:before {
+ content: "\e030";
+}
+
+.glyphicon-refresh:before {
+ content: "\e031";
+}
+
+.glyphicon-list-alt:before {
+ content: "\e032";
+}
+
+.glyphicon-flag:before {
+ content: "\e034";
+}
+
+.glyphicon-headphones:before {
+ content: "\e035";
+}
+
+.glyphicon-volume-off:before {
+ content: "\e036";
+}
+
+.glyphicon-volume-down:before {
+ content: "\e037";
+}
+
+.glyphicon-volume-up:before {
+ content: "\e038";
+}
+
+.glyphicon-qrcode:before {
+ content: "\e039";
+}
+
+.glyphicon-barcode:before {
+ content: "\e040";
+}
+
+.glyphicon-tag:before {
+ content: "\e041";
+}
+
+.glyphicon-tags:before {
+ content: "\e042";
+}
+
+.glyphicon-book:before {
+ content: "\e043";
+}
+
+.glyphicon-print:before {
+ content: "\e045";
+}
+
+.glyphicon-font:before {
+ content: "\e047";
+}
+
+.glyphicon-bold:before {
+ content: "\e048";
+}
+
+.glyphicon-italic:before {
+ content: "\e049";
+}
+
+.glyphicon-text-height:before {
+ content: "\e050";
+}
+
+.glyphicon-text-width:before {
+ content: "\e051";
+}
+
+.glyphicon-align-left:before {
+ content: "\e052";
+}
+
+.glyphicon-align-center:before {
+ content: "\e053";
+}
+
+.glyphicon-align-right:before {
+ content: "\e054";
+}
+
+.glyphicon-align-justify:before {
+ content: "\e055";
+}
+
+.glyphicon-list:before {
+ content: "\e056";
+}
+
+.glyphicon-indent-left:before {
+ content: "\e057";
+}
+
+.glyphicon-indent-right:before {
+ content: "\e058";
+}
+
+.glyphicon-facetime-video:before {
+ content: "\e059";
+}
+
+.glyphicon-picture:before {
+ content: "\e060";
+}
+
+.glyphicon-map-marker:before {
+ content: "\e062";
+}
+
+.glyphicon-adjust:before {
+ content: "\e063";
+}
+
+.glyphicon-tint:before {
+ content: "\e064";
+}
+
+.glyphicon-edit:before {
+ content: "\e065";
+}
+
+.glyphicon-share:before {
+ content: "\e066";
+}
+
+.glyphicon-check:before {
+ content: "\e067";
+}
+
+.glyphicon-move:before {
+ content: "\e068";
+}
+
+.glyphicon-step-backward:before {
+ content: "\e069";
+}
+
+.glyphicon-fast-backward:before {
+ content: "\e070";
+}
+
+.glyphicon-backward:before {
+ content: "\e071";
+}
+
+.glyphicon-play:before {
+ content: "\e072";
+}
+
+.glyphicon-pause:before {
+ content: "\e073";
+}
+
+.glyphicon-stop:before {
+ content: "\e074";
+}
+
+.glyphicon-forward:before {
+ content: "\e075";
+}
+
+.glyphicon-fast-forward:before {
+ content: "\e076";
+}
+
+.glyphicon-step-forward:before {
+ content: "\e077";
+}
+
+.glyphicon-eject:before {
+ content: "\e078";
+}
+
+.glyphicon-chevron-left:before {
+ content: "\e079";
+}
+
+.glyphicon-chevron-right:before {
+ content: "\e080";
+}
+
+.glyphicon-plus-sign:before {
+ content: "\e081";
+}
+
+.glyphicon-minus-sign:before {
+ content: "\e082";
+}
+
+.glyphicon-remove-sign:before {
+ content: "\e083";
+}
+
+.glyphicon-ok-sign:before {
+ content: "\e084";
+}
+
+.glyphicon-question-sign:before {
+ content: "\e085";
+}
+
+.glyphicon-info-sign:before {
+ content: "\e086";
+}
+
+.glyphicon-screenshot:before {
+ content: "\e087";
+}
+
+.glyphicon-remove-circle:before {
+ content: "\e088";
+}
+
+.glyphicon-ok-circle:before {
+ content: "\e089";
+}
+
+.glyphicon-ban-circle:before {
+ content: "\e090";
+}
+
+.glyphicon-arrow-left:before {
+ content: "\e091";
+}
+
+.glyphicon-arrow-right:before {
+ content: "\e092";
+}
+
+.glyphicon-arrow-up:before {
+ content: "\e093";
+}
+
+.glyphicon-arrow-down:before {
+ content: "\e094";
+}
+
+.glyphicon-share-alt:before {
+ content: "\e095";
+}
+
+.glyphicon-resize-full:before {
+ content: "\e096";
+}
+
+.glyphicon-resize-small:before {
+ content: "\e097";
+}
+
+.glyphicon-exclamation-sign:before {
+ content: "\e101";
+}
+
+.glyphicon-gift:before {
+ content: "\e102";
+}
+
+.glyphicon-leaf:before {
+ content: "\e103";
+}
+
+.glyphicon-eye-open:before {
+ content: "\e105";
+}
+
+.glyphicon-eye-close:before {
+ content: "\e106";
+}
+
+.glyphicon-warning-sign:before {
+ content: "\e107";
+}
+
+.glyphicon-plane:before {
+ content: "\e108";
+}
+
+.glyphicon-random:before {
+ content: "\e110";
+}
+
+.glyphicon-comment:before {
+ content: "\e111";
+}
+
+.glyphicon-magnet:before {
+ content: "\e112";
+}
+
+.glyphicon-chevron-up:before {
+ content: "\e113";
+}
+
+.glyphicon-chevron-down:before {
+ content: "\e114";
+}
+
+.glyphicon-retweet:before {
+ content: "\e115";
+}
+
+.glyphicon-shopping-cart:before {
+ content: "\e116";
+}
+
+.glyphicon-folder-close:before {
+ content: "\e117";
+}
+
+.glyphicon-folder-open:before {
+ content: "\e118";
+}
+
+.glyphicon-resize-vertical:before {
+ content: "\e119";
+}
+
+.glyphicon-resize-horizontal:before {
+ content: "\e120";
+}
+
+.glyphicon-hdd:before {
+ content: "\e121";
+}
+
+.glyphicon-bullhorn:before {
+ content: "\e122";
+}
+
+.glyphicon-certificate:before {
+ content: "\e124";
+}
+
+.glyphicon-thumbs-up:before {
+ content: "\e125";
+}
+
+.glyphicon-thumbs-down:before {
+ content: "\e126";
+}
+
+.glyphicon-hand-right:before {
+ content: "\e127";
+}
+
+.glyphicon-hand-left:before {
+ content: "\e128";
+}
+
+.glyphicon-hand-up:before {
+ content: "\e129";
+}
+
+.glyphicon-hand-down:before {
+ content: "\e130";
+}
+
+.glyphicon-circle-arrow-right:before {
+ content: "\e131";
+}
+
+.glyphicon-circle-arrow-left:before {
+ content: "\e132";
+}
+
+.glyphicon-circle-arrow-up:before {
+ content: "\e133";
+}
+
+.glyphicon-circle-arrow-down:before {
+ content: "\e134";
+}
+
+.glyphicon-globe:before {
+ content: "\e135";
+}
+
+.glyphicon-tasks:before {
+ content: "\e137";
+}
+
+.glyphicon-filter:before {
+ content: "\e138";
+}
+
+.glyphicon-fullscreen:before {
+ content: "\e140";
+}
+
+.glyphicon-dashboard:before {
+ content: "\e141";
+}
+
+.glyphicon-heart-empty:before {
+ content: "\e143";
+}
+
+.glyphicon-link:before {
+ content: "\e144";
+}
+
+.glyphicon-phone:before {
+ content: "\e145";
+}
+
+.glyphicon-usd:before {
+ content: "\e148";
+}
+
+.glyphicon-gbp:before {
+ content: "\e149";
+}
+
+.glyphicon-sort:before {
+ content: "\e150";
+}
+
+.glyphicon-sort-by-alphabet:before {
+ content: "\e151";
+}
+
+.glyphicon-sort-by-alphabet-alt:before {
+ content: "\e152";
+}
+
+.glyphicon-sort-by-order:before {
+ content: "\e153";
+}
+
+.glyphicon-sort-by-order-alt:before {
+ content: "\e154";
+}
+
+.glyphicon-sort-by-attributes:before {
+ content: "\e155";
+}
+
+.glyphicon-sort-by-attributes-alt:before {
+ content: "\e156";
+}
+
+.glyphicon-unchecked:before {
+ content: "\e157";
+}
+
+.glyphicon-expand:before {
+ content: "\e158";
+}
+
+.glyphicon-collapse-down:before {
+ content: "\e159";
+}
+
+.glyphicon-collapse-up:before {
+ content: "\e160";
+}
+
+.glyphicon-log-in:before {
+ content: "\e161";
+}
+
+.glyphicon-flash:before {
+ content: "\e162";
+}
+
+.glyphicon-log-out:before {
+ content: "\e163";
+}
+
+.glyphicon-new-window:before {
+ content: "\e164";
+}
+
+.glyphicon-record:before {
+ content: "\e165";
+}
+
+.glyphicon-save:before {
+ content: "\e166";
+}
+
+.glyphicon-open:before {
+ content: "\e167";
+}
+
+.glyphicon-saved:before {
+ content: "\e168";
+}
+
+.glyphicon-import:before {
+ content: "\e169";
+}
+
+.glyphicon-export:before {
+ content: "\e170";
+}
+
+.glyphicon-send:before {
+ content: "\e171";
+}
+
+.glyphicon-floppy-disk:before {
+ content: "\e172";
+}
+
+.glyphicon-floppy-saved:before {
+ content: "\e173";
+}
+
+.glyphicon-floppy-remove:before {
+ content: "\e174";
+}
+
+.glyphicon-floppy-save:before {
+ content: "\e175";
+}
+
+.glyphicon-floppy-open:before {
+ content: "\e176";
+}
+
+.glyphicon-credit-card:before {
+ content: "\e177";
+}
+
+.glyphicon-transfer:before {
+ content: "\e178";
+}
+
+.glyphicon-cutlery:before {
+ content: "\e179";
+}
+
+.glyphicon-header:before {
+ content: "\e180";
+}
+
+.glyphicon-compressed:before {
+ content: "\e181";
+}
+
+.glyphicon-earphone:before {
+ content: "\e182";
+}
+
+.glyphicon-phone-alt:before {
+ content: "\e183";
+}
+
+.glyphicon-tower:before {
+ content: "\e184";
+}
+
+.glyphicon-stats:before {
+ content: "\e185";
+}
+
+.glyphicon-sd-video:before {
+ content: "\e186";
+}
+
+.glyphicon-hd-video:before {
+ content: "\e187";
+}
+
+.glyphicon-subtitles:before {
+ content: "\e188";
+}
+
+.glyphicon-sound-stereo:before {
+ content: "\e189";
+}
+
+.glyphicon-sound-dolby:before {
+ content: "\e190";
+}
+
+.glyphicon-sound-5-1:before {
+ content: "\e191";
+}
+
+.glyphicon-sound-6-1:before {
+ content: "\e192";
+}
+
+.glyphicon-sound-7-1:before {
+ content: "\e193";
+}
+
+.glyphicon-copyright-mark:before {
+ content: "\e194";
+}
+
+.glyphicon-registration-mark:before {
+ content: "\e195";
+}
+
+.glyphicon-cloud-download:before {
+ content: "\e197";
+}
+
+.glyphicon-cloud-upload:before {
+ content: "\e198";
+}
+
+.glyphicon-tree-conifer:before {
+ content: "\e199";
+}
+
+.glyphicon-tree-deciduous:before {
+ content: "\e200";
+}
+
+.glyphicon-briefcase:before {
+ content: "\1f4bc";
+}
+
+.glyphicon-calendar:before {
+ content: "\1f4c5";
+}
+
+.glyphicon-pushpin:before {
+ content: "\1f4cc";
+}
+
+.glyphicon-paperclip:before {
+ content: "\1f4ce";
+}
+
+.glyphicon-camera:before {
+ content: "\1f4f7";
+}
+
+.glyphicon-lock:before {
+ content: "\1f512";
+}
+
+.glyphicon-bell:before {
+ content: "\1f514";
+}
+
+.glyphicon-bookmark:before {
+ content: "\1f516";
+}
+
+.glyphicon-fire:before {
+ content: "\1f525";
+}
+
+.glyphicon-wrench:before {
+ content: "\1f527";
+}
+
+.caret {
+ display: inline-block;
+ width: 0;
+ height: 0;
+ margin-left: 2px;
+ vertical-align: middle;
+ border-top: 4px solid #000000;
+ border-right: 4px solid transparent;
+ border-bottom: 0 dotted;
+ border-left: 4px solid transparent;
+ content: "";
+}
+
+.dropdown {
+ position: relative;
+}
+
+.dropdown-toggle:focus {
+ outline: 0;
+}
+
+.dropdown-menu {
+ position: absolute;
+ top: 100%;
+ left: 0;
+ z-index: 1000;
+ display: none;
+ float: left;
+ min-width: 160px;
+ padding: 5px 0;
+ margin: 2px 0 0;
+ font-size: 14px;
+ list-style: none;
+ background-color: #ffffff;
+ border: 1px solid #cccccc;
+ border: 1px solid rgba(0, 0, 0, 0.15);
+ border-radius: 4px;
+ -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
+ background-clip: padding-box;
+}
+
+.dropdown-menu.pull-right {
+ right: 0;
+ left: auto;
+}
+
+.dropdown-menu .divider {
+ height: 1px;
+ margin: 9px 0;
+ overflow: hidden;
+ background-color: #e5e5e5;
+}
+
+.dropdown-menu > li > a {
+ display: block;
+ padding: 3px 20px;
+ clear: both;
+ font-weight: normal;
+ line-height: 1.428571429;
+ color: #333333;
+ white-space: nowrap;
+}
+
+.dropdown-menu > li > a:hover,
+.dropdown-menu > li > a:focus {
+ color: #ffffff;
+ text-decoration: none;
+ background-color: #428bca;
+}
+
+.dropdown-menu > .active > a,
+.dropdown-menu > .active > a:hover,
+.dropdown-menu > .active > a:focus {
+ color: #ffffff;
+ text-decoration: none;
+ background-color: #428bca;
+ outline: 0;
+}
+
+.dropdown-menu > .disabled > a,
+.dropdown-menu > .disabled > a:hover,
+.dropdown-menu > .disabled > a:focus {
+ color: #999999;
+}
+
+.dropdown-menu > .disabled > a:hover,
+.dropdown-menu > .disabled > a:focus {
+ text-decoration: none;
+ cursor: not-allowed;
+ background-color: transparent;
+ background-image: none;
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+}
+
+.open > .dropdown-menu {
+ display: block;
+}
+
+.open > a {
+ outline: 0;
+}
+
+.dropdown-header {
+ display: block;
+ padding: 3px 20px;
+ font-size: 12px;
+ line-height: 1.428571429;
+ color: #999999;
+}
+
+.dropdown-backdrop {
+ position: fixed;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 990;
+}
+
+.pull-right > .dropdown-menu {
+ right: 0;
+ left: auto;
+}
+
+.dropup .caret,
+.navbar-fixed-bottom .dropdown .caret {
+ border-top: 0 dotted;
+ border-bottom: 4px solid #000000;
+ content: "";
+}
+
+.dropup .dropdown-menu,
+.navbar-fixed-bottom .dropdown .dropdown-menu {
+ top: auto;
+ bottom: 100%;
+ margin-bottom: 1px;
+}
+
+@media (min-width: 768px) {
+ .navbar-right .dropdown-menu {
+ right: 0;
+ left: auto;
+ }
+}
+
+.btn-default .caret {
+ border-top-color: #333333;
+}
+
+.btn-primary .caret,
+.btn-success .caret,
+.btn-warning .caret,
+.btn-danger .caret,
+.btn-info .caret {
+ border-top-color: #fff;
+}
+
+.dropup .btn-default .caret {
+ border-bottom-color: #333333;
+}
+
+.dropup .btn-primary .caret,
+.dropup .btn-success .caret,
+.dropup .btn-warning .caret,
+.dropup .btn-danger .caret,
+.dropup .btn-info .caret {
+ border-bottom-color: #fff;
+}
+
+.btn-group,
+.btn-group-vertical {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+}
+
+.btn-group > .btn,
+.btn-group-vertical > .btn {
+ position: relative;
+ float: left;
+}
+
+.btn-group > .btn:hover,
+.btn-group-vertical > .btn:hover,
+.btn-group > .btn:focus,
+.btn-group-vertical > .btn:focus,
+.btn-group > .btn:active,
+.btn-group-vertical > .btn:active,
+.btn-group > .btn.active,
+.btn-group-vertical > .btn.active {
+ z-index: 2;
+}
+
+.btn-group > .btn:focus,
+.btn-group-vertical > .btn:focus {
+ outline: none;
+}
+
+.btn-group .btn + .btn,
+.btn-group .btn + .btn-group,
+.btn-group .btn-group + .btn,
+.btn-group .btn-group + .btn-group {
+ margin-left: -1px;
+}
+
+.btn-toolbar:before,
+.btn-toolbar:after {
+ display: table;
+ content: " ";
+}
+
+.btn-toolbar:after {
+ clear: both;
+}
+
+.btn-toolbar:before,
+.btn-toolbar:after {
+ display: table;
+ content: " ";
+}
+
+.btn-toolbar:after {
+ clear: both;
+}
+
+.btn-toolbar .btn-group {
+ float: left;
+}
+
+.btn-toolbar > .btn + .btn,
+.btn-toolbar > .btn-group + .btn,
+.btn-toolbar > .btn + .btn-group,
+.btn-toolbar > .btn-group + .btn-group {
+ margin-left: 5px;
+}
+
+.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
+ border-radius: 0;
+}
+
+.btn-group > .btn:first-child {
+ margin-left: 0;
+}
+
+.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+}
+
+.btn-group > .btn:last-child:not(:first-child),
+.btn-group > .dropdown-toggle:not(:first-child) {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.btn-group > .btn-group {
+ float: left;
+}
+
+.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
+ border-radius: 0;
+}
+
+.btn-group > .btn-group:first-child > .btn:last-child,
+.btn-group > .btn-group:first-child > .dropdown-toggle {
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+}
+
+.btn-group > .btn-group:last-child > .btn:first-child {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.btn-group .dropdown-toggle:active,
+.btn-group.open .dropdown-toggle {
+ outline: 0;
+}
+
+.btn-group-xs > .btn {
+ padding: 5px 10px;
+ padding: 1px 5px;
+ font-size: 12px;
+ line-height: 1.5;
+ border-radius: 3px;
+}
+
+.btn-group-sm > .btn {
+ padding: 5px 10px;
+ font-size: 12px;
+ line-height: 1.5;
+ border-radius: 3px;
+}
+
+.btn-group-lg > .btn {
+ padding: 10px 16px;
+ font-size: 18px;
+ line-height: 1.33;
+ border-radius: 6px;
+}
+
+.btn-group > .btn + .dropdown-toggle {
+ padding-right: 8px;
+ padding-left: 8px;
+}
+
+.btn-group > .btn-lg + .dropdown-toggle {
+ padding-right: 12px;
+ padding-left: 12px;
+}
+
+.btn-group.open .dropdown-toggle {
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+}
+
+.btn .caret {
+ margin-left: 0;
+}
+
+.btn-lg .caret {
+ border-width: 5px 5px 0;
+ border-bottom-width: 0;
+}
+
+.dropup .btn-lg .caret {
+ border-width: 0 5px 5px;
+}
+
+.btn-group-vertical > .btn,
+.btn-group-vertical > .btn-group {
+ display: block;
+ float: none;
+ width: 100%;
+ max-width: 100%;
+}
+
+.btn-group-vertical > .btn-group:before,
+.btn-group-vertical > .btn-group:after {
+ display: table;
+ content: " ";
+}
+
+.btn-group-vertical > .btn-group:after {
+ clear: both;
+}
+
+.btn-group-vertical > .btn-group:before,
+.btn-group-vertical > .btn-group:after {
+ display: table;
+ content: " ";
+}
+
+.btn-group-vertical > .btn-group:after {
+ clear: both;
+}
+
+.btn-group-vertical > .btn-group > .btn {
+ float: none;
+}
+
+.btn-group-vertical > .btn + .btn,
+.btn-group-vertical > .btn + .btn-group,
+.btn-group-vertical > .btn-group + .btn,
+.btn-group-vertical > .btn-group + .btn-group {
+ margin-top: -1px;
+ margin-left: 0;
+}
+
+.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
+ border-radius: 0;
+}
+
+.btn-group-vertical > .btn:first-child:not(:last-child) {
+ border-top-right-radius: 4px;
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0;
+}
+
+.btn-group-vertical > .btn:last-child:not(:first-child) {
+ border-top-right-radius: 0;
+ border-bottom-left-radius: 4px;
+ border-top-left-radius: 0;
+}
+
+.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
+ border-radius: 0;
+}
+
+.btn-group-vertical > .btn-group:first-child > .btn:last-child,
+.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0;
+}
+
+.btn-group-vertical > .btn-group:last-child > .btn:first-child {
+ border-top-right-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.btn-group-justified {
+ display: table;
+ width: 100%;
+ border-collapse: separate;
+ table-layout: fixed;
+}
+
+.btn-group-justified .btn {
+ display: table-cell;
+ float: none;
+ width: 1%;
+}
+
+[data-toggle="buttons"] > .btn > input[type="radio"],
+[data-toggle="buttons"] > .btn > input[type="checkbox"] {
+ display: none;
+}
+
+.input-group {
+ position: relative;
+ display: table;
+ border-collapse: separate;
+}
+
+.input-group.col {
+ float: none;
+ padding-right: 0;
+ padding-left: 0;
+}
+
+.input-group .form-control {
+ width: 100%;
+ margin-bottom: 0;
+}
+
+.input-group-lg > .form-control,
+.input-group-lg > .input-group-addon,
+.input-group-lg > .input-group-btn > .btn {
+ height: 45px;
+ padding: 10px 16px;
+ font-size: 18px;
+ line-height: 1.33;
+ border-radius: 6px;
+}
+
+select.input-group-lg > .form-control,
+select.input-group-lg > .input-group-addon,
+select.input-group-lg > .input-group-btn > .btn {
+ height: 45px;
+ line-height: 45px;
+}
+
+textarea.input-group-lg > .form-control,
+textarea.input-group-lg > .input-group-addon,
+textarea.input-group-lg > .input-group-btn > .btn {
+ height: auto;
+}
+
+.input-group-sm > .form-control,
+.input-group-sm > .input-group-addon,
+.input-group-sm > .input-group-btn > .btn {
+ height: 30px;
+ padding: 5px 10px;
+ font-size: 12px;
+ line-height: 1.5;
+ border-radius: 3px;
+}
+
+select.input-group-sm > .form-control,
+select.input-group-sm > .input-group-addon,
+select.input-group-sm > .input-group-btn > .btn {
+ height: 30px;
+ line-height: 30px;
+}
+
+textarea.input-group-sm > .form-control,
+textarea.input-group-sm > .input-group-addon,
+textarea.input-group-sm > .input-group-btn > .btn {
+ height: auto;
+}
+
+.input-group-addon,
+.input-group-btn,
+.input-group .form-control {
+ display: table-cell;
+}
+
+.input-group-addon:not(:first-child):not(:last-child),
+.input-group-btn:not(:first-child):not(:last-child),
+.input-group .form-control:not(:first-child):not(:last-child) {
+ border-radius: 0;
+}
+
+.input-group-addon,
+.input-group-btn {
+ width: 1%;
+ white-space: nowrap;
+ vertical-align: middle;
+}
+
+.input-group-addon {
+ padding: 6px 12px;
+ font-size: 14px;
+ font-weight: normal;
+ line-height: 1;
+ text-align: center;
+ background-color: #eeeeee;
+ border: 1px solid #cccccc;
+ border-radius: 4px;
+}
+
+.input-group-addon.input-sm {
+ padding: 5px 10px;
+ font-size: 12px;
+ border-radius: 3px;
+}
+
+.input-group-addon.input-lg {
+ padding: 10px 16px;
+ font-size: 18px;
+ border-radius: 6px;
+}
+
+.input-group-addon input[type="radio"],
+.input-group-addon input[type="checkbox"] {
+ margin-top: 0;
+}
+
+.input-group .form-control:first-child,
+.input-group-addon:first-child,
+.input-group-btn:first-child > .btn,
+.input-group-btn:first-child > .dropdown-toggle,
+.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+}
+
+.input-group-addon:first-child {
+ border-right: 0;
+}
+
+.input-group .form-control:last-child,
+.input-group-addon:last-child,
+.input-group-btn:last-child > .btn,
+.input-group-btn:last-child > .dropdown-toggle,
+.input-group-btn:first-child > .btn:not(:first-child) {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.input-group-addon:last-child {
+ border-left: 0;
+}
+
+.input-group-btn {
+ position: relative;
+ white-space: nowrap;
+}
+
+.input-group-btn > .btn {
+ position: relative;
+}
+
+.input-group-btn > .btn + .btn {
+ margin-left: -4px;
+}
+
+.input-group-btn > .btn:hover,
+.input-group-btn > .btn:active {
+ z-index: 2;
+}
+
+.nav {
+ padding-left: 0;
+ margin-bottom: 0;
+ list-style: none;
+}
+
+.nav:before,
+.nav:after {
+ display: table;
+ content: " ";
+}
+
+.nav:after {
+ clear: both;
+}
+
+.nav:before,
+.nav:after {
+ display: table;
+ content: " ";
+}
+
+.nav:after {
+ clear: both;
+}
+
+.nav > li {
+ position: relative;
+ display: block;
+}
+
+.nav > li > a {
+ position: relative;
+ display: block;
+ padding: 10px 15px;
+}
+
+.nav > li > a:hover,
+.nav > li > a:focus {
+ text-decoration: none;
+ background-color: #eeeeee;
+}
+
+.nav > li.disabled > a {
+ color: #999999;
+}
+
+.nav > li.disabled > a:hover,
+.nav > li.disabled > a:focus {
+ color: #999999;
+ text-decoration: none;
+ cursor: not-allowed;
+ background-color: transparent;
+}
+
+.nav .open > a,
+.nav .open > a:hover,
+.nav .open > a:focus {
+ background-color: #eeeeee;
+ border-color: #428bca;
+}
+
+.nav .nav-divider {
+ height: 1px;
+ margin: 9px 0;
+ overflow: hidden;
+ background-color: #e5e5e5;
+}
+
+.nav > li > a > img {
+ max-width: none;
+}
+
+.nav-tabs {
+ border-bottom: 1px solid #dddddd;
+}
+
+.nav-tabs > li {
+ float: left;
+ margin-bottom: -1px;
+}
+
+.nav-tabs > li > a {
+ margin-right: 2px;
+ line-height: 1.428571429;
+ border: 1px solid transparent;
+ border-radius: 4px 4px 0 0;
+}
+
+.nav-tabs > li > a:hover {
+ border-color: #eeeeee #eeeeee #dddddd;
+}
+
+.nav-tabs > li.active > a,
+.nav-tabs > li.active > a:hover,
+.nav-tabs > li.active > a:focus {
+ color: #555555;
+ cursor: default;
+ background-color: #ffffff;
+ border: 1px solid #dddddd;
+ border-bottom-color: transparent;
+}
+
+.nav-tabs.nav-justified {
+ width: 100%;
+ border-bottom: 0;
+}
+
+.nav-tabs.nav-justified > li {
+ float: none;
+}
+
+.nav-tabs.nav-justified > li > a {
+ text-align: center;
+}
+
+@media (min-width: 768px) {
+ .nav-tabs.nav-justified > li {
+ display: table-cell;
+ width: 1%;
+ }
+}
+
+.nav-tabs.nav-justified > li > a {
+ margin-right: 0;
+ border-bottom: 1px solid #dddddd;
+}
+
+.nav-tabs.nav-justified > .active > a {
+ border-bottom-color: #ffffff;
+}
+
+.nav-pills > li {
+ float: left;
+}
+
+.nav-pills > li > a {
+ border-radius: 5px;
+}
+
+.nav-pills > li + li {
+ margin-left: 2px;
+}
+
+.nav-pills > li.active > a,
+.nav-pills > li.active > a:hover,
+.nav-pills > li.active > a:focus {
+ color: #ffffff;
+ background-color: #428bca;
+}
+
+.nav-stacked > li {
+ float: none;
+}
+
+.nav-stacked > li + li {
+ margin-top: 2px;
+ margin-left: 0;
+}
+
+.nav-justified {
+ width: 100%;
+}
+
+.nav-justified > li {
+ float: none;
+}
+
+.nav-justified > li > a {
+ text-align: center;
+}
+
+@media (min-width: 768px) {
+ .nav-justified > li {
+ display: table-cell;
+ width: 1%;
+ }
+}
+
+.nav-tabs-justified {
+ border-bottom: 0;
+}
+
+.nav-tabs-justified > li > a {
+ margin-right: 0;
+ border-bottom: 1px solid #dddddd;
+}
+
+.nav-tabs-justified > .active > a {
+ border-bottom-color: #ffffff;
+}
+
+.tabbable:before,
+.tabbable:after {
+ display: table;
+ content: " ";
+}
+
+.tabbable:after {
+ clear: both;
+}
+
+.tabbable:before,
+.tabbable:after {
+ display: table;
+ content: " ";
+}
+
+.tabbable:after {
+ clear: both;
+}
+
+.tab-content > .tab-pane,
+.pill-content > .pill-pane {
+ display: none;
+}
+
+.tab-content > .active,
+.pill-content > .active {
+ display: block;
+}
+
+.nav .caret {
+ border-top-color: #428bca;
+ border-bottom-color: #428bca;
+}
+
+.nav a:hover .caret {
+ border-top-color: #2a6496;
+ border-bottom-color: #2a6496;
+}
+
+.nav-tabs .dropdown-menu {
+ margin-top: -1px;
+ border-top-right-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.navbar {
+ position: relative;
+ z-index: 1000;
+ min-height: 50px;
+ margin-bottom: 20px;
+ border: 1px solid transparent;
+}
+
+.navbar:before,
+.navbar:after {
+ display: table;
+ content: " ";
+}
+
+.navbar:after {
+ clear: both;
+}
+
+.navbar:before,
+.navbar:after {
+ display: table;
+ content: " ";
+}
+
+.navbar:after {
+ clear: both;
+}
+
+@media (min-width: 768px) {
+ .navbar {
+ border-radius: 4px;
+ }
+}
+
+.navbar-header:before,
+.navbar-header:after {
+ display: table;
+ content: " ";
+}
+
+.navbar-header:after {
+ clear: both;
+}
+
+.navbar-header:before,
+.navbar-header:after {
+ display: table;
+ content: " ";
+}
+
+.navbar-header:after {
+ clear: both;
+}
+
+@media (min-width: 768px) {
+ .navbar-header {
+ float: left;
+ }
+}
+
+.navbar-collapse {
+ max-height: 340px;
+ padding-right: 15px;
+ padding-left: 15px;
+ overflow-x: visible;
+ border-top: 1px solid transparent;
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
+ -webkit-overflow-scrolling: touch;
+}
+
+.navbar-collapse:before,
+.navbar-collapse:after {
+ display: table;
+ content: " ";
+}
+
+.navbar-collapse:after {
+ clear: both;
+}
+
+.navbar-collapse:before,
+.navbar-collapse:after {
+ display: table;
+ content: " ";
+}
+
+.navbar-collapse:after {
+ clear: both;
+}
+
+.navbar-collapse.in {
+ overflow-y: auto;
+}
+
+@media (min-width: 768px) {
+ .navbar-collapse {
+ width: auto;
+ border-top: 0;
+ box-shadow: none;
+ }
+ .navbar-collapse.collapse {
+ display: block !important;
+ height: auto !important;
+ padding-bottom: 0;
+ overflow: visible !important;
+ }
+ .navbar-collapse.in {
+ overflow-y: visible;
+ }
+ .navbar-collapse .navbar-nav.navbar-left:first-child {
+ margin-left: -15px;
+ }
+ .navbar-collapse .navbar-nav.navbar-right:last-child {
+ margin-right: -15px;
+ }
+ .navbar-collapse .navbar-text:last-child {
+ margin-right: 0;
+ }
+}
+
+.container > .navbar-header,
+.container > .navbar-collapse {
+ margin-right: -15px;
+ margin-left: -15px;
+}
+
+@media (min-width: 768px) {
+ .container > .navbar-header,
+ .container > .navbar-collapse {
+ margin-right: 0;
+ margin-left: 0;
+ }
+}
+
+.navbar-static-top {
+ border-width: 0 0 1px;
+}
+
+@media (min-width: 768px) {
+ .navbar-static-top {
+ border-radius: 0;
+ }
+}
+
+.navbar-fixed-top,
+.navbar-fixed-bottom {
+ position: fixed;
+ right: 0;
+ left: 0;
+ border-width: 0 0 1px;
+}
+
+@media (min-width: 768px) {
+ .navbar-fixed-top,
+ .navbar-fixed-bottom {
+ border-radius: 0;
+ }
+}
+
+.navbar-fixed-top {
+ top: 0;
+ z-index: 1030;
+}
+
+.navbar-fixed-bottom {
+ bottom: 0;
+ margin-bottom: 0;
+}
+
+.navbar-brand {
+ float: left;
+ padding: 15px 15px;
+ font-size: 18px;
+ line-height: 20px;
+}
+
+.navbar-brand:hover,
+.navbar-brand:focus {
+ text-decoration: none;
+}
+
+@media (min-width: 768px) {
+ .navbar > .container .navbar-brand {
+ margin-left: -15px;
+ }
+}
+
+.navbar-toggle {
+ position: relative;
+ float: right;
+ padding: 9px 10px;
+ margin-top: 8px;
+ margin-right: 15px;
+ margin-bottom: 8px;
+ background-color: transparent;
+ border: 1px solid transparent;
+ border-radius: 4px;
+}
+
+.navbar-toggle .icon-bar {
+ display: block;
+ width: 22px;
+ height: 2px;
+ border-radius: 1px;
+}
+
+.navbar-toggle .icon-bar + .icon-bar {
+ margin-top: 4px;
+}
+
+@media (min-width: 768px) {
+ .navbar-toggle {
+ display: none;
+ }
+}
+
+.navbar-nav {
+ margin: 7.5px -15px;
+}
+
+.navbar-nav > li > a {
+ padding-top: 10px;
+ padding-bottom: 10px;
+ line-height: 20px;
+}
+
+@media (max-width: 767px) {
+ .navbar-nav .open .dropdown-menu {
+ position: static;
+ float: none;
+ width: auto;
+ margin-top: 0;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none;
+ }
+ .navbar-nav .open .dropdown-menu > li > a,
+ .navbar-nav .open .dropdown-menu .dropdown-header {
+ padding: 5px 15px 5px 25px;
+ }
+ .navbar-nav .open .dropdown-menu > li > a {
+ line-height: 20px;
+ }
+ .navbar-nav .open .dropdown-menu > li > a:hover,
+ .navbar-nav .open .dropdown-menu > li > a:focus {
+ background-image: none;
+ }
+}
+
+@media (min-width: 768px) {
+ .navbar-nav {
+ float: left;
+ margin: 0;
+ }
+ .navbar-nav > li {
+ float: left;
+ }
+ .navbar-nav > li > a {
+ padding-top: 15px;
+ padding-bottom: 15px;
+ }
+}
+
+@media (min-width: 768px) {
+ .navbar-left {
+ float: left !important;
+ }
+ .navbar-right {
+ float: right !important;
+ }
+}
+
+.navbar-form {
+ padding: 10px 15px;
+ margin-top: 8px;
+ margin-right: -15px;
+ margin-bottom: 8px;
+ margin-left: -15px;
+ border-top: 1px solid transparent;
+ border-bottom: 1px solid transparent;
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
+}
+
+@media (min-width: 768px) {
+ .navbar-form .form-group {
+ display: inline-block;
+ margin-bottom: 0;
+ vertical-align: middle;
+ }
+ .navbar-form .form-control {
+ display: inline-block;
+ }
+ .navbar-form .radio,
+ .navbar-form .checkbox {
+ display: inline-block;
+ padding-left: 0;
+ margin-top: 0;
+ margin-bottom: 0;
+ }
+ .navbar-form .radio input[type="radio"],
+ .navbar-form .checkbox input[type="checkbox"] {
+ float: none;
+ margin-left: 0;
+ }
+}
+
+@media (max-width: 767px) {
+ .navbar-form .form-group {
+ margin-bottom: 5px;
+ }
+}
+
+@media (min-width: 768px) {
+ .navbar-form {
+ width: auto;
+ padding-top: 0;
+ padding-bottom: 0;
+ margin-right: 0;
+ margin-left: 0;
+ border: 0;
+ -webkit-box-shadow: none;
+ box-shadow: none;
+ }
+}
+
+.navbar-nav > li > .dropdown-menu {
+ margin-top: 0;
+ border-top-right-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0;
+}
+
+.navbar-nav.pull-right > li > .dropdown-menu,
+.navbar-nav > li > .dropdown-menu.pull-right {
+ right: 0;
+ left: auto;
+}
+
+.navbar-btn {
+ margin-top: 8px;
+ margin-bottom: 8px;
+}
+
+.navbar-text {
+ float: left;
+ margin-top: 15px;
+ margin-bottom: 15px;
+}
+
+@media (min-width: 768px) {
+ .navbar-text {
+ margin-right: 15px;
+ margin-left: 15px;
+ }
+}
+
+.navbar-default {
+ background-color: #f8f8f8;
+ border-color: #e7e7e7;
+}
+
+.navbar-default .navbar-brand {
+ color: #777777;
+}
+
+.navbar-default .navbar-brand:hover,
+.navbar-default .navbar-brand:focus {
+ color: #5e5e5e;
+ background-color: transparent;
+}
+
+.navbar-default .navbar-text {
+ color: #777777;
+}
+
+.navbar-default .navbar-nav > li > a {
+ color: #777777;
+}
+
+.navbar-default .navbar-nav > li > a:hover,
+.navbar-default .navbar-nav > li > a:focus {
+ color: #333333;
+ background-color: transparent;
+}
+
+.navbar-default .navbar-nav > .active > a,
+.navbar-default .navbar-nav > .active > a:hover,
+.navbar-default .navbar-nav > .active > a:focus {
+ color: #555555;
+ background-color: #e7e7e7;
+}
+
+.navbar-default .navbar-nav > .disabled > a,
+.navbar-default .navbar-nav > .disabled > a:hover,
+.navbar-default .navbar-nav > .disabled > a:focus {
+ color: #cccccc;
+ background-color: transparent;
+}
+
+.navbar-default .navbar-toggle {
+ border-color: #dddddd;
+}
+
+.navbar-default .navbar-toggle:hover,
+.navbar-default .navbar-toggle:focus {
+ background-color: #dddddd;
+}
+
+.navbar-default .navbar-toggle .icon-bar {
+ background-color: #cccccc;
+}
+
+.navbar-default .navbar-collapse,
+.navbar-default .navbar-form {
+ border-color: #e6e6e6;
+}
+
+.navbar-default .navbar-nav > .dropdown > a:hover .caret,
+.navbar-default .navbar-nav > .dropdown > a:focus .caret {
+ border-top-color: #333333;
+ border-bottom-color: #333333;
+}
+
+.navbar-default .navbar-nav > .open > a,
+.navbar-default .navbar-nav > .open > a:hover,
+.navbar-default .navbar-nav > .open > a:focus {
+ color: #555555;
+ background-color: #e7e7e7;
+}
+
+.navbar-default .navbar-nav > .open > a .caret,
+.navbar-default .navbar-nav > .open > a:hover .caret,
+.navbar-default .navbar-nav > .open > a:focus .caret {
+ border-top-color: #555555;
+ border-bottom-color: #555555;
+}
+
+.navbar-default .navbar-nav > .dropdown > a .caret {
+ border-top-color: #777777;
+ border-bottom-color: #777777;
+}
+
+@media (max-width: 767px) {
+ .navbar-default .navbar-nav .open .dropdown-menu > li > a {
+ color: #777777;
+ }
+ .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
+ .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
+ color: #333333;
+ background-color: transparent;
+ }
+ .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
+ .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
+ .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
+ color: #555555;
+ background-color: #e7e7e7;
+ }
+ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
+ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
+ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
+ color: #cccccc;
+ background-color: transparent;
+ }
+}
+
+.navbar-default .navbar-link {
+ color: #777777;
+}
+
+.navbar-default .navbar-link:hover {
+ color: #333333;
+}
+
+.navbar-inverse {
+ background-color: #222222;
+ border-color: #080808;
+}
+
+.navbar-inverse .navbar-brand {
+ color: #999999;
+}
+
+.navbar-inverse .navbar-brand:hover,
+.navbar-inverse .navbar-brand:focus {
+ color: #ffffff;
+ background-color: transparent;
+}
+
+.navbar-inverse .navbar-text {
+ color: #999999;
+}
+
+.navbar-inverse .navbar-nav > li > a {
+ color: #999999;
+}
+
+.navbar-inverse .navbar-nav > li > a:hover,
+.navbar-inverse .navbar-nav > li > a:focus {
+ color: #ffffff;
+ background-color: transparent;
+}
+
+.navbar-inverse .navbar-nav > .active > a,
+.navbar-inverse .navbar-nav > .active > a:hover,
+.navbar-inverse .navbar-nav > .active > a:focus {
+ color: #ffffff;
+ background-color: #080808;
+}
+
+.navbar-inverse .navbar-nav > .disabled > a,
+.navbar-inverse .navbar-nav > .disabled > a:hover,
+.navbar-inverse .navbar-nav > .disabled > a:focus {
+ color: #444444;
+ background-color: transparent;
+}
+
+.navbar-inverse .navbar-toggle {
+ border-color: #333333;
+}
+
+.navbar-inverse .navbar-toggle:hover,
+.navbar-inverse .navbar-toggle:focus {
+ background-color: #333333;
+}
+
+.navbar-inverse .navbar-toggle .icon-bar {
+ background-color: #ffffff;
+}
+
+.navbar-inverse .navbar-collapse,
+.navbar-inverse .navbar-form {
+ border-color: #101010;
+}
+
+.navbar-inverse .navbar-nav > .open > a,
+.navbar-inverse .navbar-nav > .open > a:hover,
+.navbar-inverse .navbar-nav > .open > a:focus {
+ color: #ffffff;
+ background-color: #080808;
+}
+
+.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
+ border-top-color: #ffffff;
+ border-bottom-color: #ffffff;
+}
+
+.navbar-inverse .navbar-nav > .dropdown > a .caret {
+ border-top-color: #999999;
+ border-bottom-color: #999999;
+}
+
+.navbar-inverse .navbar-nav > .open > a .caret,
+.navbar-inverse .navbar-nav > .open > a:hover .caret,
+.navbar-inverse .navbar-nav > .open > a:focus .caret {
+ border-top-color: #ffffff;
+ border-bottom-color: #ffffff;
+}
+
+@media (max-width: 767px) {
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
+ border-color: #080808;
+ }
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
+ color: #999999;
+ }
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
+ color: #ffffff;
+ background-color: transparent;
+ }
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
+ color: #ffffff;
+ background-color: #080808;
+ }
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
+ color: #444444;
+ background-color: transparent;
+ }
+}
+
+.navbar-inverse .navbar-link {
+ color: #999999;
+}
+
+.navbar-inverse .navbar-link:hover {
+ color: #ffffff;
+}
+
+.breadcrumb {
+ padding: 8px 15px;
+ margin-bottom: 20px;
+ list-style: none;
+ background-color: #f5f5f5;
+ border-radius: 4px;
+}
+
+.breadcrumb > li {
+ display: inline-block;
+}
+
+.breadcrumb > li + li:before {
+ padding: 0 5px;
+ color: #cccccc;
+ content: "/\00a0";
+}
+
+.breadcrumb > .active {
+ color: #999999;
+}
+
+.pagination {
+ display: inline-block;
+ padding-left: 0;
+ margin: 20px 0;
+ border-radius: 4px;
+}
+
+.pagination > li {
+ display: inline;
+}
+
+.pagination > li > a,
+.pagination > li > span {
+ position: relative;
+ float: left;
+ padding: 6px 12px;
+ margin-left: -1px;
+ line-height: 1.428571429;
+ text-decoration: none;
+ background-color: #ffffff;
+ border: 1px solid #dddddd;
+}
+
+.pagination > li:first-child > a,
+.pagination > li:first-child > span {
+ margin-left: 0;
+ border-bottom-left-radius: 4px;
+ border-top-left-radius: 4px;
+}
+
+.pagination > li:last-child > a,
+.pagination > li:last-child > span {
+ border-top-right-radius: 4px;
+ border-bottom-right-radius: 4px;
+}
+
+.pagination > li > a:hover,
+.pagination > li > span:hover,
+.pagination > li > a:focus,
+.pagination > li > span:focus {
+ background-color: #eeeeee;
+}
+
+.pagination > .active > a,
+.pagination > .active > span,
+.pagination > .active > a:hover,
+.pagination > .active > span:hover,
+.pagination > .active > a:focus,
+.pagination > .active > span:focus {
+ z-index: 2;
+ color: #ffffff;
+ cursor: default;
+ background-color: #428bca;
+ border-color: #428bca;
+}
+
+.pagination > .disabled > span,
+.pagination > .disabled > a,
+.pagination > .disabled > a:hover,
+.pagination > .disabled > a:focus {
+ color: #999999;
+ cursor: not-allowed;
+ background-color: #ffffff;
+ border-color: #dddddd;
+}
+
+.pagination-lg > li > a,
+.pagination-lg > li > span {
+ padding: 10px 16px;
+ font-size: 18px;
+}
+
+.pagination-lg > li:first-child > a,
+.pagination-lg > li:first-child > span {
+ border-bottom-left-radius: 6px;
+ border-top-left-radius: 6px;
+}
+
+.pagination-lg > li:last-child > a,
+.pagination-lg > li:last-child > span {
+ border-top-right-radius: 6px;
+ border-bottom-right-radius: 6px;
+}
+
+.pagination-sm > li > a,
+.pagination-sm > li > span {
+ padding: 5px 10px;
+ font-size: 12px;
+}
+
+.pagination-sm > li:first-child > a,
+.pagination-sm > li:first-child > span {
+ border-bottom-left-radius: 3px;
+ border-top-left-radius: 3px;
+}
+
+.pagination-sm > li:last-child > a,
+.pagination-sm > li:last-child > span {
+ border-top-right-radius: 3px;
+ border-bottom-right-radius: 3px;
+}
+
+.pager {
+ padding-left: 0;
+ margin: 20px 0;
+ text-align: center;
+ list-style: none;
+}
+
+.pager:before,
+.pager:after {
+ display: table;
+ content: " ";
+}
+
+.pager:after {
+ clear: both;
+}
+
+.pager:before,
+.pager:after {
+ display: table;
+ content: " ";
+}
+
+.pager:after {
+ clear: both;
+}
+
+.pager li {
+ display: inline;
+}
+
+.pager li > a,
+.pager li > span {
+ display: inline-block;
+ padding: 5px 14px;
+ background-color: #ffffff;
+ border: 1px solid #dddddd;
+ border-radius: 15px;
+}
+
+.pager li > a:hover,
+.pager li > a:focus {
+ text-decoration: none;
+ background-color: #eeeeee;
+}
+
+.pager .next > a,
+.pager .next > span {
+ float: right;
+}
+
+.pager .previous > a,
+.pager .previous > span {
+ float: left;
+}
+
+.pager .disabled > a,
+.pager .disabled > a:hover,
+.pager .disabled > a:focus,
+.pager .disabled > span {
+ color: #999999;
+ cursor: not-allowed;
+ background-color: #ffffff;
+}
+
+.label {
+ display: inline;
+ padding: .2em .6em .3em;
+ font-size: 75%;
+ font-weight: bold;
+ line-height: 1;
+ color: #ffffff;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: baseline;
+ border-radius: .25em;
+}
+
+.label[href]:hover,
+.label[href]:focus {
+ color: #ffffff;
+ text-decoration: none;
+ cursor: pointer;
+}
+
+.label:empty {
+ display: none;
+}
+
+.label-default {
+ background-color: #999999;
+}
+
+.label-default[href]:hover,
+.label-default[href]:focus {
+ background-color: #808080;
+}
+
+.label-primary {
+ background-color: #428bca;
+}
+
+.label-primary[href]:hover,
+.label-primary[href]:focus {
+ background-color: #3071a9;
+}
+
+.label-success {
+ background-color: #5cb85c;
+}
+
+.label-success[href]:hover,
+.label-success[href]:focus {
+ background-color: #449d44;
+}
+
+.label-info {
+ background-color: #5bc0de;
+}
+
+.label-info[href]:hover,
+.label-info[href]:focus {
+ background-color: #31b0d5;
+}
+
+.label-warning {
+ background-color: #f0ad4e;
+}
+
+.label-warning[href]:hover,
+.label-warning[href]:focus {
+ background-color: #ec971f;
+}
+
+.label-danger {
+ background-color: #d9534f;
+}
+
+.label-danger[href]:hover,
+.label-danger[href]:focus {
+ background-color: #c9302c;
+}
+
+.badge {
+ display: inline-block;
+ min-width: 10px;
+ padding: 3px 7px;
+ font-size: 12px;
+ font-weight: bold;
+ line-height: 1;
+ color: #ffffff;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: baseline;
+ background-color: #999999;
+ border-radius: 10px;
+}
+
+.badge:empty {
+ display: none;
+}
+
+a.badge:hover,
+a.badge:focus {
+ color: #ffffff;
+ text-decoration: none;
+ cursor: pointer;
+}
+
+.btn .badge {
+ position: relative;
+ top: -1px;
+}
+
+a.list-group-item.active > .badge,
+.nav-pills > .active > a > .badge {
+ color: #428bca;
+ background-color: #ffffff;
+}
+
+.nav-pills > li > a > .badge {
+ margin-left: 3px;
+}
+
+.jumbotron {
+ padding: 30px;
+ margin-bottom: 30px;
+ font-size: 21px;
+ font-weight: 200;
+ line-height: 2.1428571435;
+ color: inherit;
+ background-color: #eeeeee;
+}
+
+.jumbotron h1 {
+ line-height: 1;
+ color: inherit;
+}
+
+.jumbotron p {
+ line-height: 1.4;
+}
+
+.container .jumbotron {
+ border-radius: 6px;
+}
+
+@media screen and (min-width: 768px) {
+ .jumbotron {
+ padding-top: 48px;
+ padding-bottom: 48px;
+ }
+ .container .jumbotron {
+ padding-right: 60px;
+ padding-left: 60px;
+ }
+ .jumbotron h1 {
+ font-size: 63px;
+ }
+}
+
+.thumbnail {
+ display: inline-block;
+ display: block;
+ height: auto;
+ max-width: 100%;
+ padding: 4px;
+ line-height: 1.428571429;
+ background-color: #ffffff;
+ border: 1px solid #dddddd;
+ border-radius: 4px;
+ -webkit-transition: all 0.2s ease-in-out;
+ transition: all 0.2s ease-in-out;
+}
+
+.thumbnail > img {
+ display: block;
+ height: auto;
+ max-width: 100%;
+}
+
+a.thumbnail:hover,
+a.thumbnail:focus {
+ border-color: #428bca;
+}
+
+.thumbnail > img {
+ margin-right: auto;
+ margin-left: auto;
+}
+
+.thumbnail .caption {
+ padding: 9px;
+ color: #333333;
+}
+
+.alert {
+ padding: 15px;
+ margin-bottom: 20px;
+ border: 1px solid transparent;
+ border-radius: 4px;
+}
+
+.alert h4 {
+ margin-top: 0;
+ color: inherit;
+}
+
+.alert .alert-link {
+ font-weight: bold;
+}
+
+.alert > p,
+.alert > ul {
+ margin-bottom: 0;
+}
+
+.alert > p + p {
+ margin-top: 5px;
+}
+
+.alert-dismissable {
+ padding-right: 35px;
+}
+
+.alert-dismissable .close {
+ position: relative;
+ top: -2px;
+ right: -21px;
+ color: inherit;
+}
+
+.alert-success {
+ color: #468847;
+ background-color: #dff0d8;
+ border-color: #d6e9c6;
+}
+
+.alert-success hr {
+ border-top-color: #c9e2b3;
+}
+
+.alert-success .alert-link {
+ color: #356635;
+}
+
+.alert-info {
+ color: #3a87ad;
+ background-color: #d9edf7;
+ border-color: #bce8f1;
+}
+
+.alert-info hr {
+ border-top-color: #a6e1ec;
+}
+
+.alert-info .alert-link {
+ color: #2d6987;
+}
+
+.alert-warning {
+ color: #c09853;
+ background-color: #fcf8e3;
+ border-color: #fbeed5;
+}
+
+.alert-warning hr {
+ border-top-color: #f8e5be;
+}
+
+.alert-warning .alert-link {
+ color: #a47e3c;
+}
+
+.alert-danger {
+ color: #b94a48;
+ background-color: #f2dede;
+ border-color: #eed3d7;
+}
+
+.alert-danger hr {
+ border-top-color: #e6c1c7;
+}
+
+.alert-danger .alert-link {
+ color: #953b39;
+}
+
+@-webkit-keyframes progress-bar-stripes {
+ from {
+ background-position: 40px 0;
+ }
+ to {
+ background-position: 0 0;
+ }
+}
+
+@-moz-keyframes progress-bar-stripes {
+ from {
+ background-position: 40px 0;
+ }
+ to {
+ background-position: 0 0;
+ }
+}
+
+@-o-keyframes progress-bar-stripes {
+ from {
+ background-position: 0 0;
+ }
+ to {
+ background-position: 40px 0;
+ }
+}
+
+@keyframes progress-bar-stripes {
+ from {
+ background-position: 40px 0;
+ }
+ to {
+ background-position: 0 0;
+ }
+}
+
+.progress {
+ height: 20px;
+ margin-bottom: 20px;
+ overflow: hidden;
+ background-color: #f5f5f5;
+ border-radius: 4px;
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
+}
+
+.progress-bar {
+ float: left;
+ width: 0;
+ height: 100%;
+ font-size: 12px;
+ color: #ffffff;
+ text-align: center;
+ background-color: #428bca;
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
+ -webkit-transition: width 0.6s ease;
+ transition: width 0.6s ease;
+}
+
+.progress-striped .progress-bar {
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-size: 40px 40px;
+}
+
+.progress.active .progress-bar {
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
+ -moz-animation: progress-bar-stripes 2s linear infinite;
+ -ms-animation: progress-bar-stripes 2s linear infinite;
+ -o-animation: progress-bar-stripes 2s linear infinite;
+ animation: progress-bar-stripes 2s linear infinite;
+}
+
+.progress-bar-success {
+ background-color: #5cb85c;
+}
+
+.progress-striped .progress-bar-success {
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+
+.progress-bar-info {
+ background-color: #5bc0de;
+}
+
+.progress-striped .progress-bar-info {
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+
+.progress-bar-warning {
+ background-color: #f0ad4e;
+}
+
+.progress-striped .progress-bar-warning {
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+
+.progress-bar-danger {
+ background-color: #d9534f;
+}
+
+.progress-striped .progress-bar-danger {
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+
+.media,
+.media-body {
+ overflow: hidden;
+ zoom: 1;
+}
+
+.media,
+.media .media {
+ margin-top: 15px;
+}
+
+.media:first-child {
+ margin-top: 0;
+}
+
+.media-object {
+ display: block;
+}
+
+.media-heading {
+ margin: 0 0 5px;
+}
+
+.media > .pull-left {
+ margin-right: 10px;
+}
+
+.media > .pull-right {
+ margin-left: 10px;
+}
+
+.media-list {
+ padding-left: 0;
+ list-style: none;
+}
+
+.list-group {
+ padding-left: 0;
+ margin-bottom: 20px;
+}
+
+.list-group-item {
+ position: relative;
+ display: block;
+ padding: 10px 15px;
+ margin-bottom: -1px;
+ background-color: #ffffff;
+ border: 1px solid #dddddd;
+}
+
+.list-group-item:first-child {
+ border-top-right-radius: 4px;
+ border-top-left-radius: 4px;
+}
+
+.list-group-item:last-child {
+ margin-bottom: 0;
+ border-bottom-right-radius: 4px;
+ border-bottom-left-radius: 4px;
+}
+
+.list-group-item > .badge {
+ float: right;
+}
+
+.list-group-item > .badge + .badge {
+ margin-right: 5px;
+}
+
+a.list-group-item {
+ color: #555555;
+}
+
+a.list-group-item .list-group-item-heading {
+ color: #333333;
+}
+
+a.list-group-item:hover,
+a.list-group-item:focus {
+ text-decoration: none;
+ background-color: #f5f5f5;
+}
+
+.list-group-item.active,
+.list-group-item.active:hover,
+.list-group-item.active:focus {
+ z-index: 2;
+ color: #ffffff;
+ background-color: #428bca;
+ border-color: #428bca;
+}
+
+.list-group-item.active .list-group-item-heading,
+.list-group-item.active:hover .list-group-item-heading,
+.list-group-item.active:focus .list-group-item-heading {
+ color: inherit;
+}
+
+.list-group-item.active .list-group-item-text,
+.list-group-item.active:hover .list-group-item-text,
+.list-group-item.active:focus .list-group-item-text {
+ color: #e1edf7;
+}
+
+.list-group-item-heading {
+ margin-top: 0;
+ margin-bottom: 5px;
+}
+
+.list-group-item-text {
+ margin-bottom: 0;
+ line-height: 1.3;
+}
+
+.panel {
+ margin-bottom: 20px;
+ background-color: #ffffff;
+ border: 1px solid transparent;
+ border-radius: 4px;
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
+}
+
+.panel-body {
+ padding: 15px;
+}
+
+.panel-body:before,
+.panel-body:after {
+ display: table;
+ content: " ";
+}
+
+.panel-body:after {
+ clear: both;
+}
+
+.panel-body:before,
+.panel-body:after {
+ display: table;
+ content: " ";
+}
+
+.panel-body:after {
+ clear: both;
+}
+
+.panel > .list-group {
+ margin-bottom: 0;
+}
+
+.panel > .list-group .list-group-item {
+ border-width: 1px 0;
+}
+
+.panel > .list-group .list-group-item:first-child {
+ border-top-right-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.panel > .list-group .list-group-item:last-child {
+ border-bottom: 0;
+}
+
+.panel-heading + .list-group .list-group-item:first-child {
+ border-top-width: 0;
+}
+
+.panel > .table {
+ margin-bottom: 0;
+}
+
+.panel > .panel-body + .table {
+ border-top: 1px solid #dddddd;
+}
+
+.panel-heading {
+ padding: 10px 15px;
+ border-bottom: 1px solid transparent;
+ border-top-right-radius: 3px;
+ border-top-left-radius: 3px;
+}
+
+.panel-title {
+ margin-top: 0;
+ margin-bottom: 0;
+ font-size: 16px;
+}
+
+.panel-title > a {
+ color: inherit;
+}
+
+.panel-footer {
+ padding: 10px 15px;
+ background-color: #f5f5f5;
+ border-top: 1px solid #dddddd;
+ border-bottom-right-radius: 3px;
+ border-bottom-left-radius: 3px;
+}
+
+.panel-group .panel {
+ margin-bottom: 0;
+ overflow: hidden;
+ border-radius: 4px;
+}
+
+.panel-group .panel + .panel {
+ margin-top: 5px;
+}
+
+.panel-group .panel-heading {
+ border-bottom: 0;
+}
+
+.panel-group .panel-heading + .panel-collapse .panel-body {
+ border-top: 1px solid #dddddd;
+}
+
+.panel-group .panel-footer {
+ border-top: 0;
+}
+
+.panel-group .panel-footer + .panel-collapse .panel-body {
+ border-bottom: 1px solid #dddddd;
+}
+
+.panel-default {
+ border-color: #dddddd;
+}
+
+.panel-default > .panel-heading {
+ color: #333333;
+ background-color: #f5f5f5;
+ border-color: #dddddd;
+}
+
+.panel-default > .panel-heading + .panel-collapse .panel-body {
+ border-top-color: #dddddd;
+}
+
+.panel-default > .panel-footer + .panel-collapse .panel-body {
+ border-bottom-color: #dddddd;
+}
+
+.panel-primary {
+ border-color: #428bca;
+}
+
+.panel-primary > .panel-heading {
+ color: #ffffff;
+ background-color: #428bca;
+ border-color: #428bca;
+}
+
+.panel-primary > .panel-heading + .panel-collapse .panel-body {
+ border-top-color: #428bca;
+}
+
+.panel-primary > .panel-footer + .panel-collapse .panel-body {
+ border-bottom-color: #428bca;
+}
+
+.panel-success {
+ border-color: #d6e9c6;
+}
+
+.panel-success > .panel-heading {
+ color: #468847;
+ background-color: #dff0d8;
+ border-color: #d6e9c6;
+}
+
+.panel-success > .panel-heading + .panel-collapse .panel-body {
+ border-top-color: #d6e9c6;
+}
+
+.panel-success > .panel-footer + .panel-collapse .panel-body {
+ border-bottom-color: #d6e9c6;
+}
+
+.panel-warning {
+ border-color: #fbeed5;
+}
+
+.panel-warning > .panel-heading {
+ color: #c09853;
+ background-color: #fcf8e3;
+ border-color: #fbeed5;
+}
+
+.panel-warning > .panel-heading + .panel-collapse .panel-body {
+ border-top-color: #fbeed5;
+}
+
+.panel-warning > .panel-footer + .panel-collapse .panel-body {
+ border-bottom-color: #fbeed5;
+}
+
+.panel-danger {
+ border-color: #eed3d7;
+}
+
+.panel-danger > .panel-heading {
+ color: #b94a48;
+ background-color: #f2dede;
+ border-color: #eed3d7;
+}
+
+.panel-danger > .panel-heading + .panel-collapse .panel-body {
+ border-top-color: #eed3d7;
+}
+
+.panel-danger > .panel-footer + .panel-collapse .panel-body {
+ border-bottom-color: #eed3d7;
+}
+
+.panel-info {
+ border-color: #bce8f1;
+}
+
+.panel-info > .panel-heading {
+ color: #3a87ad;
+ background-color: #d9edf7;
+ border-color: #bce8f1;
+}
+
+.panel-info > .panel-heading + .panel-collapse .panel-body {
+ border-top-color: #bce8f1;
+}
+
+.panel-info > .panel-footer + .panel-collapse .panel-body {
+ border-bottom-color: #bce8f1;
+}
+
+.well {
+ min-height: 20px;
+ padding: 19px;
+ margin-bottom: 20px;
+ background-color: #f5f5f5;
+ border: 1px solid #e3e3e3;
+ border-radius: 4px;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+}
+
+.well blockquote {
+ border-color: #ddd;
+ border-color: rgba(0, 0, 0, 0.15);
+}
+
+.well-lg {
+ padding: 24px;
+ border-radius: 6px;
+}
+
+.well-sm {
+ padding: 9px;
+ border-radius: 3px;
+}
+
+.close {
+ float: right;
+ font-size: 21px;
+ font-weight: bold;
+ line-height: 1;
+ color: #000000;
+ text-shadow: 0 1px 0 #ffffff;
+ opacity: 0.2;
+ filter: alpha(opacity=20);
+}
+
+.close:hover,
+.close:focus {
+ color: #000000;
+ text-decoration: none;
+ cursor: pointer;
+ opacity: 0.5;
+ filter: alpha(opacity=50);
+}
+
+button.close {
+ padding: 0;
+ cursor: pointer;
+ background: transparent;
+ border: 0;
+ -webkit-appearance: none;
+}
+
+.modal-open {
+ overflow: hidden;
+}
+
+body.modal-open,
+.modal-open .navbar-fixed-top,
+.modal-open .navbar-fixed-bottom {
+ margin-right: 15px;
+}
+
+.modal {
+ position: fixed;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 1040;
+ display: none;
+ overflow: auto;
+ overflow-y: scroll;
+}
+
+.modal.fade .modal-dialog {
+ -webkit-transform: translate(0, -25%);
+ -ms-transform: translate(0, -25%);
+ transform: translate(0, -25%);
+ -webkit-transition: -webkit-transform 0.3s ease-out;
+ -moz-transition: -moz-transform 0.3s ease-out;
+ -o-transition: -o-transform 0.3s ease-out;
+ transition: transform 0.3s ease-out;
+}
+
+.modal.in .modal-dialog {
+ -webkit-transform: translate(0, 0);
+ -ms-transform: translate(0, 0);
+ transform: translate(0, 0);
+}
+
+.modal-dialog {
+ z-index: 1050;
+ width: auto;
+ padding: 10px;
+ margin-right: auto;
+ margin-left: auto;
+}
+
+.modal-content {
+ position: relative;
+ background-color: #ffffff;
+ border: 1px solid #999999;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ border-radius: 6px;
+ outline: none;
+ -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
+ box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
+ background-clip: padding-box;
+}
+
+.modal-backdrop {
+ position: fixed;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 1030;
+ background-color: #000000;
+}
+
+.modal-backdrop.fade {
+ opacity: 0;
+ filter: alpha(opacity=0);
+}
+
+.modal-backdrop.in {
+ opacity: 0.5;
+ filter: alpha(opacity=50);
+}
+
+.modal-header {
+ min-height: 16.428571429px;
+ padding: 15px;
+ border-bottom: 1px solid #e5e5e5;
+}
+
+.modal-header .close {
+ margin-top: -2px;
+}
+
+.modal-title {
+ margin: 0;
+ line-height: 1.428571429;
+}
+
+.modal-body {
+ position: relative;
+ padding: 20px;
+}
+
+.modal-footer {
+ padding: 19px 20px 20px;
+ margin-top: 15px;
+ text-align: right;
+ border-top: 1px solid #e5e5e5;
+}
+
+.modal-footer:before,
+.modal-footer:after {
+ display: table;
+ content: " ";
+}
+
+.modal-footer:after {
+ clear: both;
+}
+
+.modal-footer:before,
+.modal-footer:after {
+ display: table;
+ content: " ";
+}
+
+.modal-footer:after {
+ clear: both;
+}
+
+.modal-footer .btn + .btn {
+ margin-bottom: 0;
+ margin-left: 5px;
+}
+
+.modal-footer .btn-group .btn + .btn {
+ margin-left: -1px;
+}
+
+.modal-footer .btn-block + .btn-block {
+ margin-left: 0;
+}
+
+@media screen and (min-width: 768px) {
+ .modal-dialog {
+ right: auto;
+ left: 50%;
+ width: 600px;
+ padding-top: 30px;
+ padding-bottom: 30px;
+ }
+ .modal-content {
+ -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
+ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
+ }
+}
+
+.tooltip {
+ position: absolute;
+ z-index: 1030;
+ display: block;
+ font-size: 12px;
+ line-height: 1.4;
+ opacity: 0;
+ filter: alpha(opacity=0);
+ visibility: visible;
+}
+
+.tooltip.in {
+ opacity: 0.9;
+ filter: alpha(opacity=90);
+}
+
+.tooltip.top {
+ padding: 5px 0;
+ margin-top: -3px;
+}
+
+.tooltip.right {
+ padding: 0 5px;
+ margin-left: 3px;
+}
+
+.tooltip.bottom {
+ padding: 5px 0;
+ margin-top: 3px;
+}
+
+.tooltip.left {
+ padding: 0 5px;
+ margin-left: -3px;
+}
+
+.tooltip-inner {
+ max-width: 200px;
+ padding: 3px 8px;
+ color: #ffffff;
+ text-align: center;
+ text-decoration: none;
+ background-color: #000000;
+ border-radius: 4px;
+}
+
+.tooltip-arrow {
+ position: absolute;
+ width: 0;
+ height: 0;
+ border-color: transparent;
+ border-style: solid;
+}
+
+.tooltip.top .tooltip-arrow {
+ bottom: 0;
+ left: 50%;
+ margin-left: -5px;
+ border-top-color: #000000;
+ border-width: 5px 5px 0;
+}
+
+.tooltip.top-left .tooltip-arrow {
+ bottom: 0;
+ left: 5px;
+ border-top-color: #000000;
+ border-width: 5px 5px 0;
+}
+
+.tooltip.top-right .tooltip-arrow {
+ right: 5px;
+ bottom: 0;
+ border-top-color: #000000;
+ border-width: 5px 5px 0;
+}
+
+.tooltip.right .tooltip-arrow {
+ top: 50%;
+ left: 0;
+ margin-top: -5px;
+ border-right-color: #000000;
+ border-width: 5px 5px 5px 0;
+}
+
+.tooltip.left .tooltip-arrow {
+ top: 50%;
+ right: 0;
+ margin-top: -5px;
+ border-left-color: #000000;
+ border-width: 5px 0 5px 5px;
+}
+
+.tooltip.bottom .tooltip-arrow {
+ top: 0;
+ left: 50%;
+ margin-left: -5px;
+ border-bottom-color: #000000;
+ border-width: 0 5px 5px;
+}
+
+.tooltip.bottom-left .tooltip-arrow {
+ top: 0;
+ left: 5px;
+ border-bottom-color: #000000;
+ border-width: 0 5px 5px;
+}
+
+.tooltip.bottom-right .tooltip-arrow {
+ top: 0;
+ right: 5px;
+ border-bottom-color: #000000;
+ border-width: 0 5px 5px;
+}
+
+.popover {
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 1010;
+ display: none;
+ max-width: 276px;
+ padding: 1px;
+ text-align: left;
+ white-space: normal;
+ background-color: #ffffff;
+ border: 1px solid #cccccc;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ border-radius: 6px;
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+ background-clip: padding-box;
+}
+
+.popover.top {
+ margin-top: -10px;
+}
+
+.popover.right {
+ margin-left: 10px;
+}
+
+.popover.bottom {
+ margin-top: 10px;
+}
+
+.popover.left {
+ margin-left: -10px;
+}
+
+.popover-title {
+ padding: 8px 14px;
+ margin: 0;
+ font-size: 14px;
+ font-weight: normal;
+ line-height: 18px;
+ background-color: #f7f7f7;
+ border-bottom: 1px solid #ebebeb;
+ border-radius: 5px 5px 0 0;
+}
+
+.popover-content {
+ padding: 9px 14px;
+}
+
+.popover .arrow,
+.popover .arrow:after {
+ position: absolute;
+ display: block;
+ width: 0;
+ height: 0;
+ border-color: transparent;
+ border-style: solid;
+}
+
+.popover .arrow {
+ border-width: 11px;
+}
+
+.popover .arrow:after {
+ border-width: 10px;
+ content: "";
+}
+
+.popover.top .arrow {
+ bottom: -11px;
+ left: 50%;
+ margin-left: -11px;
+ border-top-color: #999999;
+ border-top-color: rgba(0, 0, 0, 0.25);
+ border-bottom-width: 0;
+}
+
+.popover.top .arrow:after {
+ bottom: 1px;
+ margin-left: -10px;
+ border-top-color: #ffffff;
+ border-bottom-width: 0;
+ content: " ";
+}
+
+.popover.right .arrow {
+ top: 50%;
+ left: -11px;
+ margin-top: -11px;
+ border-right-color: #999999;
+ border-right-color: rgba(0, 0, 0, 0.25);
+ border-left-width: 0;
+}
+
+.popover.right .arrow:after {
+ bottom: -10px;
+ left: 1px;
+ border-right-color: #ffffff;
+ border-left-width: 0;
+ content: " ";
+}
+
+.popover.bottom .arrow {
+ top: -11px;
+ left: 50%;
+ margin-left: -11px;
+ border-bottom-color: #999999;
+ border-bottom-color: rgba(0, 0, 0, 0.25);
+ border-top-width: 0;
+}
+
+.popover.bottom .arrow:after {
+ top: 1px;
+ margin-left: -10px;
+ border-bottom-color: #ffffff;
+ border-top-width: 0;
+ content: " ";
+}
+
+.popover.left .arrow {
+ top: 50%;
+ right: -11px;
+ margin-top: -11px;
+ border-left-color: #999999;
+ border-left-color: rgba(0, 0, 0, 0.25);
+ border-right-width: 0;
+}
+
+.popover.left .arrow:after {
+ right: 1px;
+ bottom: -10px;
+ border-left-color: #ffffff;
+ border-right-width: 0;
+ content: " ";
+}
+
+.carousel {
+ position: relative;
+}
+
+.carousel-inner {
+ position: relative;
+ width: 100%;
+ overflow: hidden;
+}
+
+.carousel-inner > .item {
+ position: relative;
+ display: none;
+ -webkit-transition: 0.6s ease-in-out left;
+ transition: 0.6s ease-in-out left;
+}
+
+.carousel-inner > .item > img,
+.carousel-inner > .item > a > img {
+ display: block;
+ height: auto;
+ max-width: 100%;
+ line-height: 1;
+}
+
+.carousel-inner > .active,
+.carousel-inner > .next,
+.carousel-inner > .prev {
+ display: block;
+}
+
+.carousel-inner > .active {
+ left: 0;
+}
+
+.carousel-inner > .next,
+.carousel-inner > .prev {
+ position: absolute;
+ top: 0;
+ width: 100%;
+}
+
+.carousel-inner > .next {
+ left: 100%;
+}
+
+.carousel-inner > .prev {
+ left: -100%;
+}
+
+.carousel-inner > .next.left,
+.carousel-inner > .prev.right {
+ left: 0;
+}
+
+.carousel-inner > .active.left {
+ left: -100%;
+}
+
+.carousel-inner > .active.right {
+ left: 100%;
+}
+
+.carousel-control {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ width: 15%;
+ font-size: 20px;
+ color: #ffffff;
+ text-align: center;
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
+ opacity: 0.5;
+ filter: alpha(opacity=50);
+}
+
+.carousel-control.left {
+ background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
+ background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
+ background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
+}
+
+.carousel-control.right {
+ right: 0;
+ left: auto;
+ background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
+ background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
+ background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
+}
+
+.carousel-control:hover,
+.carousel-control:focus {
+ color: #ffffff;
+ text-decoration: none;
+ opacity: 0.9;
+ filter: alpha(opacity=90);
+}
+
+.carousel-control .icon-prev,
+.carousel-control .icon-next,
+.carousel-control .glyphicon-chevron-left,
+.carousel-control .glyphicon-chevron-right {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ z-index: 5;
+ display: inline-block;
+}
+
+.carousel-control .icon-prev,
+.carousel-control .icon-next {
+ width: 20px;
+ height: 20px;
+ margin-top: -10px;
+ margin-left: -10px;
+ font-family: serif;
+}
+
+.carousel-control .icon-prev:before {
+ content: '\2039';
+}
+
+.carousel-control .icon-next:before {
+ content: '\203a';
+}
+
+.carousel-indicators {
+ position: absolute;
+ bottom: 10px;
+ left: 50%;
+ z-index: 15;
+ width: 60%;
+ padding-left: 0;
+ margin-left: -30%;
+ text-align: center;
+ list-style: none;
+}
+
+.carousel-indicators li {
+ display: inline-block;
+ width: 10px;
+ height: 10px;
+ margin: 1px;
+ text-indent: -999px;
+ cursor: pointer;
+ border: 1px solid #ffffff;
+ border-radius: 10px;
+}
+
+.carousel-indicators .active {
+ width: 12px;
+ height: 12px;
+ margin: 0;
+ background-color: #ffffff;
+}
+
+.carousel-caption {
+ position: absolute;
+ right: 15%;
+ bottom: 20px;
+ left: 15%;
+ z-index: 10;
+ padding-top: 20px;
+ padding-bottom: 20px;
+ color: #ffffff;
+ text-align: center;
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
+}
+
+.carousel-caption .btn {
+ text-shadow: none;
+}
+
+@media screen and (min-width: 768px) {
+ .carousel-control .icon-prev,
+ .carousel-control .icon-next {
+ width: 30px;
+ height: 30px;
+ margin-top: -15px;
+ margin-left: -15px;
+ font-size: 30px;
+ }
+ .carousel-caption {
+ right: 20%;
+ left: 20%;
+ padding-bottom: 30px;
+ }
+ .carousel-indicators {
+ bottom: 20px;
+ }
+}
+
+.clearfix:before,
+.clearfix:after {
+ display: table;
+ content: " ";
+}
+
+.clearfix:after {
+ clear: both;
+}
+
+.pull-right {
+ float: right !important;
+}
+
+.pull-left {
+ float: left !important;
+}
+
+.hide {
+ display: none !important;
+}
+
+.show {
+ display: block !important;
+}
+
+.invisible {
+ visibility: hidden;
+}
+
+.text-hide {
+ font: 0/0 a;
+ color: transparent;
+ text-shadow: none;
+ background-color: transparent;
+ border: 0;
+}
+
+.affix {
+ position: fixed;
+}
+
+@-ms-viewport {
+ width: device-width;
+}
+
+@media screen and (max-width: 400px) {
+ @-ms-viewport {
+ width: 320px;
+ }
+}
+
+.hidden {
+ display: none !important;
+ visibility: hidden !important;
+}
+
+.visible-xs {
+ display: none !important;
+}
+
+tr.visible-xs {
+ display: none !important;
+}
+
+th.visible-xs,
+td.visible-xs {
+ display: none !important;
+}
+
+@media (max-width: 767px) {
+ .visible-xs {
+ display: block !important;
+ }
+ tr.visible-xs {
+ display: table-row !important;
+ }
+ th.visible-xs,
+ td.visible-xs {
+ display: table-cell !important;
+ }
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+ .visible-xs.visible-sm {
+ display: block !important;
+ }
+ tr.visible-xs.visible-sm {
+ display: table-row !important;
+ }
+ th.visible-xs.visible-sm,
+ td.visible-xs.visible-sm {
+ display: table-cell !important;
+ }
+}
+
+@media (min-width: 992px) and (max-width: 1199px) {
+ .visible-xs.visible-md {
+ display: block !important;
+ }
+ tr.visible-xs.visible-md {
+ display: table-row !important;
+ }
+ th.visible-xs.visible-md,
+ td.visible-xs.visible-md {
+ display: table-cell !important;
+ }
+}
+
+@media (min-width: 1200px) {
+ .visible-xs.visible-lg {
+ display: block !important;
+ }
+ tr.visible-xs.visible-lg {
+ display: table-row !important;
+ }
+ th.visible-xs.visible-lg,
+ td.visible-xs.visible-lg {
+ display: table-cell !important;
+ }
+}
+
+.visible-sm {
+ display: none !important;
+}
+
+tr.visible-sm {
+ display: none !important;
+}
+
+th.visible-sm,
+td.visible-sm {
+ display: none !important;
+}
+
+@media (max-width: 767px) {
+ .visible-sm.visible-xs {
+ display: block !important;
+ }
+ tr.visible-sm.visible-xs {
+ display: table-row !important;
+ }
+ th.visible-sm.visible-xs,
+ td.visible-sm.visible-xs {
+ display: table-cell !important;
+ }
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+ .visible-sm {
+ display: block !important;
+ }
+ tr.visible-sm {
+ display: table-row !important;
+ }
+ th.visible-sm,
+ td.visible-sm {
+ display: table-cell !important;
+ }
+}
+
+@media (min-width: 992px) and (max-width: 1199px) {
+ .visible-sm.visible-md {
+ display: block !important;
+ }
+ tr.visible-sm.visible-md {
+ display: table-row !important;
+ }
+ th.visible-sm.visible-md,
+ td.visible-sm.visible-md {
+ display: table-cell !important;
+ }
+}
+
+@media (min-width: 1200px) {
+ .visible-sm.visible-lg {
+ display: block !important;
+ }
+ tr.visible-sm.visible-lg {
+ display: table-row !important;
+ }
+ th.visible-sm.visible-lg,
+ td.visible-sm.visible-lg {
+ display: table-cell !important;
+ }
+}
+
+.visible-md {
+ display: none !important;
+}
+
+tr.visible-md {
+ display: none !important;
+}
+
+th.visible-md,
+td.visible-md {
+ display: none !important;
+}
+
+@media (max-width: 767px) {
+ .visible-md.visible-xs {
+ display: block !important;
+ }
+ tr.visible-md.visible-xs {
+ display: table-row !important;
+ }
+ th.visible-md.visible-xs,
+ td.visible-md.visible-xs {
+ display: table-cell !important;
+ }
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+ .visible-md.visible-sm {
+ display: block !important;
+ }
+ tr.visible-md.visible-sm {
+ display: table-row !important;
+ }
+ th.visible-md.visible-sm,
+ td.visible-md.visible-sm {
+ display: table-cell !important;
+ }
+}
+
+@media (min-width: 992px) and (max-width: 1199px) {
+ .visible-md {
+ display: block !important;
+ }
+ tr.visible-md {
+ display: table-row !important;
+ }
+ th.visible-md,
+ td.visible-md {
+ display: table-cell !important;
+ }
+}
+
+@media (min-width: 1200px) {
+ .visible-md.visible-lg {
+ display: block !important;
+ }
+ tr.visible-md.visible-lg {
+ display: table-row !important;
+ }
+ th.visible-md.visible-lg,
+ td.visible-md.visible-lg {
+ display: table-cell !important;
+ }
+}
+
+.visible-lg {
+ display: none !important;
+}
+
+tr.visible-lg {
+ display: none !important;
+}
+
+th.visible-lg,
+td.visible-lg {
+ display: none !important;
+}
+
+@media (max-width: 767px) {
+ .visible-lg.visible-xs {
+ display: block !important;
+ }
+ tr.visible-lg.visible-xs {
+ display: table-row !important;
+ }
+ th.visible-lg.visible-xs,
+ td.visible-lg.visible-xs {
+ display: table-cell !important;
+ }
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+ .visible-lg.visible-sm {
+ display: block !important;
+ }
+ tr.visible-lg.visible-sm {
+ display: table-row !important;
+ }
+ th.visible-lg.visible-sm,
+ td.visible-lg.visible-sm {
+ display: table-cell !important;
+ }
+}
+
+@media (min-width: 992px) and (max-width: 1199px) {
+ .visible-lg.visible-md {
+ display: block !important;
+ }
+ tr.visible-lg.visible-md {
+ display: table-row !important;
+ }
+ th.visible-lg.visible-md,
+ td.visible-lg.visible-md {
+ display: table-cell !important;
+ }
+}
+
+@media (min-width: 1200px) {
+ .visible-lg {
+ display: block !important;
+ }
+ tr.visible-lg {
+ display: table-row !important;
+ }
+ th.visible-lg,
+ td.visible-lg {
+ display: table-cell !important;
+ }
+}
+
+.hidden-xs {
+ display: block !important;
+}
+
+tr.hidden-xs {
+ display: table-row !important;
+}
+
+th.hidden-xs,
+td.hidden-xs {
+ display: table-cell !important;
+}
+
+@media (max-width: 767px) {
+ .hidden-xs {
+ display: none !important;
+ }
+ tr.hidden-xs {
+ display: none !important;
+ }
+ th.hidden-xs,
+ td.hidden-xs {
+ display: none !important;
+ }
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+ .hidden-xs.hidden-sm {
+ display: none !important;
+ }
+ tr.hidden-xs.hidden-sm {
+ display: none !important;
+ }
+ th.hidden-xs.hidden-sm,
+ td.hidden-xs.hidden-sm {
+ display: none !important;
+ }
+}
+
+@media (min-width: 992px) and (max-width: 1199px) {
+ .hidden-xs.hidden-md {
+ display: none !important;
+ }
+ tr.hidden-xs.hidden-md {
+ display: none !important;
+ }
+ th.hidden-xs.hidden-md,
+ td.hidden-xs.hidden-md {
+ display: none !important;
+ }
+}
+
+@media (min-width: 1200px) {
+ .hidden-xs.hidden-lg {
+ display: none !important;
+ }
+ tr.hidden-xs.hidden-lg {
+ display: none !important;
+ }
+ th.hidden-xs.hidden-lg,
+ td.hidden-xs.hidden-lg {
+ display: none !important;
+ }
+}
+
+.hidden-sm {
+ display: block !important;
+}
+
+tr.hidden-sm {
+ display: table-row !important;
+}
+
+th.hidden-sm,
+td.hidden-sm {
+ display: table-cell !important;
+}
+
+@media (max-width: 767px) {
+ .hidden-sm.hidden-xs {
+ display: none !important;
+ }
+ tr.hidden-sm.hidden-xs {
+ display: none !important;
+ }
+ th.hidden-sm.hidden-xs,
+ td.hidden-sm.hidden-xs {
+ display: none !important;
+ }
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+ .hidden-sm {
+ display: none !important;
+ }
+ tr.hidden-sm {
+ display: none !important;
+ }
+ th.hidden-sm,
+ td.hidden-sm {
+ display: none !important;
+ }
+}
+
+@media (min-width: 992px) and (max-width: 1199px) {
+ .hidden-sm.hidden-md {
+ display: none !important;
+ }
+ tr.hidden-sm.hidden-md {
+ display: none !important;
+ }
+ th.hidden-sm.hidden-md,
+ td.hidden-sm.hidden-md {
+ display: none !important;
+ }
+}
+
+@media (min-width: 1200px) {
+ .hidden-sm.hidden-lg {
+ display: none !important;
+ }
+ tr.hidden-sm.hidden-lg {
+ display: none !important;
+ }
+ th.hidden-sm.hidden-lg,
+ td.hidden-sm.hidden-lg {
+ display: none !important;
+ }
+}
+
+.hidden-md {
+ display: block !important;
+}
+
+tr.hidden-md {
+ display: table-row !important;
+}
+
+th.hidden-md,
+td.hidden-md {
+ display: table-cell !important;
+}
+
+@media (max-width: 767px) {
+ .hidden-md.hidden-xs {
+ display: none !important;
+ }
+ tr.hidden-md.hidden-xs {
+ display: none !important;
+ }
+ th.hidden-md.hidden-xs,
+ td.hidden-md.hidden-xs {
+ display: none !important;
+ }
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+ .hidden-md.hidden-sm {
+ display: none !important;
+ }
+ tr.hidden-md.hidden-sm {
+ display: none !important;
+ }
+ th.hidden-md.hidden-sm,
+ td.hidden-md.hidden-sm {
+ display: none !important;
+ }
+}
+
+@media (min-width: 992px) and (max-width: 1199px) {
+ .hidden-md {
+ display: none !important;
+ }
+ tr.hidden-md {
+ display: none !important;
+ }
+ th.hidden-md,
+ td.hidden-md {
+ display: none !important;
+ }
+}
+
+@media (min-width: 1200px) {
+ .hidden-md.hidden-lg {
+ display: none !important;
+ }
+ tr.hidden-md.hidden-lg {
+ display: none !important;
+ }
+ th.hidden-md.hidden-lg,
+ td.hidden-md.hidden-lg {
+ display: none !important;
+ }
+}
+
+.hidden-lg {
+ display: block !important;
+}
+
+tr.hidden-lg {
+ display: table-row !important;
+}
+
+th.hidden-lg,
+td.hidden-lg {
+ display: table-cell !important;
+}
+
+@media (max-width: 767px) {
+ .hidden-lg.hidden-xs {
+ display: none !important;
+ }
+ tr.hidden-lg.hidden-xs {
+ display: none !important;
+ }
+ th.hidden-lg.hidden-xs,
+ td.hidden-lg.hidden-xs {
+ display: none !important;
+ }
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+ .hidden-lg.hidden-sm {
+ display: none !important;
+ }
+ tr.hidden-lg.hidden-sm {
+ display: none !important;
+ }
+ th.hidden-lg.hidden-sm,
+ td.hidden-lg.hidden-sm {
+ display: none !important;
+ }
+}
+
+@media (min-width: 992px) and (max-width: 1199px) {
+ .hidden-lg.hidden-md {
+ display: none !important;
+ }
+ tr.hidden-lg.hidden-md {
+ display: none !important;
+ }
+ th.hidden-lg.hidden-md,
+ td.hidden-lg.hidden-md {
+ display: none !important;
+ }
+}
+
+@media (min-width: 1200px) {
+ .hidden-lg {
+ display: none !important;
+ }
+ tr.hidden-lg {
+ display: none !important;
+ }
+ th.hidden-lg,
+ td.hidden-lg {
+ display: none !important;
+ }
+}
+
+.visible-print {
+ display: none !important;
+}
+
+tr.visible-print {
+ display: none !important;
+}
+
+th.visible-print,
+td.visible-print {
+ display: none !important;
+}
+
+@media print {
+ .visible-print {
+ display: block !important;
+ }
+ tr.visible-print {
+ display: table-row !important;
+ }
+ th.visible-print,
+ td.visible-print {
+ display: table-cell !important;
+ }
+ .hidden-print {
+ display: none !important;
+ }
+ tr.hidden-print {
+ display: none !important;
+ }
+ th.hidden-print,
+ td.hidden-print {
+ display: none !important;
+ }
+}
--- /dev/null
+++ b/docs/static/static/css/hugoicon.css
@@ -1,0 +1,208 @@
+@font-face {
+ font-family: 'hugo-1';
+ src:url('../fonts/hugo-1.eot');
+ src:url('../fonts/hugo-1.eot?#iefix') format('embedded-opentype'),
+ url('../fonts/hugo-1.woff') format('woff'),
+ url('../fonts/hugo-1.ttf') format('truetype'),
+ url('../fonts/hugo-1.svg#hugo-1') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
+/* Use the following CSS code if you want to use data attributes for inserting your icons */
+[data-icon]:before {
+ font-family: 'hugo-1';
+ content: attr(data-icon);
+ speak: none;
+ font-weight: normal;
+ font-variant: normal;
+ text-transform: none;
+ line-height: 1;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+/* Use the following CSS code if you want to have a class per icon */
+/*
+Instead of a list of all class selectors,
+you can use the generic selector below, but it's slower:
+[class*="icon-"] {
+*/
+.icon-home, .icon-html5, .icon-css3, .icon-console, .icon-link, .icon-airplane, .icon-fire, .icon-check-alt, .icon-x-altx-alt, .icon-circlestar, .icon-file-css, .icon-spf, .icon-radio-checked, .icon-embed, .icon-code, .icon-cc, .icon-cc-by, .icon-cc-nc, .icon-beaker-alt, .icon-untitled, .icon-untitled-2, .icon-untitled-3, .icon-untitled-4, .icon-tag, .icon-rocket, .icon-hugo5, .icon-octocat, .icon-untitled-5, .icon-untitled-6, .icon-untitled-7, .icon-airplane-2, .icon-heart, .icon-rocket-2, .icon-house, .icon-bolt, .icon-flow-tree, .icon-twitter, .icon-beaker, .icon-images, .icon-bubbles, .icon-meter2, .icon-power-cord, .icon-apple, .icon-windows8, .icon-tux, .icon-file-xml, .icon-fork, .icon-arrow-down, .icon-untitled-8, .icon-untitled-9, .icon-pacman, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down-2, .icon-flow-branch, .icon-pen {
+ font-family: 'hugo-1';
+ speak: none;
+ font-style: normal;
+ font-weight: normal;
+ font-variant: normal;
+ text-transform: none;
+ line-height: 1;
+ -webkit-font-smoothing: antialiased;
+}
+.icon-home:before {
+ content: "\21";
+}
+.icon-html5:before {
+ content: "\23";
+}
+.icon-css3:before {
+ content: "\24";
+}
+.icon-console:before {
+ content: "\25";
+}
+.icon-link:before {
+ content: "\26";
+}
+.icon-airplane:before {
+ content: "\27";
+}
+.icon-fire:before {
+ content: "\28";
+}
+.icon-check-alt:before {
+ content: "\29";
+}
+.icon-x-altx-alt:before {
+ content: "\2a";
+}
+.icon-circlestar:before {
+ content: "\2b";
+}
+.icon-file-css:before {
+ content: "\2c";
+}
+.icon-spf:before {
+ content: "\2d";
+}
+.icon-radio-checked:before {
+ content: "\2e";
+}
+.icon-embed:before {
+ content: "\2f";
+}
+.icon-code:before {
+ content: "\30";
+}
+.icon-cc:before {
+ content: "\31";
+}
+.icon-cc-by:before {
+ content: "\32";
+}
+.icon-cc-nc:before {
+ content: "\33";
+}
+.icon-beaker-alt:before {
+ content: "\39";
+}
+.icon-untitled:before {
+ content: "\3a";
+}
+.icon-untitled-2:before {
+ content: "\3b";
+}
+.icon-untitled-3:before {
+ content: "\3c";
+}
+.icon-untitled-4:before {
+ content: "\3d";
+}
+.icon-tag:before {
+ content: "\3e";
+}
+.icon-rocket:before {
+ content: "\3f";
+}
+.icon-hugo5:before {
+ content: "\40";
+}
+.icon-octocat:before {
+ content: "\41";
+}
+.icon-untitled-5:before {
+ content: "\42";
+}
+.icon-untitled-6:before {
+ content: "\43";
+}
+.icon-untitled-7:before {
+ content: "\44";
+}
+.icon-airplane-2:before {
+ content: "\45";
+}
+.icon-heart:before {
+ content: "\46";
+}
+.icon-rocket-2:before {
+ content: "\47";
+}
+.icon-house:before {
+ content: "\48";
+}
+.icon-bolt:before {
+ content: "\49";
+}
+.icon-flow-tree:before {
+ content: "\4a";
+}
+.icon-twitter:before {
+ content: "\4b";
+}
+.icon-beaker:before {
+ content: "\4c";
+}
+.icon-images:before {
+ content: "\4d";
+}
+.icon-bubbles:before {
+ content: "\4e";
+}
+.icon-meter2:before {
+ content: "\4f";
+}
+.icon-power-cord:before {
+ content: "\50";
+}
+.icon-apple:before {
+ content: "\51";
+}
+.icon-windows8:before {
+ content: "\52";
+}
+.icon-tux:before {
+ content: "\53";
+}
+.icon-file-xml:before {
+ content: "\54";
+}
+.icon-fork:before {
+ content: "\55";
+}
+.icon-arrow-down:before {
+ content: "\56";
+}
+.icon-untitled-8:before {
+ content: "\e035";
+}
+.icon-untitled-9:before {
+ content: "\e034";
+}
+.icon-pacman:before {
+ content: "\e000";
+}
+.icon-arrow-right:before {
+ content: "\e001";
+}
+.icon-arrow-left:before {
+ content: "\e002";
+}
+.icon-arrow-down-2:before {
+ content: "\e003";
+}
+.icon-flow-branch:before {
+ content: "\e004";
+}
+.icon-pen:before {
+ content: "\e005";
+}
--- /dev/null
+++ b/docs/static/static/css/styles.css
@@ -1,0 +1,240 @@
+/* Global Styles */
+
+html,
+body {
+ height: 100%;
+ width: 100%;
+}
+
+.vert-text {
+ display: table-cell;
+ vertical-align: middle;
+ text-align: center;
+}
+
+.vert-text h1 {
+ padding: 0;
+ margin: 0;
+ font-size: 4.5em;
+ font-weight: 700;
+}
+
+/* Full Page Image Header Area */
+
+.header {
+ display: table;
+ height: 85%;
+ width: 100%;
+ position: relative;
+ background: url(../img/converse-fields.jpg) no-repeat center center fixed;
+ -webkit-background-size: cover;
+ -moz-background-size: cover;
+ -o-background-size: cover;
+ background-size: cover;
+ z-index: 99999;
+ background-color: black;
+}
+
+#main {
+ z-index: 99999;
+ position: relative;
+ background: rgb(255, 255, 255);
+ box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
+}
+
+.header h4, .header h3, .header h2, .header h1 {
+ color: white;
+ text-shadow: black 1px 1px 3px;
+}
+
+.header h4 {
+ text-shadow: black 1px 3px 3px;
+ font-weight: 100;
+}
+
+.header h2 {
+ font-weight: 200;
+}
+
+.header h1 {
+ font-weight: 500;
+}
+
+.header .btn {
+ font-weight: 100;
+}
+
+/* Intro */
+
+.counterpoint {
+ padding: 50px 0;
+ background-color: white;
+}
+
+.point {
+ background: #7fbbda;
+ padding: 50px 0;
+ color: #ffffff;
+}
+
+.point-item {
+ margin-bottom: 15px;
+}
+
+i.point-icon, i.lead-icon {
+ border-radius: 50%;
+ display: inline-block;
+ font-size: 56px;
+ width: 140px;
+ height: 140px;
+ line-height: 136px;
+ vertical-align: middle;
+ text-align: center;
+ -webkit-transition: box-shadow 0.2s;
+ -moz-transition: box-shadow 0.2s;
+ transition: box-shadow 0.2s;
+}
+
+i.lead-icon {
+ border: 3px solid #222;
+}
+
+i.point-icon {
+ border: 3px solid #ffffff;
+}
+
+i.lead-icon:hover {
+ color: #fff;
+ border: 3px solid #7FBBDB;
+ background: #7FBBDB;
+}
+
+i.point-icon:hover {
+ color: #7FBBDB;
+ border: 3px solid #fff;
+ background: #fff;
+}
+
+a:hover {
+ color: rgb(52, 73, 94);
+}
+
+
+i.service-icon:hover {
+ font-size: 68px;
+}
+
+.icon-2x {
+ font-size: 200%;
+}
+
+/* Callout */
+
+.callout {
+ color: #ffffff;
+ display: table;
+ height: 400px;
+ width: 100%;
+ background: url(../img/section-two.JPG) no-repeat center center fixed;
+ -webkit-background-size: cover;
+ -moz-background-size: cover;
+ -o-background-size: cover;
+ background-size: cover;
+}
+
+/* Portfolio */
+
+.portfolio {
+ padding: 50px 0;
+}
+
+.portfolio-item {
+ margin-bottom: 25px;
+}
+
+.img-portfolio {
+ margin: 0 auto;
+}
+
+
+/* Call to Action */
+
+.call-to-action {
+ color: #ffffff;
+ background-color: rgba(255, 255, 255, 0.19);
+ padding: 50px 0;
+
+}
+
+#action {
+ background: url(../img/gray.png);
+ padding: 50px 0px 30px;
+ position: fixed;
+ bottom: 130px;
+ z-index: 99998;
+ width: 100%;
+}
+
+#footerSpacer {
+ display: block;
+ min-height: 310px;
+ background-color: rgba(0, 0, 0, 0);
+}
+
+#footer {
+ bottom: 0px;
+ left: 0px;
+ padding: 10px 0px;
+ position: fixed;
+ width: 100%;
+ font-size: 14px;
+ z-index: 99998;
+ background: rgb(255, 255, 255);
+}
+
+.call-to-action .btn {
+ margin: 10px;
+}
+
+/* Footer */
+
+footer {
+ padding: 100px 0;
+}
+
+footer a {
+ color: black;
+}
+
+footer a:hover {
+ text-decoration: none;
+}
+
+div.point a {
+ color: #0a5175;
+}
+
+/* Bootstrap Addons */
+
+
+.btn-clear {
+ color: #FFF;
+ background-color: rgba(255, 255, 255, 0.19);
+ border-color: #FFF;
+}
+
+.btn-clear:hover,
+.btn-clear:focus,
+.btn-clear:active,
+.btn-clear.active,
+.open .dropdown-toggle.btn-clear {
+ color: #333333;
+ background-color: #ebebeb;
+ border-color: #adadad;
+}
+
+.btn-clear:active,
+.btn-clear.active,
+.open .dropdown-toggle.btn-clear {
+ background-image: none;
+}
binary files /dev/null b/docs/static/static/fonts/hugo-1.eot differ
--- /dev/null
+++ b/docs/static/static/fonts/hugo-1.svg
@@ -1,0 +1,213 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg">
+<metadata>
+This is a custom SVG font generated by IcoMoon.
+<iconset id="hugo-1" name="hugo" href="http://spf13.com" grid="20"></iconset><author name="Steve Francia" href="http://spf13.com"></author><license name="CC"></license>
+</metadata>
+<defs>
+<font id="hugo-1" horiz-adv-x="640" >
+<font-face units-per-em="640" ascent="608" descent="-32" />
+<missing-glyph horiz-adv-x="640" />
+<glyph class="hidden" unicode="" d="M0,608L 640 -32L0 -32 z" horiz-adv-x="0" />
+<glyph unicode="!" d="M 640,228L 520,348L 520,528L 440,528L 440,428L 320,548L0,228L0,208L 80,208L 80,8L 280,8L 280,128L 360,128L 360,8L 560,8L 560,208L 640,208 z" />
+<glyph unicode="#" d="M 37.836,608l 51.34-576.019L 319.649-32l 231.077,64.078L 602.164,608L 37.836,608 z M 490.394,419.608l-0.244,0 L 220.056,419.608 l 6.439-72.344
+ L 483.975,347.264 l-19.401-216.881L 319.988,90.273l-0.144-0.049l-0.096,0 l-0.076,0 l-144.733,40.159l-9.894,110.945l 70.934,0 l 5.030-56.395
+ l 78.664-21.197l 0.174,0.049l 78.709,21.245l 8.169,91.594L 161.886,276.623 L 142.827,490.248l 353.884,0 L 490.394,419.608z" />
+<glyph unicode="$" d="M 95.243,577.674L 73.767,470.22L 511.11,470.22L 497.433,400.811L 59.815,400.811L 38.633,293.375L 475.935,293.375L 451.549,170.835L 275.291,112.446L 122.541,170.835L 132.996,223.986L 25.56,223.986L0,95.016L 252.641-1.674L 543.895,95.016L 640,577.674 z" />
+<glyph unicode="%" d="M0,568l0-560 l 640,0 L 640,568 L0,568 z M 600,48L 40,48 L 40,528 l 560,0 L 600,48 zM 560,488L 80,488 l0-400 l 480,0 L 560,488 z M 280,288l-40,0 l0-40 l-40,0 l0-40 l-40,0 l0,40 l 40,0 l0,40 l 40,0 l0,40 l-40,0 l0,40 l-40,0 l0,40 l 40,0 l0-40 l 40,0 l0-40 l 40,0 L 280,288 z M 440,208l-120,0
+ l0,40 l 120,0 L 440,208 z" />
+<glyph unicode="&" d="M 595.872,561.349l-2.517,2.526c-58.843,58.834-155.121,58.834-213.954,0L 243.085,427.54
+ c-58.834-58.833-58.834-155.11,0-213.944l 2.516-2.516c 4.895-4.905, 10.091-9.328, 15.46-13.411l 49.905,49.906
+ c-5.814,3.434-11.329,7.545-16.322,12.537l-2.526,2.526c-31.946,31.936-31.946,83.92,0,115.869L 428.447,514.828
+ c 31.947,31.949, 83.921,31.949, 115.866,0l 2.526-2.515c 31.938-31.947, 31.938-83.933,0-115.869l-61.679-61.679
+ c 10.708-26.442, 15.78-54.625, 15.336-82.741l 95.378,95.378C 654.709,406.236, 654.709,502.513, 595.872,561.349zM 394.401,364.916c-4.895,4.895-10.091,9.326-15.46,13.4l-49.905-49.895c 5.815-3.435, 11.329-7.546, 16.322-12.539l 2.526-2.525
+ c 31.947-31.947, 31.947-83.92,0-115.868L 211.554,61.156c-31.949-31.939-83.923-31.939-115.868,0l-2.526,2.526
+ c-31.936,31.95-31.936,83.923,0,115.868l 61.68,61.679c-10.709,26.441-15.779,54.626-15.336,82.741l-95.376-95.374
+ c-58.835-58.833-58.835-155.111,0-213.953l 2.516-2.52c 58.845-58.83, 155.12-58.83, 213.955,0l 136.319,136.324
+ c 58.834,58.833, 58.834,155.121,0,213.954L 394.401,364.916z" />
+<glyph unicode="'" d="M 480,208.020l-114.262,114.264L 640,528.002L 559.994,608l-342.825-137.151L 109.231,578.79C 78.119,609.901, 34.668,617.356, 12.668,595.357
+ C-9.331,573.359-1.875,529.904, 29.236,498.795l 107.929-107.927L0,48.004L 79.994-32L 285.738,242.293l 114.266-114.267l0-159.987 L 480-31.963
+ l 39.995,119.993l 119.993,39.998l0,79.995 L 480,208.022 L 480,208.020 z" />
+<glyph unicode="(" d="M 200.63-32 C 157.976,56.755 180.691,107.611 213.474,155.527 C 249.374,208 258.626,259.944 258.626,259.944 C 258.626,259.944 286.848,223.256 275.559,165.876 C 325.416,221.376 334.824,309.801 327.298,343.666 C 439.994,264.909 488.158,94.381 423.249-32 C 768.481,163.333 509.123,455.607 463.97,488.531 C 479.021,455.609 481.875,399.875 451.47,372.827 C 400,568 272.738,608 272.738,608 C 287.789,507.347 218.178,397.285 151.053,315.044 C 148.694,355.179 146.189,382.874 125.084,421.281 C 120.346,348.371 64.626,288.939 49.538,215.889 C 29.099,116.96 64.847,44.526 200.63-32 Z" />
+<glyph unicode=")" d="M 320,608C 143.28,608,0,464.72,0,288s 143.28-320, 320-320s 320,143.28, 320,320S 496.72,608, 320,608z M 270.4,140.34
+ L 123.16,287.6l 56.56,56.56l 90.66-90.7l 192.34,192.34l 56.56-56.56L 270.4,140.34z" />
+<glyph unicode="*" d="M 320,608C 143.28,608,0,464.72,0,288s 143.28-320, 320-320s 320,143.28, 320,320S 496.72,608, 320,608z M 478.28,186.28
+ l-56.56-56.56L 320,231.44l-101.72-101.72l-56.56,56.56L 263.44,288l-101.72,101.72l 56.56,56.56L 320,344.56l 101.72,101.72l 56.56-56.56
+ L 376.56,288L 478.28,186.28z" />
+<glyph unicode="+" d="M 320,608 C 143.269,608 0,464.731 0,288 C 0,111.269 143.269-32 320-32 C 496.731-32 640,111.269 640,288 C 640,464.731 496.731,608 320,608 z M 322.11,496.046 L 372.539,338.586 L 537.813,334.875 L 403.632,238.312 L 451.173,79.952 L 317.851,177.726 L 181.954,83.546 L 233.75,240.577 L 102.188,340.734 L 267.539,339.993 L 322.11,496.046 z " />
+<glyph unicode="," d="M 240,225.846L 240,297.237 c0,9.455, 4.185,18.398, 11.784,25.179c 7.6,6.78, 17.62,10.516, 28.216,10.516l0,35.694
+ c-44,0-80-32.125-80-71.389l0-53.541 c0-9.857-8.955-17.849-20-17.849l-20,0 l0-35.694 l 20,0 c 11.046,0, 20-7.994, 20-17.849l0-53.547
+ c0-39.259, 36-71.384, 80-71.384l0,35.695 c-10.596,0-20.617,3.735-28.216,10.516c-7.599,6.783-11.784,15.721-11.784,25.174l0,71.396
+ c0,9.856-8.955,17.846-20,17.846C 231.046,208, 240,215.994, 240,225.846zM 400,190.154l0-71.396 c0-9.453-4.185-18.391-11.784-25.174c-7.599-6.781-17.619-10.516-28.216-10.516l0-35.695
+ c 44.001,0, 80,32.125, 80,71.384l0,53.547 c0,9.857, 8.955,17.849, 20,17.849l 20,0 l0,35.694 l-20,0 c-11.045,0-20,7.994-20,17.849L 440,297.237
+ c0,39.265-35.999,71.389-80,71.389l0-35.694 c 10.599,0, 20.617-3.736, 28.216-10.519c 7.6-6.78, 11.784-15.723, 11.784-25.177l0-71.392
+ c0-9.854, 8.955-17.845, 20-17.845C 408.955,208, 400,200.006, 400,190.154zM 564.645,483.356l-89.29,89.289C 455.91,592.090, 417.5,608, 390,608L 90,608 C 62.5,608, 40,585.5, 40,558l0-540 c0-27.5, 22.5-50, 50-50l 460,0
+ c 27.5,0, 50,22.5, 50,50L 600,398 C 600,425.5, 584.090,463.911, 564.645,483.356z M 536.361,455.071c 1.956-1.956, 3.906-4.359, 5.8-7.071L 440,448 L 440,550.16
+ c 2.712-1.894, 5.115-3.844, 7.071-5.8L 536.361,455.071z M 560,18c0-5.42-4.58-10-10-10L 90,8 c-5.42,0-10,4.58-10,10L 80,558
+ c0,5.42, 4.58,10, 10,10l 300,0 c 3.020,0, 6.409-0.381, 10-1.065L 400,408 l 158.935,0 c 0.684-3.591, 1.065-6.979, 1.065-10L 560,18 z" />
+<glyph unicode="-" d="M 320,11.034 C 167.036,11.034 43.034,135.036 43.034,288 C 43.034,440.964 167.036,564.966 320,564.966 C 472.964,564.966 596.966,440.964 596.966,288 C 596.966,135.036 472.964,11.034 320,11.034 z M 306.656,29.035 C 349.918,26.964 393.339,35.457 432.418,54.268 C 480.613,79.491 468.906,75.997 468.906,75.997 C 468.906,75.997 475.704,78.125 479.017,79.427 C 481.461,80.388 483.772,81.659 486.149,82.774 C 495.519,87.602 503.731,93.629 510.784,100.856 C 517.836,108.084 523.429,116.406 527.56,125.822 C 529.48,128.487 530.652,136.958 531.721,138.677 C 545.136,160.262 540.734,148.578 553.732,175.582 C 564.813,198.601 572.473,223.25 576.315,248.51 C 587.99,325.28 564.233,404.807 511.94,462.349 C 495.101,480.879 475.725,496.596 454.458,509.762 C 449.502,512.83 444.213,515.325 439.092,518.107 L 440.869,535.069 C 430.534,534.145 420.223,532.922 409.987,531.217 L 409.157,531.568 C 380.539,542.437 350.414,546.533 320,547.302 C 298.165,547.282 276.358,544.57 255.196,539.138 C 180.218,519.896 113.672,465.231 83.357,393.534 C 77.729,390.42 73.12,385.907 68.774,381.255 C 64.341,376.015 61.067,370.331 58.95,364.204 C 56.835,358.076 55.776,351.888 55.776,345.641 C 56.381,336.885 58.195,330.312 61.217,325.925 C 62.668,324.002 61.956,324.805 63.276,323.452 C 60.812,308.735 60.547,293.945 60.922,279.103 C 58.853,279.948 59.973,279.441 57.591,280.681 L 54.265,248.036 C 61.481,245.351 58.077,246.226 64.387,245.080 C 68.652,224.223 68.835,219.626 76.432,198.843 C 99.433,135.925 147.233,83.316 207.582,54.268 C 234.256,41.428 251.963,37.523 280.51,31.685 zM 190.36,415.668 L 190.36,191.384 L 227.841,198.2 L 227.841,278.604 C 237.917,273.584 249.706,272.303 263.207,274.758 C 274.895,276.884 285.373,280.804 294.644,286.52 C 303.913,292.236 311.671,299.24 317.918,307.529 C 324.165,315.819 328.951,325.002 332.276,335.078 C 335.601,345.153 337.263,355.632 337.263,366.514 C 337.263,377.395 335.55,387.311 332.124,396.259 C 328.699,405.209 323.812,412.633 317.465,418.531 C 311.117,424.43 303.359,428.561 294.19,430.923 C 285.021,433.286 274.694,433.423 263.207,431.334 C 249.504,428.842 237.111,422.86 226.028,413.389 L 223.005,421.605 z M 320.729,209.026 L 320.729,52.147 L 359.42,59.184 L 359.42,270.773 L 329.798,265.386 C 328.387,261.704 326.22,257.833 323.298,253.776 C 320.376,249.718 317.052,245.788 313.324,241.987 C 309.596,238.186 305.716,234.81 301.686,231.86 C 297.655,228.911 294.029,226.74 290.805,225.347 L 294.129,193.307 C 303.399,196.404 312.266,201.643 320.729,209.026 z z M 91.518,273.007 C 83.381,273.456 87.147,273.1 80.209,273.957 C 79.63,282.634 79.481,291.599 80.047,300.291 C 80.343,304.833 80.966,309.35 81.425,313.879 C 93.307,311.172 88.203,312.050 96.656,310.818 C 103.105,310.077 108.596,309.261 113.129,308.373 C 117.664,307.484 121.14,306.102 123.559,304.224 C 125.976,302.347 127.185,299.192 127.185,294.758 C 127.185,290.123 125.472,285.882 122.047,282.035 C 118.621,278.188 112.677,275.495 104.213,273.956 C 100.183,273.222 95.951,272.907 91.518,273.007 z z M 234.643,313.091 C 228.899,320.509 226.028,331.574 226.028,346.285 C 226.028,360.996 228.899,373.104 234.643,382.612 C 240.386,392.12 249.101,397.938 260.788,400.063 C 272.879,402.262 282.25,399.683 288.9,392.328 C 295.55,384.974 298.875,374.041 298.875,359.533 C 298.875,345.024 295.55,332.883 288.9,323.109 C 282.25,313.335 272.879,307.348 260.788,305.15 C 249.101,303.024 240.386,305.671 234.643,313.091 z M 320.073,47.584 C 244.097,48.267 173.138,83.052 127.481,144.124 C 108.713,169.23 95.384,197.619 87.301,227.859 C 85.926,233.003 85.168,238.292 84.101,243.51 C 91.267,243.735 98.369,244.854 105.422,246.064 C 144.918,253.247 164.667,271.65 164.667,301.272 C 164.667,308.123 163.71,313.894 161.796,318.583 C 159.881,323.273 157.111,327.102 153.483,330.070 C 149.856,333.037 145.472,335.263 140.335,336.747 C 135.196,338.231 129.503,339.311 123.256,339.988 C 121.846,340.135 119.78,340.314 117.059,340.524 C 114.339,340.734 112.374,340.932 111.165,341.115 L 106.027,341.691 C 100.787,342.753 96.605,344.21 93.483,346.060 C 85.347,351.507 91.012,359.924 93.384,367.551 C 94.7
\ No newline at end of file
+<glyph unicode="." d="M 320,608C 143.269,608,0,464.731,0,288s 143.269-320, 320-320s 320,143.269, 320,320S 496.731,608, 320,608z M 320,48
+ c-132.549,0-240,107.451-240,240c0,132.549, 107.451,240, 240,240c 132.549,0, 240-107.451, 240-240C 560,155.451, 452.549,48, 320,48zM 200,288A120,120 12780 1 1 440,288A120,120 12780 1 1 200,288z" />
+<glyph unicode="/" d="M 180,448L 20,288l 160-160l 80,0 L 100,288l 160,160L 180,448 z M 460,448l-80,0 l 160-160L 380,128l 80,0 l 160,160L 460,448z" />
+<glyph unicode="0" d="M 80,288L 240,448L 160,448L0,288L 160,128L 240,128 zM 480,448L 400,448L 560,288L 400,128L 480,128L 640,288 zM 340,528L 240,48L 300,48L 400,528 z" />
+<glyph unicode="1" d="M 315.904,595.168C 146.24,592.896, 10.56,453.536, 12.832,283.904c 2.272-169.632, 141.632-305.344, 311.296-303.072c 169.632,2.24, 305.344,141.632, 303.072,311.296
+ C 624.928,461.76, 485.504,597.44, 315.904,595.168z M 323.232,45.504c-133.952-1.824-243.968,105.312-245.76,239.264c-1.792,133.952, 105.344,243.968, 239.296,245.76
+ c 133.92,1.792, 243.936-105.344, 245.728-239.264S 457.184,47.328, 323.232,45.504z M 244.832,235.936c-12.96,0-22.784,4.736-29.44,14.208
+ C 208.704,259.616, 205.408,272.224, 205.408,288c0,34.688, 13.152,52.032, 39.424,52.032c 5.248,0, 10.944-1.76, 17.088-5.248
+ c 6.112-3.52, 11.296-9.664, 15.52-18.4l 39.392,20.512C 301.088,365.28, 274.944,379.488, 238.496,379.488c-24.896,0-45.44-8.224-61.76-24.704
+ C 160.448,338.304, 152.288,316.032, 152.288,288c0-28.736, 8.064-51.2, 24.192-67.328c 16.096-16.128, 37.344-24.192, 63.616-24.192
+ c 16.448,0, 31.52,4.128, 45.184,12.384s 24.384,19.552, 32.096,33.952l-36.288,18.4C 274.080,244.384, 261.984,235.936, 244.832,235.936z M 414.624,235.936
+ c-12.992,0-22.816,4.736-29.44,14.208c-6.688,9.44-9.984,22.080-9.984,37.856c0,34.688, 13.12,52.032, 39.424,52.032
+ c 5.632,0, 11.488-1.76, 17.632-5.248c 6.112-3.52, 11.328-9.664, 15.488-18.4l 38.88,20.512c-15.424,28.384-41.312,42.592-77.824,42.592
+ c-24.864,0-45.44-8.224-61.728-24.704c-16.32-16.48-24.448-38.72-24.448-66.752c0-28.736, 7.968-51.2, 23.904-67.328
+ c 15.968-16.128, 37.28-24.192, 63.904-24.192c 16.128,0, 31.008,4.128, 44.672,12.384c 13.632,8.256, 24.512,19.552, 32.576,33.952l-36.8,18.4
+ C 443.872,244.384, 431.808,235.936, 414.624,235.936z" />
+<glyph unicode="2" d="M 320,400.48c 28.544,0, 42.816,14.24, 42.816,42.752c0,28.896-14.272,43.328-42.816,43.328S 277.216,472.128, 277.216,443.232
+ C 277.216,414.72, 291.456,400.48, 320,400.48zM 383.104,383.968L 256.928,383.968 c-5.504,0-10.144-1.92-14.016-5.76s-5.76-8.512-5.76-13.984l0-125.632 l 35.104,0 l0-149.216 l 95.424,0 l0,149.216 l 35.136,0 L 402.816,364.256
+ c0,5.472-2.016,10.112-6.016,13.984C 392.768,382.048, 388.224,383.968, 383.104,383.968zM 320,595.2c-169.664,0-307.2-137.536-307.2-307.2s 137.536-307.2, 307.2-307.2s 307.2,137.536, 307.2,307.2S 489.664,595.2, 320,595.2z M 320,37.12
+ c-138.56,0-250.88,112.32-250.88,250.88S 181.44,538.88, 320,538.88s 250.88-112.32, 250.88-250.88S 458.56,37.12, 320,37.12z" />
+<glyph unicode="3" d="M 320,595.2c-169.664,0-307.2-137.536-307.2-307.2s 137.536-307.2, 307.2-307.2s 307.2,137.536, 307.2,307.2S 489.664,595.2, 320,595.2z M 83.040,370.368l 155.84-69.792
+ l 48.8-21.376l 36.224-16.48l 29.632-12.64c 5.504-4.736, 8.256-10.944, 8.256-18.624c0-11.008-3.776-18.848-11.264-23.584
+ c-7.488-4.736-16.576-7.136-27.168-7.136c-25.632,0-48.48,9.312-68.608,27.968l-42.208-42.784c 28.16-24.128, 59.264-36.416, 93.248-36.736l0-47.2
+ l 35.648,0 l0,47.2 c 21.184,1.824, 39.584,8.832, 55.136,21.12c 15.52,12.256, 25.344,28.032, 29.344,47.424l 113.888-50.72
+ C 497.12,89.6, 414.688,37.12, 320,37.12c-138.56,0-250.88,112.32-250.88,250.88C 69.12,316.864, 74.048,344.576, 83.040,370.368z M 406.752,292.384l-49.376,21.952
+ L 330.496,326.4L 291.52,343.936c-1.824,2.56-2.72,5.12-2.72,7.68c0,8.768, 3.744,15.008, 11.264,18.656c 7.456,3.648, 15.968,5.504, 25.504,5.504
+ c 17.92,0, 35.456-6.048, 52.672-18.112l 40.064,41.152c-23.072,17.568-48.672,27.072-76.8,28.544L 341.504,474.496 L 305.824,474.496 l0-47.168
+ C 286.784,426.24, 270.144,420.8, 255.872,411.168C 241.632,401.44, 231.936,388.576, 226.816,372.48l-116.96,52.48C 154.624,493.504, 232,538.88, 320,538.88
+ c 138.56,0, 250.88-112.32, 250.88-250.88c0-22.496-3.008-44.288-8.576-64.992L 406.752,292.384z" />
+<glyph unicode="9" d="M 160,428A20,20 1620 1 1 200,428A20,20 1620 1 1 160,428zM 280,608L 40,608 C 17.9,608,0,590.1,0,568l0-440 c0-88.36, 71.64-160, 160-160s 160,71.64, 160,160L 320,568 C 320,590.1, 302.1,608, 280,608z M 100,208
+ c-11.040,0-20,8.94-20,20s 8.96,20, 20,20c 11.060,0, 20-8.94, 20-20S 111.060,208, 100,208z M 200,128c-22.1,0-40,17.9-40,40s 17.9,40, 40,40s 40-17.9, 40-40
+ S 222.1,128, 200,128z M 240,288l-40,0 c0,22.080-17.92,40-40,40s-40-17.92-40-40L 80,288 L 80,528 l 160,0 L 240,288 z" horiz-adv-x="320" />
+<glyph unicode=":" d="M0,608,M0,8,M0,608,M -46.080,71.131,m 618.789,201.142 c 1.546,6.209 -0.046,12.594 -5.851,14.629 l -24.137,10.971 c -5.965,2.49 -13.558-0.874 -14.629-6.582 -4.659-9.974 -11.264-18.139 -21.942-18.286 -9.265,0 -16.823,4.998 -22.674,14.994 -5.851,9.996 -8.777,23.040 -8.777,39.131 0,16.091 2.926,29.258 8.777,39.498 5.851,10.24 13.409,15.36 22.674,15.36 11.688-0.849 17.234-8.23 21.942-17.554 2.496-6.125 9.287-7.564 14.629-5.851 l 24.137,10.971 c 5.59,2.942 8.080,10.226 5.12,15.36 -14.141,30.233 -36.084,45.349 -65.829,45.349 -24.869,0 -44.982-9.509 -60.343-28.526 -15.36-19.018 -23.040-43.886 -23.040-74.606 0-30.72 7.68-55.466 23.040-74.24 15.36-18.774 35.474-28.16 60.343-28.16 29.745,0 51.931,15.848 66.56,47.542 z M 340.114,224.731 c 38.771,0.6 68.295,27.24 68.754,62.171 -0.685,18.446 -8.103,32.795 -21.211,43.886 11.544,10.9 18.171,25.746 18.286,40.229 -0.96,39.526 -33.835,58.199 -65.829,58.514 -27.794,0 -49.249-10.971 -64.366-32.914 -3.414-4.878 -2.926-9.754 1.462-14.629 l 17.554-16.091 c 5.627-5.016 11.886-4.089 16.823,0.731 7.314,10.24 16.091,15.36 26.331,15.36 8.289,0 13.166-2.072 14.629-6.218 2.82-6.15 2.010-11.76 0-16.823 -7.544-7.811 -18.57-5.486 -29.258-5.486 -6.951-0.234 -12.328-4.31 -12.434-10.971 l 0-26.331 c 0.606-7.554 5.755-12.544 12.434-10.971 8.063,0.007 28.509,0.92 31.818-5.851 1.706-3.901 2.56-7.071 2.56-9.509 0-11.215 -6.095-16.823 -18.286-16.823 -11.703,0 -21.455,5.364 -29.258,16.091 -4.772,5.775 -12.313,5.859 -16.823,1.462 l -18.286-18.286 c -4.389-4.389 -4.876-9.021 -1.462-13.898 16.576-23.319 40.709-33.441 66.56-33.646 z m -72.411,188.709 c 1.336,7.011 -3.826,13.774 -10.24,13.898 l -32.182,0 c -5.851,0 -9.265-2.926 -10.24-8.777 L 199.68,340.298 183.589,418.56 c -1.462,5.851 -5.12,8.777 -10.971,8.777 l -23.406,0 c -6.34,0 -9.998-2.926 -10.971-8.777 L 122.149,340.298 106.789,418.56 c -0.975,5.851 -4.633,8.777 -10.971,8.777 l -31.451,0 c -8.016-0.631 -11.87-6.97 -10.971-13.898 l 40.229-177.006 c 1.462-5.851 5.12-8.777 10.971-8.777 l 30.72,0 c 5.851,0 9.509,2.926 10.971,8.777 l 14.629,73.142 14.629-73.142 c 0.975-5.851 4.633-8.777 10.971-8.777 l 30.72,0 c 5.851,0 9.509,2.926 10.971,8.777 z M 640,608 640,118 320-32 0,118 0,608 z" />
+<glyph unicode=";" d="M-467.773,685.795,m 855.106-673.112 c 2.75,0 5.156-1.031 7.218-3.094 2.063-2.063 3.094-4.469 3.094-7.218 l 0-23.373 c 0-3.209 -1.031-5.844 -3.094-7.905 -2.063-2.063 -4.469-3.094 -7.218-3.094 l -134.050,0 c -7.332,0 -10.999,3.666 -10.999,10.999 l 0,23.373 c 0,2.75 1.031,5.156 3.094,7.218 2.063,2.063 4.697,3.094 7.905,3.094 z m 0,66.681 c 2.75,0 5.156-1.031 7.218-3.094 2.063-2.063 3.094-4.697 3.094-7.905 l 0-23.373 c 0-2.75 -1.031-5.156 -3.094-7.218 -2.063-2.063 -4.469-3.094 -7.218-3.094 l -134.050,0 c -3.209,0 -5.844,1.031 -7.905,3.094 -2.063,2.063 -3.094,4.469 -3.094,7.218 l 0,23.373 c 0,7.332 3.666,10.999 10.999,10.999 z m 138.174,213.104 0,0 57.058-8.936 c 5.957-0.916 10.77-3.553 14.436-7.905 3.666-4.354 5.041-9.051 4.125-14.092 -0.916-5.5 -3.666-9.739 -8.249-12.717 -4.582-2.979 -10.083-4.010 -16.499-3.094 l -57.058,8.936 c -6.416,0.916 -11.342,3.666 -14.78,8.249 -3.438,4.582 -4.697,9.395 -3.781,14.436 0.916,5.041 3.666,9.051 8.249,12.030 4.582,2.979 10.083,4.010 16.499,3.094 z m -6.188,129.925 0,0 52.932,23.373 c 5.5,2.75 10.884,3.322 16.155,1.719 5.27-1.61 9.051-4.933 11.342-9.968 2.291-5.044 2.291-10.085 0-15.124 -2.291-5.041 -6.416-8.707 -12.374-10.999 l -52.932-24.060 c -5.5-2.291 -10.884-2.635 -16.155-1.031 -5.27,1.606 -9.051,4.929 -11.342,9.968 -2.291,5.044 -2.178,10.085 0.344,15.124 2.521,5.044 6.53,8.71 12.030,10.999 z m -89.366,87.991 0,0 31.622,48.807 c 3.666,5.041 8.135,8.364 13.405,9.968 5.278,1.604 10.205,1.031 14.78-1.719 4.582-3.209 7.218-7.561 7.905-13.061 0.688-5.5 -0.573-10.77 -3.781-15.811 l -31.622-48.807 c -3.666-5.048 -8.135-8.37 -13.405-9.968 -5.27-1.604 -10.196-1.031 -14.78,1.719 -4.584,2.75 -7.332,6.989 -8.249,12.717 -0.916,5.729 0.459,11.114 4.125,16.155 z m -314.844-217.916 c 5.957,0.916 11.342-0.115 16.155-3.094 4.813-2.979 7.676-6.989 8.592-12.030 0.916-5.041 -0.459-9.852 -4.125-14.436 -3.666-4.582 -8.707-7.332 -15.124-8.249 l -57.058-8.936 c -5.957-0.916 -11.342,0.115 -16.155,3.094 -4.813,2.979 -7.676,7.218 -8.592,12.717 -0.916,5.042 0.459,9.74 4.125,14.092 3.666,4.355 8.707,6.99 15.124,7.905 z m 6.188,129.925 c 5.5-2.291 9.509-5.957 12.030-10.999 2.525-5.041 2.64-10.083 0.344-15.124 -2.291-5.041 -6.188-8.364 -11.686-9.968 -5.5-1.604 -10.999-1.26 -16.499,1.031 l -52.932,24.060 c -5.5,2.294 -9.509,5.96 -12.030,10.999 -2.521,5.041 -2.636,10.083 -0.344,15.124 2.291,5.041 6.072,8.364 11.342,9.968 5.27,1.604 10.884,1.031 16.843-1.719 z m 88.679,87.991 c 3.666-5.045 5.041-10.429 4.125-16.155 -0.916-5.729 -3.666-9.968 -8.249-12.717 -4.125-2.75 -8.936-3.322 -14.436-1.719 -5.5,1.604 -9.852,4.926 -13.061,9.968 l -31.622,48.807 c -3.666,5.041 -5.041,10.311 -4.125,15.811 0.916,5.5 3.666,9.852 8.249,13.061 4.125,2.75 8.936,3.322 14.436,1.719 5.5-1.611 9.852-4.935 13.061-9.968 z m 129.925,17.874 c 0-6.416 -1.834-11.686 -5.5-15.811 -3.666-4.125 -8.249-6.188 -13.749-6.188 -5.041,0 -9.395,2.063 -13.061,6.188 -3.666,4.125 -5.5,9.395 -5.5,15.811 l 0,57.744 c 0,6.416 1.834,11.686 5.5,15.811 3.666,4.125 8.020,6.188 13.061,6.188 5.5,0 10.083-2.063 13.749-6.188 3.666-4.125 5.5-9.395 5.5-15.811 z m 111.020-272.567 c -8.936-18.561 -18.675-38.381 -29.216-59.462 -16.629-26.896 -15.789-58.714 -26.122-86.273 -1.834-4.813 -5.27-7.676 -10.311-8.592 l -130.612,0 c -5.041,0.916 -8.477,3.781 -10.311,8.592 -7.965,30.101 -12.801,59.415 -26.122,86.273 -10.54,21.081 -20.279,40.903 -29.216,59.462 -20.605,45.549 -31.369,98.257 -10.311,145.392 7.561,16.499 18.102,30.476 31.622,41.934 13.52,11.457 29.56,20.050 48.12,25.779 18.561,5.729 38.84,8.592 60.838,8.592 l 0.688,0 0.688,0 c 21.997,0 42.278-2.865 60.838-8.592 18.561-5.729 34.6-14.321 48.12-25.779 13.52-11.457 24.175-25.435 31.966-41.934 19.74-49.449 11.67-98.506 -10.655-145.392 z" />
+<glyph unicode="<" d="M-467.773,685.795,m 953.181-126.393 -9.021-43.229 c -9.247-1.452 -18.155-4.129 -26.504-7.864 l -31.054,31.374 -35.365-28.619 24.189-36.961 c -5.389-7.394 -9.79-15.521 -13.133-24.269 l -44.186,0.2 -4.75-45.264 43.229-9.021 c 1.452-9.242 4.131-18.079 7.864-26.424 l -31.374-31.134 28.619-35.365 36.961,24.229 c 7.388-5.385 15.53-9.831 24.269-13.172 l -0.2-44.146 45.264-4.75 8.981,43.229 c 9.25,1.451 18.152,4.089 26.504,7.824 l 31.094-31.374 35.365,28.659 -24.229,36.921 c 5.389,7.391 9.829,15.525 13.172,24.269 l 44.146-0.16 4.75,45.264 -43.229,8.941 c -1.452,9.255 -4.085,18.188 -7.824,26.544 l 31.374,31.054 -28.659,35.365 -36.921-24.189 c -7.396,5.393 -15.556,9.829 -24.309,13.172 l 0.2,44.146 -45.224,4.75 z m 7.504-105.136 c 1.422-0.005 2.865-0.048 4.311-0.2 23.124-2.429 39.87-23.139 37.44-46.261 -2.429-23.124 -23.139-39.91 -46.261-37.48 -23.124,2.429 -39.91,23.139 -37.48,46.261 2.277,21.679 20.654,37.754 41.991,37.68 z m -324.79-3.713 -6.067-60.113 c -12.376-3.299 -24.099-8.174 -34.926-14.449 l -46.78,38.239 -44.026-44.026 38.239-46.82 c -6.276-10.831 -11.152-22.546 -14.449-34.926 l -60.113-6.027 0-62.267 60.113-6.067 c 3.297-12.369 8.179-24.064 14.449-34.886 l -38.239-46.82 44.026-44.026 46.82,38.239 c 10.822-6.271 22.516-11.152 34.886-14.449 l 6.067-60.113 62.267,0 6.027,60.113 c 12.38,3.297 24.095,8.174 34.926,14.449 l 46.82-38.239 44.026,44.026 -38.239,46.78 c 6.276,10.828 11.15,22.55 14.449,34.926 l 60.113,6.067 0,62.267 -60.113,6.027 c -3.299,12.386 -8.169,24.13 -14.449,34.966 l 38.239,46.78 -44.026,44.026 -46.78-38.239 c -10.836,6.281 -22.579,11.15 -34.966,14.449 l -6.027,60.113 -62.267,0 z m 31.134-141.659 c 31.813,0 57.598-25.785 57.598-57.598 0-31.813 -25.785-57.598 -57.598-57.598 -31.813,0 -57.598,25.785 -57.598,57.598 0,31.813 25.785,57.598 57.598,57.598 z m 264.359-76.916 -6.346-31.612 c -6.5-1.063 -12.732-3.015 -18.6-5.747 l -21.874,22.951 -24.827-20.955 17.004-27.022 c -3.787-5.409 -6.911-11.364 -9.26-17.763 l -31.014,0.16 -3.353-33.13 30.375-6.586 c 1.020-6.761 2.885-13.254 5.509-19.359 l -22.034-22.751 20.117-25.865 25.985,17.723 c 5.192-3.939 10.901-7.175 17.044-9.62 l -0.12-32.331 31.813-3.473 6.306,31.652 c 6.501,1.061 12.731,2.975 18.6,5.707 l 21.874-22.951 24.867,20.955 -17.044,27.022 c 3.787,5.407 6.911,11.365 9.26,17.763 l 31.054-0.12 3.313,33.090 -30.375,6.586 c -1.021,6.771 -2.881,13.286 -5.509,19.399 l 22.034,22.711 -20.117,25.905 -25.945-17.723 c -5.199,3.945 -10.933,7.174 -17.084,9.62 l 0.16,32.291 -31.813,3.473 z m 5.269-76.876 c 1-0.004 2.018-0.049 3.034-0.16 16.251-1.777 28.011-16.931 26.304-33.847 -1.708-16.916 -16.239-29.199 -32.491-27.421 -16.251,1.777 -28.051,16.931 -26.344,33.847 1.6,15.86 14.501,27.635 29.497,27.581 z" />
+<glyph unicode="=" d="M-467.773,685.795,m 467.773-110.067 0-388.94 112.567,0 0-112.53 175.429,112.53 258.171,0 0,388.94 -546.168,0 z m 571.862-85.496 0-48.943 19.195,0 0-277.366 -69.934,0 -24.471,0 0-24.471 0-49.669 -109.509,70.24 -6.041,3.9 -7.189,0 -75.364,0 -76.281-48.943 144.419,0 141.206-90.544 37.701-24.165 0,44.736 0,69.972 69.934,0 24.471,0 0,24.471 0,326.309 0,24.471 -24.471,0 -43.666,0 z" />
+<glyph unicode=">" d="M 579.883,608L 399.531,608 c-33.066,0-79.248-19.129-102.627-42.509L 17.535,286.123c-23.38-23.38-23.38-61.64,0-85.020
+ l 215.569-215.566c 23.38-23.381, 61.639-23.381, 85.019,0l 279.369,279.368C 620.871,288.285, 640,334.468, 640,367.531L 640,547.883
+ C 640,580.948, 612.946,608, 579.883,608z M 500,408c-33.138,0-60,26.862-60,60s 26.862,60, 60,60s 60-26.862, 60-60S 533.138,408, 500,408z" />
+<glyph unicode="?" d="M 440,568L 240,368L 120,368 L0,208c0,0, 127.135,35.407, 201.291,18.802L0-32l 263.689,205.090C 300.462,88.931, 240-32, 240-32l 160,120
+ l0,120 l 200,200L 640,608L 440,568z" />
+<glyph unicode="@" d="M 227.456,279.581 L 301.358,279.581 C 305.135,279.581 308.198,275.36 308.198,270.153 C 308.198,270.153 305.497,252.35 294.667,242.004 C 271.917,220.273 236.039,239.758 229.579,248.663 C 223.118,257.568 220.616,270.153 220.616,270.153 C 220.616,275.36 223.678,279.581 227.456,279.581 zM 227.456,279.581 L 301.358,279.581 C 305.135,279.581 308.198,275.36 308.198,270.153 C 308.198,270.153 305.497,252.35 294.667,242.004 C 271.917,220.273 236.039,239.758 229.579,248.663 C 223.118,257.568 220.616,270.153 220.616,270.153 C 220.616,275.36 223.678,279.581 227.456,279.581 zM 333.752,216.381 C 278.911,166.511 246.484,168.335 195.061,216.381M 242.878,507.268 C 371.648,507.268 476.039,413.767 476.039,298.427 C 474.725,226.009 439.138,170.261 380.444,129.852 C 381.123,125.817 381.227,121.717 381.32,117.635 C 381.32,87.627 366.423,63.3 348.044,63.3 C 329.233,64.556 320.032,83.974 316.539,100.247 C 292.709,92.735 267.749,90.222 242.878,89.586 C 213.147,89.296 185.521,94.845 157.417,104.061 L 157.417,104.056 C 154.432,87.164 145.436,64.135 125.187,63.3 C 106.809,63.3 91.909,87.627 91.909,117.635 C 91.961,124.333 92.573,131.081 94.256,137.581 C 41.704,176.558 10.646,232.625 9.717,298.427 C 9.717,413.767 114.106,507.268 242.878,507.268 z M 284.135,436.246 C 283.92,436.533 276.816,421.021 276.288,420.004 C 271.364,410.52 268.433,403.869 266.949,393.756 L 266.949,393.739 C 261.043,394.253 264.556,394.026 256.398,394.203 C 232.047,394.199 207.982,388.532 186.313,377.401 C 183.508,375.96 180.857,374.236 178.129,372.654 C 172.44,387.010 158.744,396.24 143.459,396.655 C 122.409,396.655 105.343,378.313 105.343,355.685 C 105.366,339.411 114.449,324.43 129.322,317.67 C 123.835,305.216 121.438,291.691 121.239,278.143 C 121.239,214.044 181.752,162.083 256.398,162.083 C 331.044,162.083 391.557,214.044 391.557,278.143 C 391.412,287.373 390.124,296.575 387.64,305.472 C 386.668,308.954 385.337,312.323 384.186,315.749 L 384.168,315.785 C 402.63,320.013 413.334,337.606 413.759,355.685 C 413.759,378.313 396.695,396.655 375.644,396.655 C 362.007,396.579 349.697,388.703 343.046,376.929 C 341.329,373.892 341.118,373.018 339.84,369.772 L 339.758,369.485 C 338.011,370.69 339.181,369.902 336.192,371.768 C 337.552,375.169 338.744,378.643 339.397,382.259 C 340.826,390.181 341.782,401.396 341.664,407.139 C 341.55,412.726 340.41,425.216 338.332,421.215 C 327.168,399.716 322.561,405.713 318.625,395.003 C 318.22,393.901 318.238,396.019 318.26,398.288 C 318.26,403.248 313.396,433.791 311.508,428.398 C 306.162,414.687 295.914,413.353 290.339,399.748 L 290.158,399.383 C 288.904,407.193 289.017,405.822 287.646,413.613 C 286.368,420.878 286.884,429.349 284.135,436.246 zM 216.895,353.343 C 233.708,353.343 247.339,339.712 247.339,322.899 C 247.339,306.086 233.708,292.456 216.895,292.456 C 200.082,292.456 186.452,306.086 186.452,322.899 C 186.452,339.712 200.082,353.343 216.895,353.343 z M 208.983,338.235 C 202.487,338.235 197.223,332.97 197.223,326.475 C 197.223,319.981 202.487,314.716 208.983,314.716 C 215.478,314.716 220.743,319.981 220.743,326.475 C 220.743,332.97 215.478,338.235 208.983,338.235 zM 305.25,345.462 C 317.711,345.462 327.813,335.36 327.813,322.899 C 327.813,310.438 317.711,300.335 305.25,300.335 C 292.788,300.335 282.686,310.438 282.686,322.899 C 282.686,335.36 292.788,345.462 305.25,345.462 z M 300.426,333.741 C 296.133,333.741 292.653,330.263 292.653,325.969 C 292.653,321.678 296.133,318.197 300.426,318.197 C 304.718,318.197 308.198,321.678 308.198,325.969 C 308.198,330.263 304.718,333.741 300.426,333.741 z" horiz-adv-x="494.545" />
+<glyph unicode="A" d="M 320,608 C 143.269,608 0,464.731 0,288 C 0,111.269 143.269-32 320-32 C 496.731-32 640,111.269 640,288 C 640,464.731 496.731,608 320,608 z M 320,573.156 C 477.488,573.156 605.156,445.488 605.156,288 C 605.156,130.512 477.488,2.844 320,2.844 C 162.512,2.844 34.844,130.512 34.844,288 C 34.844,445.488 162.512,573.156 320,573.156 z M 178.476,489.64 C 170.355,466.035 167.54,440.415 174.805,418.039 C 166.028,408.299 159.213,397.11 154.336,384.445 C 141.337,343.364 144.512,290.885 172.969,259.132 C 182.965,248.174 196.528,239.164 213.594,232.101 C 230.66,225.040 252.595,220.535 279.414,218.586 C 261.414,210.175 248.725,205.035 244.297,186.437 C 224.219,173.021 199.803,176.222 182.11,190.812 C 168.126,201.021 161.792,219.166 146.289,225.89 C 145.314,226.865 142.269,227.591 137.149,228.077 C 132.029,228.565 128.004,227.113 125.079,223.702 C 123.615,222.243 123.724,220.681 125.43,218.976 C 137.166,209.431 148.463,199.314 155.079,187.18 C 161.417,174.029 167.979,164.4 174.805,158.312 C 193.741,145.516 219.139,138.859 241.368,146.984 C 238.775,131.342 245.769,106.915 240.625,92.921 C 238.674,89.025 235.884,85.61 232.226,82.687 C 228.968,79.508 218.861,75.53 220.899,70.656 C 221.874,68.465 225.281,67.12 231.132,66.633 C 244.014,66.961 256.836,72.169 264.414,82.336 C 267.096,85.989 268.438,90.749 268.438,96.594 L 268.438,156.476 C 268.438,163.295 269.886,168.164 272.813,171.086 C 275.739,174.009 278.93,175.971 282.344,176.945 L 282.344,98.039 C 282.344,91.22 281.728,85.371 280.507,80.5 C 279.289,75.63 278.201,72.214 277.226,70.265 C 274.988,66.511 270.709,63.048 270.625,58.586 C 270.625,57.125 271.496,56.29 273.204,56.046 C 286.014,56.602 300.876,64.118 306.094,74.68 C 310.239,83.446 312.305,92.673 312.305,102.414 L 312.305,179.875 L 328.399,179.875 L 328.399,102.414 C 328.399,92.673 330.611,83.446 335,74.68 C 339.389,65.913 346.714,60.279 356.954,57.844 C 362.316,56.383 365.94,55.804 367.891,56.046 C 369.841,56.29 370.712,57.125 370.469,58.586 C 369.294,63.011 366.848,66.799 364.257,70.265 C 360.844,74.649 359.141,83.914 359.141,98.039 L 359.141,176.945 C 362.554,175.971 365.854,174.009 369.024,171.086 C 372.192,168.164 373.75,163.295 373.75,156.476 L 373.75,96.594 C 373.75,90.749 375.091,85.989 377.774,82.336 C 385.925,71.97 398.209,66.711 411.055,66.633 C 416.906,67.12 420.314,68.465 421.289,70.656 C 422.264,72.847 421.54,74.664 419.101,76.125 C 416.664,77.586 413.618,79.765 409.961,82.687 C 406.304,85.61 403.514,89.025 401.563,92.921 C 399.374,118.046 401.506,144.98 399.726,170.382 C 396.213,198.105 385.543,207.225 364.257,217.844 C 389.614,219.793 410.462,224.444 426.798,231.75 C 475.627,255.476 489.13,292.154 489.336,341.32 C 488.566,372.963 479.431,400.566 458.594,421.711 C 461.52,432.914 462.391,444.574 461.173,456.75 C 459.952,468.926 457.377,479.9 453.476,489.64 C 435.436,488.666 420.317,485.035 408.125,478.702 C 395.934,472.371 387.16,466.993 381.798,462.609 C 338.589,472.419 292.334,472.477 250.899,461.164 C 229.696,478.505 203.419,488.166 178.476,489.64 z " />
+<glyph unicode="B" d="M 546.954,555.149 C 464.554,473.549 343.435,423.624 226.757,416.594 l -173.281,0 C 26.199,416.221 1.539,393.016 0,362.414 l 0-78.125 c 0.372-27.277 22.874-52.64 53.476-54.18 l 69.454,0 c -18.565-62.96 1.394-126.702 22.93-189.257 31.949-30.166 105.007-26.41 128.829,12.851 -50.724,39.874 -75.409,147.173 -14.258,173.632 104.229-11.826 207.485-64.776 286.524-135.781 27.171,0.372 51.886,22.689 53.476,53.125 l 0,128.125 C 622.196,278.409 638.98,298.371 640,323.156 639.738,345.53 624.301,366.895 600.43,373.859 l 0,127.813 C 600.058,528.95 577.556,553.609 546.954,555.149 z m 1.368-69.101 0-325.743 C 471.94,219.831 377.591,259.763 280.235,277.687 l 0,90.976 C 375.767,383.037 469.191,427.095 548.32,486.046 z" />
+<glyph unicode="C" d="M 623.555,506.265 539.544,590.276 C 516.379,613.441 477.181,611.926 452.060,586.742 426.939,561.62 425.298,522.36 448.525,499.195 l 84.011-84.011 c 23.165-23.165 62.361-21.65 87.546,3.535 25.121,25.185 26.7,64.319 3.471,87.546 z M 87.987,222.734 256.011,54.71 529.065,327.7 361.043,495.724 87.987,222.734 z M 0-30.691 221.611,13.683 44.372,190.921 0-30.691 z" />
+<glyph unicode="D" d="M 278.32,551.984 C 164.974,544.019 2.042,525.922 1.954,303.937 L 1.954,24.64 L 254.882,24.64 L 254.882,323.469 L 170.899,323.469 C 165.577,403.261 231.284,423.864 302.735,439.68 L 278.32,551.984 z M 617.188,551.984 C 503.84,544.019 340.91,525.922 340.82,303.937 L 340.82,24.64 L 593.75,24.64 L 593.75,323.469 L 509.766,323.469 C 504.445,403.261 570.15,423.864 641.601,439.68 L 617.188,551.984 z " />
+<glyph unicode="E" d="M 171.2-28.16l 64,0 l 143.616,256.032L 544,227.872 c0,0, 96,0, 96,44.768c0,44.8-96,44.8-96,44.8l-165.184,0 l-143.616,256l-64,0 l 79.616-256L 136.032,317.44 L 64,381.472L0,381.472 l 51.232-108.8
+ L0,163.84l 64,0 l 72.032,64.032l 114.784,0 L 171.2-28.16z" />
+<glyph unicode="F" d="M 550.048,475.168c-53.504,49.12-140.256,49.12-193.76,0L 320,441.824L 283.68,475.168c-53.504,49.12-140.224,49.12-193.728,0
+ c-60.192-55.232-60.192-144.768,0-200.032L 320,64l 230.048,211.136C 610.24,330.4, 610.24,419.936, 550.048,475.168z" />
+<glyph unicode="G" d="M 392.416,205.824c0,0, 225.888,162.976, 200.832,349.536c-0.576,4.096-1.92,6.784-3.584,8.608c-1.76,1.696-4.384,3.104-8.416,3.68
+ C 398.944,593.216, 239.68,362.080, 239.68,362.080C 101.504,378.656, 111.552,351.072, 48.512,199.68c-12.064-28.864, 7.488-38.816, 28.928-30.688
+ c 21.44,8.064, 68.768,25.952, 68.768,25.952l 82.848-84.768c0,0-17.472-48.416-25.376-70.336c-7.904-21.984, 1.792-41.984, 30.016-29.664
+ C 381.664,74.72, 408.608,64.448, 392.416,205.824z M 424.672,395.136c-19.136,19.584-19.136,51.328,0,70.912c 19.136,19.552, 50.144,19.552, 69.28,0
+ c 19.168-19.552, 19.168-51.328,0-70.912C 474.848,375.52, 443.808,375.52, 424.672,395.136z" />
+<glyph unicode="H" d="M 600.64,278.4l-256.768,256.992c-13.12,13.632-34.592,13.632-47.712,0L 39.36,278.4c-13.152-13.6-8.256-24.768, 10.88-24.768l 53.536,0 l0-197.376
+ c0-14.24, 0.608-25.888, 26.368-25.888l 124.64,0 l0,198.016 l 130.4,0 l0-198.016 l 130.848,0 c 19.648,0, 20.192,11.616, 20.192,25.888l0,197.376 l 53.504,0
+ C 608.832,253.632, 613.76,264.768, 600.64,278.4z" />
+<glyph unicode="I" d="M 217.696,0.032c-6.176,4.064, 100.928,229.12, 97.216,239.008c-3.68,9.888-117.248,45.984-122.816,63.36
+ c-5.536,17.376, 224.256,278.592, 230.272,273.536c 6.016-5.024-100.128-231.616-97.216-238.976s 119.328-44.992, 122.816-63.328
+ C 451.456,255.232, 223.872-4, 217.696,0.032z" />
+<glyph unicode="J" d="M 574.368,134.528L 574.368,208 c0,44.384-29.376,110.4-110.368,110.4l-64,0 c-45.184,0-49.376,22.144-49.6,33.6L 350.4,441.472
+ C 377.696,453.28, 396.8,480.416, 396.8,512c0,42.4-34.368,76.8-76.8,76.8C 277.568,588.8, 243.2,554.4, 243.2,512c0-31.584, 19.104-58.72, 46.4-70.528L 289.6,352
+ c0-8.288-2.4-33.6-49.6-33.6l-64,0 c-80.992,0-110.4-66.016-110.4-110.4l0-73.472 C 38.304,122.752, 19.2,95.584, 19.2,64c0-42.4, 34.368-76.8, 76.8-76.8
+ c 42.4,0, 76.8,34.4, 76.8,76.8c0,31.584-19.104,58.752-46.4,70.528L 126.4,208 c0,8.288, 2.4,49.6, 49.6,49.6l 64,0 c 19.424,0, 35.808,2.944, 49.6,7.936
+ l0-131.008 C 262.304,122.752, 243.2,95.584, 243.2,64c0-42.4, 34.368-76.8, 76.8-76.8c 42.432,0, 76.8,34.4, 76.8,76.8c0,31.584-19.136,58.752-46.432,70.528
+ l0,131.008 c 13.792-4.992, 30.176-7.936, 49.6-7.936l 64,0 c 45.184,0, 49.376-38.144, 49.632-49.6l0-73.472 C 486.304,122.752, 467.2,95.584, 467.2,64
+ c0-42.4, 34.368-76.8, 76.8-76.8s 76.8,34.4, 76.8,76.8C 620.8,95.584, 601.696,122.752, 574.368,134.528z M 140.32,64c0-24.48-19.84-44.32-44.32-44.32
+ S 51.68,39.52, 51.68,64S 71.52,108.32, 96,108.32S 140.32,88.48, 140.32,64z M 275.68,512c0,24.48, 19.872,44.32, 44.32,44.32
+ c 24.448,0, 44.288-19.84, 44.288-44.32S 344.448,467.68, 320,467.68C 295.552,467.68, 275.68,487.52, 275.68,512z M 364.32,64
+ c0-24.48-19.872-44.32-44.288-44.32c-24.48,0-44.32,19.84-44.32,44.32S 295.552,108.32, 320,108.32C 344.448,108.32, 364.32,88.48, 364.32,64z
+ M 544,19.68c-24.448,0-44.32,19.84-44.32,44.32s 19.872,44.32, 44.32,44.32s 44.32-19.84, 44.32-44.32S 568.448,19.68, 544,19.68z" />
+<glyph unicode="K" d="M 614.4,470.624c-21.696-9.632-44.96-16.096-69.408-19.040c 24.96,14.944, 44.128,38.624, 53.12,66.816c-23.328-13.824-49.184-23.904-76.672-29.312
+ c-22.048,23.488-53.44,38.144-88.192,38.144c-66.72,0-120.8-54.080-120.8-120.768c0-9.472, 1.056-18.688, 3.136-27.52
+ c-100.384,5.024-189.408,53.12-248.96,126.208C 56.192,487.328, 50.208,466.56, 50.208,444.416c0-41.92, 21.344-78.88, 53.76-100.544
+ c-19.808,0.64-38.432,6.048-54.72,15.104c0-0.512,0-0.992,0-1.504c0-58.528, 41.664-107.328, 96.896-118.464c-10.112-2.752-20.8-4.224-31.84-4.224
+ c-7.776,0-15.328,0.736-22.72,2.144c 15.36-48, 60-82.912, 112.832-83.872c-41.344-32.416-93.408-51.712-150.016-51.712
+ c-9.76,0-19.36,0.576-28.8,1.696c 53.44-34.272, 116.928-54.272, 185.184-54.272c 222.176,0, 343.68,184.064, 343.68,343.712
+ c0,5.216-0.096,10.432-0.352,15.616C 577.728,425.12, 598.176,446.4, 614.4,470.624z" />
+<glyph unicode="L" d="M 545.357,90.857q 20-31.786 7.679-54.464t-50.179-22.679l-411.429,0 q-37.857,0 -50.179,22.679t 7.679,54.464l 179.643,283.214l0,142.5 l-22.857,0 q-9.286,0 -16.071,6.786t-6.786,16.071t 6.786,16.071t 16.071,6.786l 182.857,0 q 9.286,0 16.071-6.786t 6.786-16.071t-6.786-16.071t-16.071-6.786l-22.857,0 l0-142.5 zM 267.143,349.786l-97.143-153.214l 254.286,0 l-97.143,153.214l-7.143,11.071l0,13.214 l0,142.5 l-45.714,0 l0-142.5 l0-13.214 z" horiz-adv-x="594.286" />
+<glyph unicode="M" d="M 80,448l0-400 l 560,0 L 640,448 L 80,448 z M 600,114.666L 520,248l-90.666-75.555L 360,288L 120,88L 120,408 l 480,0 L 600,114.666 zM 160,308A60,60 7740 1 1 280,308A60,60 7740 1 1 160,308zM 560,528L0,528L0,128L 40,128L 40,488L 560,488 z" />
+<glyph unicode="N" d="M 300,608 L 300,608 C 465.685,608 600,499.304 600,365.22 C 600,231.136 465.685,122.44 300,122.44 C 284.089,122.44 268.471,123.453 253.229,125.384 C 188.787,61.2 114.371,49.691 40,48 L 40,63.709 C 80.157,83.305 112.5,119 112.5,159.793 C 112.5,165.484 112.055,171.073 111.231,176.539 C 43.383,221.048 0,289.031 0,365.22 C 0,499.304 134.315,608 300,608 ZM 622.5,63.821 C 622.5,28.857 645.196-1.74 680-18.536 L 680-32 C 615.546-30.551 556.384-20.686 500.536,34.329 C 487.324,32.673 473.79,31.804 460,31.804 C 400.331,31.804 345.37,47.903 301.491,74.954 C 391.912,75.27 477.279,104.238 542.013,156.624 C 574.643,183.031 600.384,214.015 618.521,248.716 C 637.75,285.507 647.5,324.705 647.5,365.22 C 647.5,371.75 647.219,378.242 646.714,384.7 C 692.070,347.241 720,296.186 720,239.902 C 720,174.598 682.401,116.326 623.6,78.175 C 622.886,73.49 622.5,68.7 622.5,63.821 Z" horiz-adv-x="720" />
+<glyph unicode="O" d="M 320,608C 143.269,608,0,464.731,0,288s 143.269-320, 320-320s 320,143.269, 320,320S 496.731,608, 320,608z M 189.273,86.655
+ C 196.214,105.8, 200,126.46, 200,148c0,77.719-49.256,143.933-118.255,169.129c 6.381,53.078, 30.159,102.186, 68.549,140.578
+ C 195.625,503.035, 255.894,528, 320,528s 124.375-24.965, 169.706-70.294c 38.392-38.391, 62.168-87.5, 68.551-140.578
+ C 489.256,291.933, 440,225.719, 440,148c0-21.543, 3.787-42.2, 10.729-61.344C 412.163,61.505, 367.122,48, 320,48
+ C 272.879,48, 227.839,61.505, 189.273,86.655zM 344.846,207.377 C 353.52,205.194 360,197.327 360,188 L 360,148 C 360,137 351,128 340,128 L 300,128 C 289,128 280,137 280,148 L 280,188 C 280,197.327 286.48,205.194 295.154,207.377 L 310,488 L 330,488 L 344.846,207.377 Z" />
+<glyph unicode="P" d="M 640,431.437L 583.434,488L 471.718,376.28L 408.28,439.719L 519.999,551.437L 463.436,608L 351.718,496.281L 280,568L 225.859,513.86L 545.86,193.859L 600,247.999L 528.28,319.719 zM 171.718,139.716c 103.605-103.601, 240.746-22.726, 324.558,47.165L 218.885,464.271
+ C 148.995,380.461, 68.118,243.32, 171.718,139.716zM 119.999,167.998L 199.995,88L 80-31.995L 0.003,48.001z" />
+<glyph unicode="Q" d="M 494.686,267.942c-0.809,81.051, 66.099,119.922, 69.089,121.854c-37.595,55.012-96.156,62.549-117.026,63.42
+ c-49.839,5.046-97.248-29.343-122.541-29.343c-25.23,0-64.261,28.596-105.595,27.845c-54.322-0.807-104.411-31.586-132.382-80.237
+ c-56.44-97.936-14.454-243.025, 40.556-322.454c 26.88-38.877, 58.933-82.547, 101.016-80.988c 40.526,1.618, 55.851,26.224, 104.847,26.224
+ c 48.996,0, 62.767-26.224, 105.656-25.419c 43.609,0.81, 71.239,39.624, 97.933,78.623c 30.869,45.105, 43.579,88.774, 44.328,91.016
+ C 579.599,138.925, 495.529,171.131, 494.686,267.942zM 414.101,505.799C 436.438,532.897, 451.514,570.494, 447.401,608c-32.174-1.31-71.174-21.431-94.256-48.469
+ c-20.714-23.985-38.843-62.266-33.984-99.023C 355.077,457.706, 391.741,478.761, 414.101,505.799z" />
+<glyph unicode="R" d="M 0.219,288 L 0,483.046 L 240,515.636 L 240,288 ZM 280,521.449 L 599.92,568 L 599.92,288 L 280,288 ZM 599.999,248 L 599.92-32 L 280,13.010 L 280,248 ZM 240,18.102 L 0.195,50.974 L 0.182,248 L 240,248 Z" />
+<glyph unicode="S" d="M 354.785,147.427c-51.215-23.824-98.849-23.573-130.838-21.263c-38.157,2.756-68.849,13.202-82.339,22.332
+ c-8.313,5.629-19.615,3.451-25.244-4.864c-5.627-8.314-3.45-19.616, 4.864-25.244c 21.686-14.679, 60.042-25.596, 100.101-28.487
+ c 6.791-0.49, 14.249-0.799, 22.279-0.799c 34.864,0, 79.141,3.322, 126.512,25.356c 9.102,4.236, 13.049,15.046, 8.815,24.15
+ C 374.701,147.714, 363.889,151.655, 354.785,147.427zM 556.842,174.365c 1.741,157.93, 17.976,456.379-284.356,432.257C-26.014,582.596, 53.134,267.267, 48.685,161.654
+ C 44.742,105.788, 26.199,37.499,0-32l 80.688,0 c 8.291,29.451, 14.39,58.575, 17.020,86.344c 4.864-3.393, 10.068-6.671, 15.621-9.813
+ c 9.036-5.324, 16.803-12.402, 25.025-19.896c 19.215-17.511, 40.994-37.359, 83.57-39.845c 2.857-0.164, 5.734-0.246, 8.547-0.246
+ c 43.060,0, 72.509,18.846, 96.174,33.989c 11.338,7.258, 21.136,13.525, 30.352,16.533c 26.194,8.2, 49.082,21.435, 66.19,38.282
+ c 2.672,2.63, 5.151,5.336, 7.476,8.093c 9.529-34.924, 22.574-74.224, 37.055-113.44L 640-32
+ C 598.641,31.89, 555.977,94.484, 556.842,174.365z M 77.569,260.28c0,0.010,0,0.019-0.001,0.029
+ c-2.966,51.539, 21.694,94.895, 55.079,96.835c 33.383,1.941, 62.85-38.267, 65.815-89.808c0-0.009, 0.003-0.019, 0.003-0.027
+ c 0.16-2.779, 0.23-5.529, 0.231-8.254c-10.578-2.66-20.12-6.522-28.67-11.019c-0.033,0.383-0.057,0.76-0.095,1.144
+ c0,0.005,0,0.011,0,0.016c-2.856,29.256-18.482,51.35-34.907,49.349c-16.425-2.002-27.425-27.344-24.57-56.599
+ c0-0.006, 0.003-0.011, 0.003-0.016c 1.245-12.755, 4.918-24.148, 10.026-32.778c-1.271-1.002-4.865-3.633-9.004-6.66
+ c-3.106-2.271-6.887-5.036-11.446-8.394C 87.605,210.407, 79.090,233.836, 77.569,260.28z M 415.788,132.889
+ c-1.188-27.241-36.818-52.87-69.739-63.152l-0.185-0.060c-13.688-4.439-25.892-12.25-38.815-20.519
+ c-21.707-13.89-44.154-28.255-76.576-28.255c-2.127,0-4.309,0.065-6.454,0.185c-29.697,1.736-43.589,14.395-61.175,30.422
+ c-9.276,8.454-18.869,17.196-31.235,24.453l-0.265,0.152c-26.691,15.065-43.258,33.801-44.318,50.121
+ c-0.526,8.113, 3.086,15.136, 10.739,20.875c 16.648,12.483, 27.799,20.639, 35.178,26.036c 8.194,5.992, 10.668,7.8, 12.5,9.54
+ c 1.31,1.241, 2.728,2.617, 4.253,4.101c 15.279,14.859, 40.85,39.726, 80.094,39.726c 24.003,0, 50.561-9.25, 78.856-27.439
+ c 13.328-8.674, 24.926-12.679, 39.613-17.75c 10.098-3.486, 21.543-7.439, 36.87-14.002l 0.247-0.103
+ C 399.675,161.344, 416.56,150.619, 415.788,132.889z M 407.904,196.871c-2.75,1.384-5.609,2.7-8.59,3.929
+ c-13.816,5.91-24.895,9.921-34.084,13.124c 5.072,9.934, 8.225,22.325, 8.515,35.776c0,0.006,0,0.014,0,0.019
+ c 0.704,32.734-15.805,59.31-36.873,59.36c-21.069,0.049-38.719-26.446-39.422-59.179c0-0.006,0-0.011,0-0.018
+ c-0.024-1.071-0.026-2.135-0.013-3.194c-12.976,5.97-25.738,10.306-38.229,12.975c-0.057,1.23-0.128,2.458-0.152,3.7
+ c0,0.010,0,0.022,0,0.031c-1.211,59.633, 35.376,108.994, 81.721,110.251c 46.344,1.259, 84.892-46.063, 86.107-105.694
+ c0-0.011,0-0.024,0-0.033C 427.431,240.954, 420.222,216.129, 407.904,196.871z" />
+<glyph unicode="T" d="M 280,248L 240,288L 120,168L 240,48L 280,88L 200,168 zM 360,88L 400,48L 520,168L 400,288L 360,248L 440,168 zM 564.645,483.356l-89.29,89.289C 455.91,592.090, 417.5,608, 390,608L 90,608 C 62.5,608, 40,585.5, 40,558l0-540 c0-27.5, 22.5-50, 50-50l 460,0
+ c 27.5,0, 50,22.5, 50,50L 600,398 C 600,425.5, 584.090,463.911, 564.645,483.356z M 536.361,455.071c 1.956-1.956, 3.906-4.359, 5.8-7.071L 440,448 L 440,550.16
+ c 2.712-1.894, 5.115-3.844, 7.071-5.8L 536.361,455.071z M 560,18c0-5.42-4.58-10-10-10L 90,8 c-5.42,0-10,4.58-10,10L 80,558
+ c0,5.42, 4.58,10, 10,10l 300,0 c 3.020,0, 6.409-0.381, 10-1.065L 400,408 l 158.935,0 c 0.684-3.591, 1.065-6.979, 1.065-10L 560,18 z" />
+<glyph unicode="U" d="M 400,608l0-77.5 c0-32.040-12.5-62.18-35.080-84.76L 138.6,220.66C 102.82,184.96, 83.12,138.080, 80.94,88L0,88
+ l 120-120l 120,120L 160.86,88 c 2.1,28.76, 13.68,55.46, 34.22,76.1l 226.32,225C 459.22,426.9, 480,477.060, 480,530.5L 480,608 L 400,608 zM 479.060,88c-2.18,50.080-21.96,96.96-57.74,132.82l-44.6,44.3L 320,208.7l 44.84-44.6
+ c 20.62-20.54, 32.18-47.34, 34.3-76.1L 320,88 l 120-120l 120,120L 479.060,88 z" horiz-adv-x="560" />
+<glyph unicode="V" d="M 640,288C 640,464.731, 496.731,608, 320,608s -320-143.269, -320-320s 143.269-320, 320-320S 640,111.269, 640,288z M 60,288
+ c 0,143.594 116.406,260 260,260S 580,431.594, 580,288s -116.406-260, -260-260S 60,144.406, 60,288zM 348.284,99.715l 160,160.001c 15.621,15.62 15.621,40.946 0,56.567c -15.621,15.621 -40.948,15.621,-56.569,0L 360,224.569
+ L 360,448 c 0,22.091 -17.909,40 -40,40c-22.091,0, -40-17.909, -40-40l0-223.431 l -91.715,91.716c -15.621,15.621 -40.949,15.621,-56.57,0
+ C 123.905,308.474, 120,298.236, 120,288s 3.905-20.474, 11.715-28.284l 160-160.001C 307.336,84.095, 332.664,84.095, 348.284,99.715z" />
+<glyph unicode="" d="M-467.773,685.795,m 467.773-77.795 0-640 640,0 0,640 z m 209.219-121.719 c 38.155,0 69.101-30.907 69.101-69.063 0-38.155 -30.946-69.101 -69.101-69.101 -38.155,0 -69.101,30.946 -69.101,69.101 0,38.155 30.946,69.063 69.101,69.063 z m 215.351,0 c 38.155,0 69.063-30.907 69.063-69.063 0-38.155 -30.907-69.101 -69.063-69.101 -38.155,0 -69.101,30.946 -69.101,69.101 0,38.155 30.946,69.063 69.101,69.063 z m -326.954-217.539 444.766,0 c 0-122.82 -99.564-222.422 -222.382-222.422 -122.82,0 -222.382,99.603 -222.382,222.422 z" />
+<glyph unicode="" d="M 320,608 C 143.269,608 0,464.731 0,288 C 0,111.269 143.269-32 320-32 C 496.731-32 640,111.269 640,288 C 640,464.731 496.731,608 320,608 z M 152.618,455.382 L 487.382,455.382 L 487.382,120.618 L 152.618,120.618 L 152.618,455.382 z M 262.031,391.711 C 242.072,391.711 225.899,375.537 225.899,355.578 C 225.899,335.619 242.072,319.445 262.031,319.445 C 281.99,319.445 298.204,335.619 298.204,355.578 C 298.204,375.537 281.99,391.711 262.031,391.711 z M 374.688,391.711 C 354.729,391.711 338.555,375.537 338.555,355.578 C 338.555,335.619 354.729,319.445 374.688,319.445 C 394.646,319.445 410.82,335.619 410.82,355.578 C 410.82,375.537 394.646,391.711 374.688,391.711 z M 203.672,277.921 C 203.672,213.675 255.752,161.594 320,161.594 C 384.246,161.594 436.329,213.675 436.329,277.921 L 203.672,277.921 z " />
+<glyph unicode="" d="M 546.24,61.72c-124.92-124.96-327.56-124.96-452.52,0
+ c-125,124.96-125,327.6,0,452.56c 124.96,124.96, 327.6,124.96, 452.52,0C 671.24,389.32, 671.24,186.68, 546.24,61.72z M 320,488
+ C 209.56,488, 120,398.48, 120,288s 89.56-200, 200-200c 64.080,0, 120.48,30.72, 157.12,77.56L 330,250.48l 178.16,102.84C 480.96,431.56, 407.44,488, 320,488z M 520,288
+ c-22.12,0-40-17.88-40-40s 17.88-40, 40-40s 40,17.88, 40,40S 542.12,288, 520,288z M 360,408c 22.12,0, 40-17.88, 40-40c0-22.080-17.88-40-40-40S 320,345.92, 320,368
+ C 320,390.12, 337.88,408, 360,408z" />
+<glyph unicode="" d="M 530.32,286.133c 0.080,0.187, 0.107,0.4, 0.187,0.587C 532.293,291.28, 533.333,296.16, 533.333,301.333s-1.040,10.053-2.827,14.613
+ c-0.080,0.187-0.107,0.4-0.187,0.587c-2.027,4.96-5.013,9.413-8.747,13.147l-133.28,133.28c-15.627,15.627-40.933,15.627-56.56,0
+ c-15.627-15.6-15.627-40.96,0-56.56L 396.773,341.333L 146.667,341.333 C 124.587,341.333, 106.667,323.44, 106.667,301.333S 124.587,261.333, 146.667,261.333l 250.107,0 l-65.040-65.040
+ c-15.627-15.6-15.627-40.96,0-56.56C 339.52,131.893, 349.76,128, 360,128s 20.48,3.893, 28.293,11.707l 133.28,133.28
+ C 525.307,276.72, 528.293,281.2, 530.32,286.133z" />
+<glyph unicode="" d="M 109.68,316.533c-0.080-0.187-0.107-0.4-0.187-0.587C 107.707,311.387, 106.667,306.507, 106.667,301.333s 1.040-10.053, 2.827-14.613
+ c 0.080-0.187, 0.107-0.4, 0.187-0.587c 2.027-4.96, 5.013-9.413, 8.747-13.147l 133.28-133.28c 15.627-15.627, 40.933-15.627, 56.56,0
+ c 15.627,15.6, 15.627,40.96,0,56.56L 243.227,261.333L 493.333,261.333 c 22.080,0, 40,17.893, 40,40S 515.413,341.333, 493.333,341.333L 243.227,341.333 l 65.040,65.040
+ c 15.627,15.6, 15.627,40.96,0,56.56C 300.48,470.773, 290.24,474.667, 280,474.667S 259.52,470.773, 251.707,462.96l-133.28-133.28
+ C 114.693,325.947, 111.707,321.467, 109.68,316.533z" />
+<glyph unicode="" d="M 320,582.4c-162.592,0-294.4-131.808-294.4-294.4s 131.808-294.4, 294.4-294.4s 294.4,131.808, 294.4,294.4S 482.592,582.4, 320,582.4z M 320,57.6
+ c-127.264,0-230.4,103.168-230.4,230.4S 192.736,518.4, 320,518.4s 230.4-103.168, 230.4-230.4S 447.264,57.6, 320,57.6z M 377.6,411.2L 262.4,411.2 l0-130.88 L 190.4,280.32 L 320,158.4
+ l 129.6,121.92L 377.6,280.32 L 377.6,411.2 z" />
+<glyph unicode="" d="M 524.8,480c0,42.4-34.368,76.8-76.8,76.8S 371.2,522.4, 371.2,480c0-31.136, 18.56-57.888, 45.184-69.952c-7.264-62.336-47.424-74.912-105.44-93.024
+ C 282.784,308.224, 250.048,297.984, 222.4,278.080L 222.4,409.472 C 249.696,421.28, 268.8,448.416, 268.8,480c0,42.4-34.4,76.8-76.8,76.8C 149.568,556.8, 115.2,522.4, 115.2,480
+ c0-31.584, 19.104-58.72, 46.4-70.528l0-242.976 C 134.304,154.752, 115.2,127.616, 115.2,96c0-42.4, 34.368-76.8, 76.8-76.8c 42.4,0, 76.8,34.4, 76.8,76.8
+ c0,31.136-18.56,57.888-45.216,69.952c 7.296,62.336, 47.488,74.944, 105.472,93.024c 58.976,18.432, 138.432,43.296, 148.288,150.048
+ C 505.184,420.608, 524.8,448, 524.8,480z M 147.68,480c0,24.48, 19.84,44.32, 44.32,44.32S 236.32,504.48, 236.32,480S 216.48,435.68, 192,435.68
+ S 147.68,455.52, 147.68,480z M 192,51.68c-24.48,0-44.32,19.84-44.32,44.32S 167.52,140.32, 192,140.32S 236.32,120.48, 236.32,96
+ S 216.48,51.68, 192,51.68z M 448,435.68c-24.448,0-44.32,19.84-44.32,44.32S 423.552,524.32, 448,524.32S 492.32,504.48, 492.32,480
+ S 472.448,435.68, 448,435.68z" />
+<glyph unicode="" d="M 600.003,427.996L 460.004,567.995L 500.004,607.995L 640.002,467.996zM 560,388 L 540,168 C 360,168 100-32 100-32 L 66.794,1.206 L 237.834,172.246 C 244.692,169.516 252.168,168 260,168 C 293.137,168 320,194.863 320,228 C 320,261.137 293.137,288 260,288 C 226.863,288 200,261.137 200,228 C 200,220.167 201.516,212.694 204.246,205.834 L 33.206,34.794 L 0,68 C 0,68 200,328 200,508 L 420,528 L 560,388 Z" />
+<glyph unicode=" " horiz-adv-x="320" />
+</font></defs></svg>
\ No newline at end of file
binary files /dev/null b/docs/static/static/fonts/hugo-1.ttf differ
binary files /dev/null b/docs/static/static/fonts/hugo-1.woff differ
binary files /dev/null b/docs/static/static/img/converse-fields.jpg differ
binary files /dev/null b/docs/static/static/img/gray.png differ
--- /dev/null
+++ b/docs/static/static/js/jquery.js
@@ -1,0 +1,5 @@
+/*! jQuery v1.9.1 | (c) 2005, 2012 jQuery Foundation, Inc. | jquery.org/license
+//@ sourceMappingURL=jquery.min.map
+*/(function(e,t){var n,r,i=typeof t,o=e.document,a=e.location,s=e.jQuery,u=e.$,l={},c=[],p="1.9.1",f=c.concat,d=c.push,h=c.slice,g=c.indexOf,m=l.toString,y=l.hasOwnProperty,v=p.trim,b=function(e,t){return new b.fn.init(e,t,r)},x=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,w=/\S+/g,T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,N=/^(?:(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,k=/^[\],:{}\s]*$/,E=/(?:^|:|,)(?:\s*\[)+/g,S=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,A=/"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g,j=/^-ms-/,D=/-([\da-z])/gi,L=function(e,t){return t.toUpperCase()},H=function(e){(o.addEventListener||"load"===e.type||"complete"===o.readyState)&&(q(),b.ready())},q=function(){o.addEventListener?(o.removeEventListener("DOMContentLoaded",H,!1),e.removeEventListener("load",H,!1)):(o.detachEvent("onreadystatechange",H),e.detachEvent("onload",H))};b.fn=b.prototype={jquery:p,constructor:b,init:function(e,n,r){var i,a;if(!e)return this;if("string"==typeof e){if(i="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:N.exec(e),!i||!i[1]&&n)return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e);if(i[1]){if(n=n instanceof b?n[0]:n,b.merge(this,b.parseHTML(i[1],n&&n.nodeType?n.ownerDocument||n:o,!0)),C.test(i[1])&&b.isPlainObject(n))for(i in n)b.isFunction(this[i])?this[i](n[i]):this.attr(i,n[i]);return this}if(a=o.getElementById(i[2]),a&&a.parentNode){if(a.id!==i[2])return r.find(e);this.length=1,this[0]=a}return this.context=o,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):b.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),b.makeArray(e,this))},selector:"",length:0,size:function(){return this.length},toArray:function(){return h.call(this)},get:function(e){return null==e?this.toArray():0>e?this[this.length+e]:this[e]},pushStack:function(e){var t=b.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return b.each(this,e,t)},ready:function(e){return b.ready.promise().done(e),this},slice:function(){return this.pushStack(h.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(0>e?t:0);return this.pushStack(n>=0&&t>n?[this[n]]:[])},map:function(e){return this.pushStack(b.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:d,sort:[].sort,splice:[].splice},b.fn.init.prototype=b.fn,b.extend=b.fn.extend=function(){var e,n,r,i,o,a,s=arguments[0]||{},u=1,l=arguments.length,c=!1;for("boolean"==typeof s&&(c=s,s=arguments[1]||{},u=2),"object"==typeof s||b.isFunction(s)||(s={}),l===u&&(s=this,--u);l>u;u++)if(null!=(o=arguments[u]))for(i in o)e=s[i],r=o[i],s!==r&&(c&&r&&(b.isPlainObject(r)||(n=b.isArray(r)))?(n?(n=!1,a=e&&b.isArray(e)?e:[]):a=e&&b.isPlainObject(e)?e:{},s[i]=b.extend(c,a,r)):r!==t&&(s[i]=r));return s},b.extend({noConflict:function(t){return e.$===b&&(e.$=u),t&&e.jQuery===b&&(e.jQuery=s),b},isReady:!1,readyWait:1,holdReady:function(e){e?b.readyWait++:b.ready(!0)},ready:function(e){if(e===!0?!--b.readyWait:!b.isReady){if(!o.body)return setTimeout(b.ready);b.isReady=!0,e!==!0&&--b.readyWait>0||(n.resolveWith(o,[b]),b.fn.trigger&&b(o).trigger("ready").off("ready"))}},isFunction:function(e){return"function"===b.type(e)},isArray:Array.isArray||function(e){return"array"===b.type(e)},isWindow:function(e){return null!=e&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[m.call(e)]||"object":typeof e},isPlainObject:function(e){if(!e||"object"!==b.type(e)||e.nodeType||b.isWindow(e))return!1;try{if(e.constructor&&!y.call(e,"constructor")&&!y.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}var r;for(r in e);return r===t||y.call(e,r)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw Error(e)},parseHTML:function(e,t,n){if(!e||"string"!=typeof e)return null;
\ No newline at end of file
+return(!i||i!==r&&!b.contains(r,i))&&(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}}),b.support.submitBubbles||(b.event.special.submit={setup:function(){return b.nodeName(this,"form")?!1:(b.event.add(this,"click._submit keypress._submit",function(e){var n=e.target,r=b.nodeName(n,"input")||b.nodeName(n,"button")?n.form:t;r&&!b._data(r,"submitBubbles")&&(b.event.add(r,"submit._submit",function(e){e._submit_bubble=!0}),b._data(r,"submitBubbles",!0))}),t)},postDispatch:function(e){e._submit_bubble&&(delete e._submit_bubble,this.parentNode&&!e.isTrigger&&b.event.simulate("submit",this.parentNode,e,!0))},teardown:function(){return b.nodeName(this,"form")?!1:(b.event.remove(this,"._submit"),t)}}),b.support.changeBubbles||(b.event.special.change={setup:function(){return Z.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(b.event.add(this,"propertychange._change",function(e){"checked"===e.originalEvent.propertyName&&(this._just_changed=!0)}),b.event.add(this,"click._change",function(e){this._just_changed&&!e.isTrigger&&(this._just_changed=!1),b.event.simulate("change",this,e,!0)})),!1):(b.event.add(this,"beforeactivate._change",function(e){var t=e.target;Z.test(t.nodeName)&&!b._data(t,"changeBubbles")&&(b.event.add(t,"change._change",function(e){!this.parentNode||e.isSimulated||e.isTrigger||b.event.simulate("change",this.parentNode,e,!0)}),b._data(t,"changeBubbles",!0))}),t)},handle:function(e){var n=e.target;return this!==n||e.isSimulated||e.isTrigger||"radio"!==n.type&&"checkbox"!==n.type?e.handleObj.handler.apply(this,arguments):t},teardown:function(){return b.event.remove(this,"._change"),!Z.test(this.nodeName)}}),b.support.focusinBubbles||b.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,r=function(e){b.event.simulate(t,e.target,b.event.fix(e),!0)};b.event.special[t]={setup:function(){0===n++&&o.addEventListener(e,r,!0)},teardown:function(){0===--n&&o.removeEventListener(e,r,!0)}}}),b.fn.extend({on:function(e,n,r,i,o){var a,s;if("object"==typeof e){"string"!=typeof n&&(r=r||n,n=t);for(a in e)this.on(a,n,r,e[a],o);return this}if(null==r&&null==i?(i=n,r=n=t):null==i&&("string"==typeof n?(i=r,r=t):(i=r,r=n,n=t)),i===!1)i=ot;else if(!i)return this;return 1===o&&(s=i,i=function(e){return b().off(e),s.apply(this,arguments)},i.guid=s.guid||(s.guid=b.guid++)),this.each(function(){b.event.add(this,e,i,r,n)})},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,n,r){var i,o;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,b(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"==typeof e){for(o in e)this.off(o,n,e[o]);return this}return(n===!1||"function"==typeof n)&&(r=n,n=t),r===!1&&(r=ot),this.each(function(){b.event.remove(this,e,r,n)})},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},trigger:function(e,t){return this.each(function(){b.event.trigger(e,t,this)})},triggerHandler:function(e,n){var r=this[0];return r?b.event.trigger(e,n,r,!0):t}}),function(e,t){var n,r,i,o,a,s,u,l,c,p,f,d,h,g,m,y,v,x="sizzle"+-new Date,w=e.document,T={},N=0,C=0,k=it(),E=it(),S=it(),A=typeof t,j=1<<31,D=[],L=D.pop,H=D.push,q=D.slice,M=D.indexOf||function(e){var t=0,n=this.length;for(;n>t;t++)if(this[t]===e)return t;return-1},_="[\\x20\\t\\r\\n\\f]",F="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",O=F.replace("w","w#"),B="([*^$|!~]?=)",P="\\["+_+"*("+F+")"+_+"*(?:"+B+_+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+O+")|)|)"+_+"*\\]",R=":("+F+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+P.replace(3,8)+")*)|.*)\\)|)",W=RegExp("^"+_+"+|((?:^|[^\\\\])(?:\\\\.)*)"+_+"+$","g"),$=RegExp("^"+_+"*,"+_+"*"),I=RegExp("^"+_+"*([\\x20\\t\\r\\n\\f>+~])"+_+"*"),z=RegExp(R),X=RegExp("^"+O+"$"),U={ID:RegExp("^#("+F+")"),CLASS:RegExp("^\\.("+F+")"),NAME:RegExp("^\\[name=['\"]?("+F+")['\"]?\\]"),TAG:RegExp("^("+F.replace("w","w*")+")"),ATTR:RegExp("
\ No newline at end of file
+}b.merge(d,s.childNodes),s.textContent="";while(s.firstChild)s.removeChild(s.firstChild);s=f.lastChild}else d.push(t.createTextNode(o));s&&f.removeChild(s),b.support.appendChecked||b.grep(Ot(d,"input"),Bt),h=0;while(o=d[h++])if((!r||-1===b.inArray(o,r))&&(a=b.contains(o.ownerDocument,o),s=Ot(f.appendChild(o),"script"),a&&Mt(s),n)){i=0;while(o=s[i++])kt.test(o.type||"")&&n.push(o)}return s=null,f},cleanData:function(e,t){var n,r,o,a,s=0,u=b.expando,l=b.cache,p=b.support.deleteExpando,f=b.event.special;for(;null!=(n=e[s]);s++)if((t||b.acceptData(n))&&(o=n[u],a=o&&l[o])){if(a.events)for(r in a.events)f[r]?b.event.remove(n,r):b.removeEvent(n,r,a.handle);l[o]&&(delete l[o],p?delete n[u]:typeof n.removeAttribute!==i?n.removeAttribute(u):n[u]=null,c.push(o))}}});var Pt,Rt,Wt,$t=/alpha\([^)]*\)/i,It=/opacity\s*=\s*([^)]*)/,zt=/^(top|right|bottom|left)$/,Xt=/^(none|table(?!-c[ea]).+)/,Ut=/^margin/,Vt=RegExp("^("+x+")(.*)$","i"),Yt=RegExp("^("+x+")(?!px)[a-z%]+$","i"),Jt=RegExp("^([+-])=("+x+")","i"),Gt={BODY:"block"},Qt={position:"absolute",visibility:"hidden",display:"block"},Kt={letterSpacing:0,fontWeight:400},Zt=["Top","Right","Bottom","Left"],en=["Webkit","O","Moz","ms"];function tn(e,t){if(t in e)return t;var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=en.length;while(i--)if(t=en[i]+n,t in e)return t;return r}function nn(e,t){return e=t||e,"none"===b.css(e,"display")||!b.contains(e.ownerDocument,e)}function rn(e,t){var n,r,i,o=[],a=0,s=e.length;for(;s>a;a++)r=e[a],r.style&&(o[a]=b._data(r,"olddisplay"),n=r.style.display,t?(o[a]||"none"!==n||(r.style.display=""),""===r.style.display&&nn(r)&&(o[a]=b._data(r,"olddisplay",un(r.nodeName)))):o[a]||(i=nn(r),(n&&"none"!==n||!i)&&b._data(r,"olddisplay",i?n:b.css(r,"display"))));for(a=0;s>a;a++)r=e[a],r.style&&(t&&"none"!==r.style.display&&""!==r.style.display||(r.style.display=t?o[a]||"":"none"));return e}b.fn.extend({css:function(e,n){return b.access(this,function(e,n,r){var i,o,a={},s=0;if(b.isArray(n)){for(o=Rt(e),i=n.length;i>s;s++)a[n[s]]=b.css(e,n[s],!1,o);return a}return r!==t?b.style(e,n,r):b.css(e,n)},e,n,arguments.length>1)},show:function(){return rn(this,!0)},hide:function(){return rn(this)},toggle:function(e){var t="boolean"==typeof e;return this.each(function(){(t?e:nn(this))?b(this).show():b(this).hide()})}}),b.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Wt(e,"opacity");return""===n?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":b.support.cssFloat?"cssFloat":"styleFloat"},style:function(e,n,r,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var o,a,s,u=b.camelCase(n),l=e.style;if(n=b.cssProps[u]||(b.cssProps[u]=tn(l,u)),s=b.cssHooks[n]||b.cssHooks[u],r===t)return s&&"get"in s&&(o=s.get(e,!1,i))!==t?o:l[n];if(a=typeof r,"string"===a&&(o=Jt.exec(r))&&(r=(o[1]+1)*o[2]+parseFloat(b.css(e,n)),a="number"),!(null==r||"number"===a&&isNaN(r)||("number"!==a||b.cssNumber[u]||(r+="px"),b.support.clearCloneStyle||""!==r||0!==n.indexOf("background")||(l[n]="inherit"),s&&"set"in s&&(r=s.set(e,r,i))===t)))try{l[n]=r}catch(c){}}},css:function(e,n,r,i){var o,a,s,u=b.camelCase(n);return n=b.cssProps[u]||(b.cssProps[u]=tn(e.style,u)),s=b.cssHooks[n]||b.cssHooks[u],s&&"get"in s&&(a=s.get(e,!0,r)),a===t&&(a=Wt(e,n,i)),"normal"===a&&n in Kt&&(a=Kt[n]),""===r||r?(o=parseFloat(a),r===!0||b.isNumeric(o)?o||0:a):a},swap:function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=a[o];return i}}),e.getComputedStyle?(Rt=function(t){return e.getComputedStyle(t,null)},Wt=function(e,n,r){var i,o,a,s=r||Rt(e),u=s?s.getPropertyValue(n)||s[n]:t,l=e.style;return s&&(""!==u||b.contains(e.ownerDocument,e)||(u=b.style(e,n)),Yt.test(u)&&Ut.test(n)&&(i=l.width,o=l.minWidth,a=l.maxWidth,l.minWidth=l.maxWidth=l.width=u,u=s.width,l.width=i,l.minWidth=o,l.maxWidth=a)),u}):o.documentElement.currentStyle&&(Rt=function(e){return e.currentStyle},Wt=function(e,n,r){var i,o,a,s=r||Rt(e),u=s?s[n]:t,l=e.style;return null==u&&l&&l[n]&&(u=l[n]),Yt.test(u)
\ No newline at end of file