@charset "UTF-8";
/*import bootstrap*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]: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; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur: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-lock:before {
  content: "\e033"; }

.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-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.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-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.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-bell:before {
  content: "\e123"; }

.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-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.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-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -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: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.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;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }
small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .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 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .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 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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;
  max-width: 100%;
  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;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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;
  -o-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::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > [type="date"].form-control,
  .input-group-sm > [type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > [type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > [type="time"].form-control,
  .input-group-sm > [type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > [type="time"].btn, .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > [type="datetime-local"].form-control,
  .input-group-sm > [type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > [type="datetime-local"].btn, .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > [type="month"].form-control,
  .input-group-sm > [type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > [type="month"].btn, .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > [type="date"].form-control,
  .input-group-lg > [type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > [type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > [type="time"].form-control,
  .input-group-lg > [type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > [type="time"].btn, .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > [type="datetime-local"].form-control,
  .input-group-lg > [type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > [type="datetime-local"].btn, .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > [type="month"].form-control,
  .input-group-lg > [type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > [type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .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-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > [multiple].form-control,
.input-group-sm > [multiple].input-group-addon,
.input-group-sm > .input-group-btn > [multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > [multiple].form-control,
.input-group-lg > [multiple].input-group-addon,
.input-group-lg > .input-group-btn > [multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 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;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -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 {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .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: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.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;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  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 {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.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 {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-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-bottom-right-radius: 0;
    border-top-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.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-top-left-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-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.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;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .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: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .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 #ddd; }
  .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 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .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: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #fff; } }
.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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 {
    content: " ";
    display: table; }
  .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-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  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;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .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; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        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: #555;
      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: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .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 {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        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: #fff;
      background-color: #090909; }
    .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: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.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 {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.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;
      line-height: 1.428571429;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .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-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.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-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.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-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      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: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.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;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.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,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  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;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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,
.progress-bar.active {
  -webkit-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-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: -o-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-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: -o-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-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: -o-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-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: -o-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 {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .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; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    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: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.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: #fff;
  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 {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    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,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.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: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    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; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-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);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .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); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  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-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  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); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  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 {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-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;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-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 {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-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 {
    outline: 0;
    color: #fff;
    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%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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 .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.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; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }
.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }

/*import bootstrap customizations*/
/*custimizations to bootstrap that can't be accomplished with variable manipulation*/
/*Grid system*/
.row {
  max-width: 1020px;
  margin: 30px auto 30px; }

/*Typography*/
/*Code*/
/*Tables*/
/*Forms*/
/*Buttons*/
/*Images*/
/*Helper classes*/
/*Responsive utilities*/
/*Glyphicons*/
/*Dropdowns*/
/*Button groups*/
/*Button dropdowns*/
/*Input groups*/
/*Navs*/
.navbar {
  position: fixed !important;
  border-radius: 0;
  border: none;
  background: rgba(27, 51, 81, 0.9);
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  top: 0;
  left: 0; }
  .navbar .navbar-toggle, .navbar .navbar-toggle:hover {
    height: 36px;
    border: 0;
    background: #ffffff; }
    .navbar .navbar-toggle span, .navbar .navbar-toggle:hover span {
      background: #3B6FB1 !important; }
  @media (min-width: 768px) {
    .navbar li {
      font-size: 16px; }
      .navbar li.active a, .navbar li a:hover {
        background: none !important;
        color: #ffffff !important; }
      .navbar li a {
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.5) !important;
        font-weight: 600; }
    .navbar .nav, .navbar .navbar-nav {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center; } }
.navbar-collapse li a {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 600;
  background: none; }

.navbar-collapse li.active a, .navbar-collapse li a:hover {
  color: #ffffff !important;
  background: none !important; }

/*Navbar*/
/*Breadcrumbs*/
/*Pagination*/
/*Labels*/
/*Badges*/
/*Jumbotron*/
.jumbotron {
  overflow: hidden;
  position: relative;
  height: 300px !important;
  padding: 0;
  margin-bottom: 0; }
  .jumbotron .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
    position: relative;
    top: 0; }
  .jumbotron .logo {
    display: flex;
    width: 80%;
    max-width: 460px;
    margin: 0 auto; }
  .jumbotron .mtns {
    position: absolute;
    bottom: -2px;
    width: 120%;
    left: -10%; }

.fixed {
  overflow: hidden;
  position: fixed;
  background: url("../img/header.jpg");
  background-size: cover;
  height: 480px;
  width: 100%;
  background-position: center;
  padding: 0;
  z-index: -1; }

/*Page header*/
/*Thumbnails*/
/*Alerts*/
/*Progress bars*/
/*Media object*/
/*List group*/
/*Panels*/
/*Responsive embed*/
/*Wells*/
.material-icons.icon-3d_rotation:after {
  content: "3d_rotation"; }

.material-icons.icon-e84d:after {
  content: "e84d"; }

.material-icons.icon-ac_unit:after {
  content: "ac_unit"; }

.material-icons.icon-eb3b:after {
  content: "eb3b"; }

.material-icons.icon-access_alarm:after {
  content: "access_alarm"; }

.material-icons.icon-e190:after {
  content: "e190"; }

.material-icons.icon-access_alarms:after {
  content: "access_alarms"; }

.material-icons.icon-e191:after {
  content: "e191"; }

.material-icons.icon-access_time:after {
  content: "access_time"; }

.material-icons.icon-e192:after {
  content: "e192"; }

.material-icons.icon-accessibility:after {
  content: "accessibility"; }

.material-icons.icon-e84e:after {
  content: "e84e"; }

.material-icons.icon-accessible:after {
  content: "accessible"; }

.material-icons.icon-e914:after {
  content: "e914"; }

.material-icons.icon-account_balance:after {
  content: "account_balance"; }

.material-icons.icon-e84f:after {
  content: "e84f"; }

.material-icons.icon-account_balance_wallet:after {
  content: "account_balance_wallet"; }

.material-icons.icon-e850:after {
  content: "e850"; }

.material-icons.icon-account_box:after {
  content: "account_box"; }

.material-icons.icon-e851:after {
  content: "e851"; }

.material-icons.icon-account_circle:after {
  content: "account_circle"; }

.material-icons.icon-e853:after {
  content: "e853"; }

.material-icons.icon-adb:after {
  content: "adb"; }

.material-icons.icon-e60e:after {
  content: "e60e"; }

.material-icons.icon-add:after {
  content: "add"; }

.material-icons.icon-e145:after {
  content: "e145"; }

.material-icons.icon-add_a_photo:after {
  content: "add_a_photo"; }

.material-icons.icon-e439:after {
  content: "e439"; }

.material-icons.icon-add_alarm:after {
  content: "add_alarm"; }

.material-icons.icon-e193:after {
  content: "e193"; }

.material-icons.icon-add_alert:after {
  content: "add_alert"; }

.material-icons.icon-e003:after {
  content: "e003"; }

.material-icons.icon-add_box:after {
  content: "add_box"; }

.material-icons.icon-e146:after {
  content: "e146"; }

.material-icons.icon-add_circle:after {
  content: "add_circle"; }

.material-icons.icon-e147:after {
  content: "e147"; }

.material-icons.icon-add_circle_outline:after {
  content: "add_circle_outline"; }

.material-icons.icon-e148:after {
  content: "e148"; }

.material-icons.icon-add_location:after {
  content: "add_location"; }

.material-icons.icon-e567:after {
  content: "e567"; }

.material-icons.icon-add_shopping_cart:after {
  content: "add_shopping_cart"; }

.material-icons.icon-e854:after {
  content: "e854"; }

.material-icons.icon-add_to_photos:after {
  content: "add_to_photos"; }

.material-icons.icon-e39d:after {
  content: "e39d"; }

.material-icons.icon-add_to_queue:after {
  content: "add_to_queue"; }

.material-icons.icon-e05c:after {
  content: "e05c"; }

.material-icons.icon-adjust:after {
  content: "adjust"; }

.material-icons.icon-e39e:after {
  content: "e39e"; }

.material-icons.icon-airline_seat_flat:after {
  content: "airline_seat_flat"; }

.material-icons.icon-e630:after {
  content: "e630"; }

.material-icons.icon-airline_seat_flat_angled:after {
  content: "airline_seat_flat_angled"; }

.material-icons.icon-e631:after {
  content: "e631"; }

.material-icons.icon-airline_seat_individual_suite:after {
  content: "airline_seat_individual_suite"; }

.material-icons.icon-e632:after {
  content: "e632"; }

.material-icons.icon-airline_seat_legroom_extra:after {
  content: "airline_seat_legroom_extra"; }

.material-icons.icon-e633:after {
  content: "e633"; }

.material-icons.icon-airline_seat_legroom_normal:after {
  content: "airline_seat_legroom_normal"; }

.material-icons.icon-e634:after {
  content: "e634"; }

.material-icons.icon-airline_seat_legroom_reduced:after {
  content: "airline_seat_legroom_reduced"; }

.material-icons.icon-e635:after {
  content: "e635"; }

.material-icons.icon-airline_seat_recline_extra:after {
  content: "airline_seat_recline_extra"; }

.material-icons.icon-e636:after {
  content: "e636"; }

.material-icons.icon-airline_seat_recline_normal:after {
  content: "airline_seat_recline_normal"; }

.material-icons.icon-e637:after {
  content: "e637"; }

.material-icons.icon-airplanemode_active:after {
  content: "airplanemode_active"; }

.material-icons.icon-e195:after {
  content: "e195"; }

.material-icons.icon-airplanemode_inactive:after {
  content: "airplanemode_inactive"; }

.material-icons.icon-e194:after {
  content: "e194"; }

.material-icons.icon-airplay:after {
  content: "airplay"; }

.material-icons.icon-e055:after {
  content: "e055"; }

.material-icons.icon-airport_shuttle:after {
  content: "airport_shuttle"; }

.material-icons.icon-eb3c:after {
  content: "eb3c"; }

.material-icons.icon-alarm:after {
  content: "alarm"; }

.material-icons.icon-e855:after {
  content: "e855"; }

.material-icons.icon-alarm_add:after {
  content: "alarm_add"; }

.material-icons.icon-e856:after {
  content: "e856"; }

.material-icons.icon-alarm_off:after {
  content: "alarm_off"; }

.material-icons.icon-e857:after {
  content: "e857"; }

.material-icons.icon-alarm_on:after {
  content: "alarm_on"; }

.material-icons.icon-e858:after {
  content: "e858"; }

.material-icons.icon-album:after {
  content: "album"; }

.material-icons.icon-e019:after {
  content: "e019"; }

.material-icons.icon-all_inclusive:after {
  content: "all_inclusive"; }

.material-icons.icon-eb3d:after {
  content: "eb3d"; }

.material-icons.icon-all_out:after {
  content: "all_out"; }

.material-icons.icon-e90b:after {
  content: "e90b"; }

.material-icons.icon-android:after {
  content: "android"; }

.material-icons.icon-e859:after {
  content: "e859"; }

.material-icons.icon-announcement:after {
  content: "announcement"; }

.material-icons.icon-e85a:after {
  content: "e85a"; }

.material-icons.icon-apps:after {
  content: "apps"; }

.material-icons.icon-e5c3:after {
  content: "e5c3"; }

.material-icons.icon-archive:after {
  content: "archive"; }

.material-icons.icon-e149:after {
  content: "e149"; }

.material-icons.icon-arrow_back:after {
  content: "arrow_back"; }

.material-icons.icon-e5c4:after {
  content: "e5c4"; }

.material-icons.icon-arrow_downward:after {
  content: "arrow_downward"; }

.material-icons.icon-e5db:after {
  content: "e5db"; }

.material-icons.icon-arrow_drop_down:after {
  content: "arrow_drop_down"; }

.material-icons.icon-e5c5:after {
  content: "e5c5"; }

.material-icons.icon-arrow_drop_down_circle:after {
  content: "arrow_drop_down_circle"; }

.material-icons.icon-e5c6:after {
  content: "e5c6"; }

.material-icons.icon-arrow_drop_up:after {
  content: "arrow_drop_up"; }

.material-icons.icon-e5c7:after {
  content: "e5c7"; }

.material-icons.icon-arrow_forward:after {
  content: "arrow_forward"; }

.material-icons.icon-e5c8:after {
  content: "e5c8"; }

.material-icons.icon-arrow_upward:after {
  content: "arrow_upward"; }

.material-icons.icon-e5d8:after {
  content: "e5d8"; }

.material-icons.icon-art_track:after {
  content: "art_track"; }

.material-icons.icon-e060:after {
  content: "e060"; }

.material-icons.icon-aspect_ratio:after {
  content: "aspect_ratio"; }

.material-icons.icon-e85b:after {
  content: "e85b"; }

.material-icons.icon-assessment:after {
  content: "assessment"; }

.material-icons.icon-e85c:after {
  content: "e85c"; }

.material-icons.icon-assignment:after {
  content: "assignment"; }

.material-icons.icon-e85d:after {
  content: "e85d"; }

.material-icons.icon-assignment_ind:after {
  content: "assignment_ind"; }

.material-icons.icon-e85e:after {
  content: "e85e"; }

.material-icons.icon-assignment_late:after {
  content: "assignment_late"; }

.material-icons.icon-e85f:after {
  content: "e85f"; }

.material-icons.icon-assignment_return:after {
  content: "assignment_return"; }

.material-icons.icon-e860:after {
  content: "e860"; }

.material-icons.icon-assignment_returned:after {
  content: "assignment_returned"; }

.material-icons.icon-e861:after {
  content: "e861"; }

.material-icons.icon-assignment_turned_in:after {
  content: "assignment_turned_in"; }

.material-icons.icon-e862:after {
  content: "e862"; }

.material-icons.icon-assistant:after {
  content: "assistant"; }

.material-icons.icon-e39f:after {
  content: "e39f"; }

.material-icons.icon-assistant_photo:after {
  content: "assistant_photo"; }

.material-icons.icon-e3a0:after {
  content: "e3a0"; }

.material-icons.icon-attach_file:after {
  content: "attach_file"; }

.material-icons.icon-e226:after {
  content: "e226"; }

.material-icons.icon-attach_money:after {
  content: "attach_money"; }

.material-icons.icon-e227:after {
  content: "e227"; }

.material-icons.icon-attachment:after {
  content: "attachment"; }

.material-icons.icon-e2bc:after {
  content: "e2bc"; }

.material-icons.icon-audiotrack:after {
  content: "audiotrack"; }

.material-icons.icon-e3a1:after {
  content: "e3a1"; }

.material-icons.icon-autorenew:after {
  content: "autorenew"; }

.material-icons.icon-e863:after {
  content: "e863"; }

.material-icons.icon-av_timer:after {
  content: "av_timer"; }

.material-icons.icon-e01b:after {
  content: "e01b"; }

.material-icons.icon-backspace:after {
  content: "backspace"; }

.material-icons.icon-e14a:after {
  content: "e14a"; }

.material-icons.icon-backup:after {
  content: "backup"; }

.material-icons.icon-e864:after {
  content: "e864"; }

.material-icons.icon-battery_alert:after {
  content: "battery_alert"; }

.material-icons.icon-e19c:after {
  content: "e19c"; }

.material-icons.icon-battery_charging_full:after {
  content: "battery_charging_full"; }

.material-icons.icon-e1a3:after {
  content: "e1a3"; }

.material-icons.icon-battery_full:after {
  content: "battery_full"; }

.material-icons.icon-e1a4:after {
  content: "e1a4"; }

.material-icons.icon-battery_std:after {
  content: "battery_std"; }

.material-icons.icon-e1a5:after {
  content: "e1a5"; }

.material-icons.icon-battery_unknown:after {
  content: "battery_unknown"; }

.material-icons.icon-e1a6:after {
  content: "e1a6"; }

.material-icons.icon-beach_access:after {
  content: "beach_access"; }

.material-icons.icon-eb3e:after {
  content: "eb3e"; }

.material-icons.icon-beenhere:after {
  content: "beenhere"; }

.material-icons.icon-e52d:after {
  content: "e52d"; }

.material-icons.icon-block:after {
  content: "block"; }

.material-icons.icon-e14b:after {
  content: "e14b"; }

.material-icons.icon-bluetooth:after {
  content: "bluetooth"; }

.material-icons.icon-e1a7:after {
  content: "e1a7"; }

.material-icons.icon-bluetooth_audio:after {
  content: "bluetooth_audio"; }

.material-icons.icon-e60f:after {
  content: "e60f"; }

.material-icons.icon-bluetooth_connected:after {
  content: "bluetooth_connected"; }

.material-icons.icon-e1a8:after {
  content: "e1a8"; }

.material-icons.icon-bluetooth_disabled:after {
  content: "bluetooth_disabled"; }

.material-icons.icon-e1a9:after {
  content: "e1a9"; }

.material-icons.icon-bluetooth_searching:after {
  content: "bluetooth_searching"; }

.material-icons.icon-e1aa:after {
  content: "e1aa"; }

.material-icons.icon-blur_circular:after {
  content: "blur_circular"; }

.material-icons.icon-e3a2:after {
  content: "e3a2"; }

.material-icons.icon-blur_linear:after {
  content: "blur_linear"; }

.material-icons.icon-e3a3:after {
  content: "e3a3"; }

.material-icons.icon-blur_off:after {
  content: "blur_off"; }

.material-icons.icon-e3a4:after {
  content: "e3a4"; }

.material-icons.icon-blur_on:after {
  content: "blur_on"; }

.material-icons.icon-e3a5:after {
  content: "e3a5"; }

.material-icons.icon-book:after {
  content: "book"; }

.material-icons.icon-e865:after {
  content: "e865"; }

.material-icons.icon-bookmark:after {
  content: "bookmark"; }

.material-icons.icon-e866:after {
  content: "e866"; }

.material-icons.icon-bookmark_border:after {
  content: "bookmark_border"; }

.material-icons.icon-e867:after {
  content: "e867"; }

.material-icons.icon-border_all:after {
  content: "border_all"; }

.material-icons.icon-e228:after {
  content: "e228"; }

.material-icons.icon-border_bottom:after {
  content: "border_bottom"; }

.material-icons.icon-e229:after {
  content: "e229"; }

.material-icons.icon-border_clear:after {
  content: "border_clear"; }

.material-icons.icon-e22a:after {
  content: "e22a"; }

.material-icons.icon-border_color:after {
  content: "border_color"; }

.material-icons.icon-e22b:after {
  content: "e22b"; }

.material-icons.icon-border_horizontal:after {
  content: "border_horizontal"; }

.material-icons.icon-e22c:after {
  content: "e22c"; }

.material-icons.icon-border_inner:after {
  content: "border_inner"; }

.material-icons.icon-e22d:after {
  content: "e22d"; }

.material-icons.icon-border_left:after {
  content: "border_left"; }

.material-icons.icon-e22e:after {
  content: "e22e"; }

.material-icons.icon-border_outer:after {
  content: "border_outer"; }

.material-icons.icon-e22f:after {
  content: "e22f"; }

.material-icons.icon-border_right:after {
  content: "border_right"; }

.material-icons.icon-e230:after {
  content: "e230"; }

.material-icons.icon-border_style:after {
  content: "border_style"; }

.material-icons.icon-e231:after {
  content: "e231"; }

.material-icons.icon-border_top:after {
  content: "border_top"; }

.material-icons.icon-e232:after {
  content: "e232"; }

.material-icons.icon-border_vertical:after {
  content: "border_vertical"; }

.material-icons.icon-e233:after {
  content: "e233"; }

.material-icons.icon-branding_watermark:after {
  content: "branding_watermark"; }

.material-icons.icon-e06b:after {
  content: "e06b"; }

.material-icons.icon-brightness_1:after {
  content: "brightness_1"; }

.material-icons.icon-e3a6:after {
  content: "e3a6"; }

.material-icons.icon-brightness_2:after {
  content: "brightness_2"; }

.material-icons.icon-e3a7:after {
  content: "e3a7"; }

.material-icons.icon-brightness_3:after {
  content: "brightness_3"; }

.material-icons.icon-e3a8:after {
  content: "e3a8"; }

.material-icons.icon-brightness_4:after {
  content: "brightness_4"; }

.material-icons.icon-e3a9:after {
  content: "e3a9"; }

.material-icons.icon-brightness_5:after {
  content: "brightness_5"; }

.material-icons.icon-e3aa:after {
  content: "e3aa"; }

.material-icons.icon-brightness_6:after {
  content: "brightness_6"; }

.material-icons.icon-e3ab:after {
  content: "e3ab"; }

.material-icons.icon-brightness_7:after {
  content: "brightness_7"; }

.material-icons.icon-e3ac:after {
  content: "e3ac"; }

.material-icons.icon-brightness_auto:after {
  content: "brightness_auto"; }

.material-icons.icon-e1ab:after {
  content: "e1ab"; }

.material-icons.icon-brightness_high:after {
  content: "brightness_high"; }

.material-icons.icon-e1ac:after {
  content: "e1ac"; }

.material-icons.icon-brightness_low:after {
  content: "brightness_low"; }

.material-icons.icon-e1ad:after {
  content: "e1ad"; }

.material-icons.icon-brightness_medium:after {
  content: "brightness_medium"; }

.material-icons.icon-e1ae:after {
  content: "e1ae"; }

.material-icons.icon-broken_image:after {
  content: "broken_image"; }

.material-icons.icon-e3ad:after {
  content: "e3ad"; }

.material-icons.icon-brush:after {
  content: "brush"; }

.material-icons.icon-e3ae:after {
  content: "e3ae"; }

.material-icons.icon-bubble_chart:after {
  content: "bubble_chart"; }

.material-icons.icon-e6dd:after {
  content: "e6dd"; }

.material-icons.icon-bug_report:after {
  content: "bug_report"; }

.material-icons.icon-e868:after {
  content: "e868"; }

.material-icons.icon-build:after {
  content: "build"; }

.material-icons.icon-e869:after {
  content: "e869"; }

.material-icons.icon-burst_mode:after {
  content: "burst_mode"; }

.material-icons.icon-e43c:after {
  content: "e43c"; }

.material-icons.icon-business:after {
  content: "business"; }

.material-icons.icon-e0af:after {
  content: "e0af"; }

.material-icons.icon-business_center:after {
  content: "business_center"; }

.material-icons.icon-eb3f:after {
  content: "eb3f"; }

.material-icons.icon-cached:after {
  content: "cached"; }

.material-icons.icon-e86a:after {
  content: "e86a"; }

.material-icons.icon-cake:after {
  content: "cake"; }

.material-icons.icon-e7e9:after {
  content: "e7e9"; }

.material-icons.icon-call:after {
  content: "call"; }

.material-icons.icon-e0b0:after {
  content: "e0b0"; }

.material-icons.icon-call_end:after {
  content: "call_end"; }

.material-icons.icon-e0b1:after {
  content: "e0b1"; }

.material-icons.icon-call_made:after {
  content: "call_made"; }

.material-icons.icon-e0b2:after {
  content: "e0b2"; }

.material-icons.icon-call_merge:after {
  content: "call_merge"; }

.material-icons.icon-e0b3:after {
  content: "e0b3"; }

.material-icons.icon-call_missed:after {
  content: "call_missed"; }

.material-icons.icon-e0b4:after {
  content: "e0b4"; }

.material-icons.icon-call_missed_outgoing:after {
  content: "call_missed_outgoing"; }

.material-icons.icon-e0e4:after {
  content: "e0e4"; }

.material-icons.icon-call_received:after {
  content: "call_received"; }

.material-icons.icon-e0b5:after {
  content: "e0b5"; }

.material-icons.icon-call_split:after {
  content: "call_split"; }

.material-icons.icon-e0b6:after {
  content: "e0b6"; }

.material-icons.icon-call_to_action:after {
  content: "call_to_action"; }

.material-icons.icon-e06c:after {
  content: "e06c"; }

.material-icons.icon-camera:after {
  content: "camera"; }

.material-icons.icon-e3af:after {
  content: "e3af"; }

.material-icons.icon-camera_alt:after {
  content: "camera_alt"; }

.material-icons.icon-e3b0:after {
  content: "e3b0"; }

.material-icons.icon-camera_enhance:after {
  content: "camera_enhance"; }

.material-icons.icon-e8fc:after {
  content: "e8fc"; }

.material-icons.icon-camera_front:after {
  content: "camera_front"; }

.material-icons.icon-e3b1:after {
  content: "e3b1"; }

.material-icons.icon-camera_rear:after {
  content: "camera_rear"; }

.material-icons.icon-e3b2:after {
  content: "e3b2"; }

.material-icons.icon-camera_roll:after {
  content: "camera_roll"; }

.material-icons.icon-e3b3:after {
  content: "e3b3"; }

.material-icons.icon-cancel:after {
  content: "cancel"; }

.material-icons.icon-e5c9:after {
  content: "e5c9"; }

.material-icons.icon-card_giftcard:after {
  content: "card_giftcard"; }

.material-icons.icon-e8f6:after {
  content: "e8f6"; }

.material-icons.icon-card_membership:after {
  content: "card_membership"; }

.material-icons.icon-e8f7:after {
  content: "e8f7"; }

.material-icons.icon-card_travel:after {
  content: "card_travel"; }

.material-icons.icon-e8f8:after {
  content: "e8f8"; }

.material-icons.icon-casino:after {
  content: "casino"; }

.material-icons.icon-eb40:after {
  content: "eb40"; }

.material-icons.icon-cast:after {
  content: "cast"; }

.material-icons.icon-e307:after {
  content: "e307"; }

.material-icons.icon-cast_connected:after {
  content: "cast_connected"; }

.material-icons.icon-e308:after {
  content: "e308"; }

.material-icons.icon-center_focus_strong:after {
  content: "center_focus_strong"; }

.material-icons.icon-e3b4:after {
  content: "e3b4"; }

.material-icons.icon-center_focus_weak:after {
  content: "center_focus_weak"; }

.material-icons.icon-e3b5:after {
  content: "e3b5"; }

.material-icons.icon-change_history:after {
  content: "change_history"; }

.material-icons.icon-e86b:after {
  content: "e86b"; }

.material-icons.icon-chat:after {
  content: "chat"; }

.material-icons.icon-e0b7:after {
  content: "e0b7"; }

.material-icons.icon-chat_bubble:after {
  content: "chat_bubble"; }

.material-icons.icon-e0ca:after {
  content: "e0ca"; }

.material-icons.icon-chat_bubble_outline:after {
  content: "chat_bubble_outline"; }

.material-icons.icon-e0cb:after {
  content: "e0cb"; }

.material-icons.icon-check:after {
  content: "check"; }

.material-icons.icon-e5ca:after {
  content: "e5ca"; }

.material-icons.icon-check_box:after {
  content: "check_box"; }

.material-icons.icon-e834:after {
  content: "e834"; }

.material-icons.icon-check_box_outline_blank:after {
  content: "check_box_outline_blank"; }

.material-icons.icon-e835:after {
  content: "e835"; }

.material-icons.icon-check_circle:after {
  content: "check_circle"; }

.material-icons.icon-e86c:after {
  content: "e86c"; }

.material-icons.icon-chevron_left:after {
  content: "chevron_left"; }

.material-icons.icon-e5cb:after {
  content: "e5cb"; }

.material-icons.icon-chevron_right:after {
  content: "chevron_right"; }

.material-icons.icon-e5cc:after {
  content: "e5cc"; }

.material-icons.icon-child_care:after {
  content: "child_care"; }

.material-icons.icon-eb41:after {
  content: "eb41"; }

.material-icons.icon-child_friendly:after {
  content: "child_friendly"; }

.material-icons.icon-eb42:after {
  content: "eb42"; }

.material-icons.icon-chrome_reader_mode:after {
  content: "chrome_reader_mode"; }

.material-icons.icon-e86d:after {
  content: "e86d"; }

.material-icons.icon-class:after {
  content: "class"; }

.material-icons.icon-e86e:after {
  content: "e86e"; }

.material-icons.icon-clear:after {
  content: "clear"; }

.material-icons.icon-e14c:after {
  content: "e14c"; }

.material-icons.icon-clear_all:after {
  content: "clear_all"; }

.material-icons.icon-e0b8:after {
  content: "e0b8"; }

.material-icons.icon-close:after {
  content: "close"; }

.material-icons.icon-e5cd:after {
  content: "e5cd"; }

.material-icons.icon-closed_caption:after {
  content: "closed_caption"; }

.material-icons.icon-e01c:after {
  content: "e01c"; }

.material-icons.icon-cloud:after {
  content: "cloud"; }

.material-icons.icon-e2bd:after {
  content: "e2bd"; }

.material-icons.icon-cloud_circle:after {
  content: "cloud_circle"; }

.material-icons.icon-e2be:after {
  content: "e2be"; }

.material-icons.icon-cloud_done:after {
  content: "cloud_done"; }

.material-icons.icon-e2bf:after {
  content: "e2bf"; }

.material-icons.icon-cloud_download:after {
  content: "cloud_download"; }

.material-icons.icon-e2c0:after {
  content: "e2c0"; }

.material-icons.icon-cloud_off:after {
  content: "cloud_off"; }

.material-icons.icon-e2c1:after {
  content: "e2c1"; }

.material-icons.icon-cloud_queue:after {
  content: "cloud_queue"; }

.material-icons.icon-e2c2:after {
  content: "e2c2"; }

.material-icons.icon-cloud_upload:after {
  content: "cloud_upload"; }

.material-icons.icon-e2c3:after {
  content: "e2c3"; }

.material-icons.icon-code:after {
  content: "code"; }

.material-icons.icon-e86f:after {
  content: "e86f"; }

.material-icons.icon-collections:after {
  content: "collections"; }

.material-icons.icon-e3b6:after {
  content: "e3b6"; }

.material-icons.icon-collections_bookmark:after {
  content: "collections_bookmark"; }

.material-icons.icon-e431:after {
  content: "e431"; }

.material-icons.icon-color_lens:after {
  content: "color_lens"; }

.material-icons.icon-e3b7:after {
  content: "e3b7"; }

.material-icons.icon-colorize:after {
  content: "colorize"; }

.material-icons.icon-e3b8:after {
  content: "e3b8"; }

.material-icons.icon-comment:after {
  content: "comment"; }

.material-icons.icon-e0b9:after {
  content: "e0b9"; }

.material-icons.icon-compare:after {
  content: "compare"; }

.material-icons.icon-e3b9:after {
  content: "e3b9"; }

.material-icons.icon-compare_arrows:after {
  content: "compare_arrows"; }

.material-icons.icon-e915:after {
  content: "e915"; }

.material-icons.icon-computer:after {
  content: "computer"; }

.material-icons.icon-e30a:after {
  content: "e30a"; }

.material-icons.icon-confirmation_number:after {
  content: "confirmation_number"; }

.material-icons.icon-e638:after {
  content: "e638"; }

.material-icons.icon-contact_mail:after {
  content: "contact_mail"; }

.material-icons.icon-e0d0:after {
  content: "e0d0"; }

.material-icons.icon-contact_phone:after {
  content: "contact_phone"; }

.material-icons.icon-e0cf:after {
  content: "e0cf"; }

.material-icons.icon-contacts:after {
  content: "contacts"; }

.material-icons.icon-e0ba:after {
  content: "e0ba"; }

.material-icons.icon-content_copy:after {
  content: "content_copy"; }

.material-icons.icon-e14d:after {
  content: "e14d"; }

.material-icons.icon-content_cut:after {
  content: "content_cut"; }

.material-icons.icon-e14e:after {
  content: "e14e"; }

.material-icons.icon-content_paste:after {
  content: "content_paste"; }

.material-icons.icon-e14f:after {
  content: "e14f"; }

.material-icons.icon-control_point:after {
  content: "control_point"; }

.material-icons.icon-e3ba:after {
  content: "e3ba"; }

.material-icons.icon-control_point_duplicate:after {
  content: "control_point_duplicate"; }

.material-icons.icon-e3bb:after {
  content: "e3bb"; }

.material-icons.icon-copyright:after {
  content: "copyright"; }

.material-icons.icon-e90c:after {
  content: "e90c"; }

.material-icons.icon-create:after {
  content: "create"; }

.material-icons.icon-e150:after {
  content: "e150"; }

.material-icons.icon-create_new_folder:after {
  content: "create_new_folder"; }

.material-icons.icon-e2cc:after {
  content: "e2cc"; }

.material-icons.icon-credit_card:after {
  content: "credit_card"; }

.material-icons.icon-e870:after {
  content: "e870"; }

.material-icons.icon-crop:after {
  content: "crop"; }

.material-icons.icon-e3be:after {
  content: "e3be"; }

.material-icons.icon-crop_16_9:after {
  content: "crop_16_9"; }

.material-icons.icon-e3bc:after {
  content: "e3bc"; }

.material-icons.icon-crop_3_2:after {
  content: "crop_3_2"; }

.material-icons.icon-e3bd:after {
  content: "e3bd"; }

.material-icons.icon-crop_5_4:after {
  content: "crop_5_4"; }

.material-icons.icon-e3bf:after {
  content: "e3bf"; }

.material-icons.icon-crop_7_5:after {
  content: "crop_7_5"; }

.material-icons.icon-e3c0:after {
  content: "e3c0"; }

.material-icons.icon-crop_din:after {
  content: "crop_din"; }

.material-icons.icon-e3c1:after {
  content: "e3c1"; }

.material-icons.icon-crop_free:after {
  content: "crop_free"; }

.material-icons.icon-e3c2:after {
  content: "e3c2"; }

.material-icons.icon-crop_landscape:after {
  content: "crop_landscape"; }

.material-icons.icon-e3c3:after {
  content: "e3c3"; }

.material-icons.icon-crop_original:after {
  content: "crop_original"; }

.material-icons.icon-e3c4:after {
  content: "e3c4"; }

.material-icons.icon-crop_portrait:after {
  content: "crop_portrait"; }

.material-icons.icon-e3c5:after {
  content: "e3c5"; }

.material-icons.icon-crop_rotate:after {
  content: "crop_rotate"; }

.material-icons.icon-e437:after {
  content: "e437"; }

.material-icons.icon-crop_square:after {
  content: "crop_square"; }

.material-icons.icon-e3c6:after {
  content: "e3c6"; }

.material-icons.icon-dashboard:after {
  content: "dashboard"; }

.material-icons.icon-e871:after {
  content: "e871"; }

.material-icons.icon-data_usage:after {
  content: "data_usage"; }

.material-icons.icon-e1af:after {
  content: "e1af"; }

.material-icons.icon-date_range:after {
  content: "date_range"; }

.material-icons.icon-e916:after {
  content: "e916"; }

.material-icons.icon-dehaze:after {
  content: "dehaze"; }

.material-icons.icon-e3c7:after {
  content: "e3c7"; }

.material-icons.icon-delete:after {
  content: "delete"; }

.material-icons.icon-e872:after {
  content: "e872"; }

.material-icons.icon-delete_forever:after {
  content: "delete_forever"; }

.material-icons.icon-e92b:after {
  content: "e92b"; }

.material-icons.icon-delete_sweep:after {
  content: "delete_sweep"; }

.material-icons.icon-e16c:after {
  content: "e16c"; }

.material-icons.icon-description:after {
  content: "description"; }

.material-icons.icon-e873:after {
  content: "e873"; }

.material-icons.icon-desktop_mac:after {
  content: "desktop_mac"; }

.material-icons.icon-e30b:after {
  content: "e30b"; }

.material-icons.icon-desktop_windows:after {
  content: "desktop_windows"; }

.material-icons.icon-e30c:after {
  content: "e30c"; }

.material-icons.icon-details:after {
  content: "details"; }

.material-icons.icon-e3c8:after {
  content: "e3c8"; }

.material-icons.icon-developer_board:after {
  content: "developer_board"; }

.material-icons.icon-e30d:after {
  content: "e30d"; }

.material-icons.icon-developer_mode:after {
  content: "developer_mode"; }

.material-icons.icon-e1b0:after {
  content: "e1b0"; }

.material-icons.icon-device_hub:after {
  content: "device_hub"; }

.material-icons.icon-e335:after {
  content: "e335"; }

.material-icons.icon-devices:after {
  content: "devices"; }

.material-icons.icon-e1b1:after {
  content: "e1b1"; }

.material-icons.icon-devices_other:after {
  content: "devices_other"; }

.material-icons.icon-e337:after {
  content: "e337"; }

.material-icons.icon-dialer_sip:after {
  content: "dialer_sip"; }

.material-icons.icon-e0bb:after {
  content: "e0bb"; }

.material-icons.icon-dialpad:after {
  content: "dialpad"; }

.material-icons.icon-e0bc:after {
  content: "e0bc"; }

.material-icons.icon-directions:after {
  content: "directions"; }

.material-icons.icon-e52e:after {
  content: "e52e"; }

.material-icons.icon-directions_bike:after {
  content: "directions_bike"; }

.material-icons.icon-e52f:after {
  content: "e52f"; }

.material-icons.icon-directions_boat:after {
  content: "directions_boat"; }

.material-icons.icon-e532:after {
  content: "e532"; }

.material-icons.icon-directions_bus:after {
  content: "directions_bus"; }

.material-icons.icon-e530:after {
  content: "e530"; }

.material-icons.icon-directions_car:after {
  content: "directions_car"; }

.material-icons.icon-e531:after {
  content: "e531"; }

.material-icons.icon-directions_railway:after {
  content: "directions_railway"; }

.material-icons.icon-e534:after {
  content: "e534"; }

.material-icons.icon-directions_run:after {
  content: "directions_run"; }

.material-icons.icon-e566:after {
  content: "e566"; }

.material-icons.icon-directions_subway:after {
  content: "directions_subway"; }

.material-icons.icon-e533:after {
  content: "e533"; }

.material-icons.icon-directions_transit:after {
  content: "directions_transit"; }

.material-icons.icon-e535:after {
  content: "e535"; }

.material-icons.icon-directions_walk:after {
  content: "directions_walk"; }

.material-icons.icon-e536:after {
  content: "e536"; }

.material-icons.icon-disc_full:after {
  content: "disc_full"; }

.material-icons.icon-e610:after {
  content: "e610"; }

.material-icons.icon-dns:after {
  content: "dns"; }

.material-icons.icon-e875:after {
  content: "e875"; }

.material-icons.icon-do_not_disturb:after {
  content: "do_not_disturb"; }

.material-icons.icon-e612:after {
  content: "e612"; }

.material-icons.icon-do_not_disturb_alt:after {
  content: "do_not_disturb_alt"; }

.material-icons.icon-e611:after {
  content: "e611"; }

.material-icons.icon-do_not_disturb_off:after {
  content: "do_not_disturb_off"; }

.material-icons.icon-e643:after {
  content: "e643"; }

.material-icons.icon-do_not_disturb_on:after {
  content: "do_not_disturb_on"; }

.material-icons.icon-e644:after {
  content: "e644"; }

.material-icons.icon-dock:after {
  content: "dock"; }

.material-icons.icon-e30e:after {
  content: "e30e"; }

.material-icons.icon-domain:after {
  content: "domain"; }

.material-icons.icon-e7ee:after {
  content: "e7ee"; }

.material-icons.icon-done:after {
  content: "done"; }

.material-icons.icon-e876:after {
  content: "e876"; }

.material-icons.icon-done_all:after {
  content: "done_all"; }

.material-icons.icon-e877:after {
  content: "e877"; }

.material-icons.icon-donut_large:after {
  content: "donut_large"; }

.material-icons.icon-e917:after {
  content: "e917"; }

.material-icons.icon-donut_small:after {
  content: "donut_small"; }

.material-icons.icon-e918:after {
  content: "e918"; }

.material-icons.icon-drafts:after {
  content: "drafts"; }

.material-icons.icon-e151:after {
  content: "e151"; }

.material-icons.icon-drag_handle:after {
  content: "drag_handle"; }

.material-icons.icon-e25d:after {
  content: "e25d"; }

.material-icons.icon-drive_eta:after {
  content: "drive_eta"; }

.material-icons.icon-e613:after {
  content: "e613"; }

.material-icons.icon-dvr:after {
  content: "dvr"; }

.material-icons.icon-e1b2:after {
  content: "e1b2"; }

.material-icons.icon-edit:after {
  content: "edit"; }

.material-icons.icon-e3c9:after {
  content: "e3c9"; }

.material-icons.icon-edit_location:after {
  content: "edit_location"; }

.material-icons.icon-e568:after {
  content: "e568"; }

.material-icons.icon-eject:after {
  content: "eject"; }

.material-icons.icon-e8fb:after {
  content: "e8fb"; }

.material-icons.icon-email:after {
  content: "email"; }

.material-icons.icon-e0be:after {
  content: "e0be"; }

.material-icons.icon-enhanced_encryption:after {
  content: "enhanced_encryption"; }

.material-icons.icon-e63f:after {
  content: "e63f"; }

.material-icons.icon-equalizer:after {
  content: "equalizer"; }

.material-icons.icon-e01d:after {
  content: "e01d"; }

.material-icons.icon-error:after {
  content: "error"; }

.material-icons.icon-e000:after {
  content: "e000"; }

.material-icons.icon-error_outline:after {
  content: "error_outline"; }

.material-icons.icon-e001:after {
  content: "e001"; }

.material-icons.icon-euro_symbol:after {
  content: "euro_symbol"; }

.material-icons.icon-e926:after {
  content: "e926"; }

.material-icons.icon-ev_station:after {
  content: "ev_station"; }

.material-icons.icon-e56d:after {
  content: "e56d"; }

.material-icons.icon-event:after {
  content: "event"; }

.material-icons.icon-e878:after {
  content: "e878"; }

.material-icons.icon-event_available:after {
  content: "event_available"; }

.material-icons.icon-e614:after {
  content: "e614"; }

.material-icons.icon-event_busy:after {
  content: "event_busy"; }

.material-icons.icon-e615:after {
  content: "e615"; }

.material-icons.icon-event_note:after {
  content: "event_note"; }

.material-icons.icon-e616:after {
  content: "e616"; }

.material-icons.icon-event_seat:after {
  content: "event_seat"; }

.material-icons.icon-e903:after {
  content: "e903"; }

.material-icons.icon-exit_to_app:after {
  content: "exit_to_app"; }

.material-icons.icon-e879:after {
  content: "e879"; }

.material-icons.icon-expand_less:after {
  content: "expand_less"; }

.material-icons.icon-e5ce:after {
  content: "e5ce"; }

.material-icons.icon-expand_more:after {
  content: "expand_more"; }

.material-icons.icon-e5cf:after {
  content: "e5cf"; }

.material-icons.icon-explicit:after {
  content: "explicit"; }

.material-icons.icon-e01e:after {
  content: "e01e"; }

.material-icons.icon-explore:after {
  content: "explore"; }

.material-icons.icon-e87a:after {
  content: "e87a"; }

.material-icons.icon-exposure:after {
  content: "exposure"; }

.material-icons.icon-e3ca:after {
  content: "e3ca"; }

.material-icons.icon-exposure_neg_1:after {
  content: "exposure_neg_1"; }

.material-icons.icon-e3cb:after {
  content: "e3cb"; }

.material-icons.icon-exposure_neg_2:after {
  content: "exposure_neg_2"; }

.material-icons.icon-e3cc:after {
  content: "e3cc"; }

.material-icons.icon-exposure_plus_1:after {
  content: "exposure_plus_1"; }

.material-icons.icon-e3cd:after {
  content: "e3cd"; }

.material-icons.icon-exposure_plus_2:after {
  content: "exposure_plus_2"; }

.material-icons.icon-e3ce:after {
  content: "e3ce"; }

.material-icons.icon-exposure_zero:after {
  content: "exposure_zero"; }

.material-icons.icon-e3cf:after {
  content: "e3cf"; }

.material-icons.icon-extension:after {
  content: "extension"; }

.material-icons.icon-e87b:after {
  content: "e87b"; }

.material-icons.icon-face:after {
  content: "face"; }

.material-icons.icon-e87c:after {
  content: "e87c"; }

.material-icons.icon-fast_forward:after {
  content: "fast_forward"; }

.material-icons.icon-e01f:after {
  content: "e01f"; }

.material-icons.icon-fast_rewind:after {
  content: "fast_rewind"; }

.material-icons.icon-e020:after {
  content: "e020"; }

.material-icons.icon-favorite:after {
  content: "favorite"; }

.material-icons.icon-e87d:after {
  content: "e87d"; }

.material-icons.icon-favorite_border:after {
  content: "favorite_border"; }

.material-icons.icon-e87e:after {
  content: "e87e"; }

.material-icons.icon-featured_play_list:after {
  content: "featured_play_list"; }

.material-icons.icon-e06d:after {
  content: "e06d"; }

.material-icons.icon-featured_video:after {
  content: "featured_video"; }

.material-icons.icon-e06e:after {
  content: "e06e"; }

.material-icons.icon-feedback:after {
  content: "feedback"; }

.material-icons.icon-e87f:after {
  content: "e87f"; }

.material-icons.icon-fiber_dvr:after {
  content: "fiber_dvr"; }

.material-icons.icon-e05d:after {
  content: "e05d"; }

.material-icons.icon-fiber_manual_record:after {
  content: "fiber_manual_record"; }

.material-icons.icon-e061:after {
  content: "e061"; }

.material-icons.icon-fiber_new:after {
  content: "fiber_new"; }

.material-icons.icon-e05e:after {
  content: "e05e"; }

.material-icons.icon-fiber_pin:after {
  content: "fiber_pin"; }

.material-icons.icon-e06a:after {
  content: "e06a"; }

.material-icons.icon-fiber_smart_record:after {
  content: "fiber_smart_record"; }

.material-icons.icon-e062:after {
  content: "e062"; }

.material-icons.icon-file_download:after {
  content: "file_download"; }

.material-icons.icon-e2c4:after {
  content: "e2c4"; }

.material-icons.icon-file_upload:after {
  content: "file_upload"; }

.material-icons.icon-e2c6:after {
  content: "e2c6"; }

.material-icons.icon-filter:after {
  content: "filter"; }

.material-icons.icon-e3d3:after {
  content: "e3d3"; }

.material-icons.icon-filter_1:after {
  content: "filter_1"; }

.material-icons.icon-e3d0:after {
  content: "e3d0"; }

.material-icons.icon-filter_2:after {
  content: "filter_2"; }

.material-icons.icon-e3d1:after {
  content: "e3d1"; }

.material-icons.icon-filter_3:after {
  content: "filter_3"; }

.material-icons.icon-e3d2:after {
  content: "e3d2"; }

.material-icons.icon-filter_4:after {
  content: "filter_4"; }

.material-icons.icon-e3d4:after {
  content: "e3d4"; }

.material-icons.icon-filter_5:after {
  content: "filter_5"; }

.material-icons.icon-e3d5:after {
  content: "e3d5"; }

.material-icons.icon-filter_6:after {
  content: "filter_6"; }

.material-icons.icon-e3d6:after {
  content: "e3d6"; }

.material-icons.icon-filter_7:after {
  content: "filter_7"; }

.material-icons.icon-e3d7:after {
  content: "e3d7"; }

.material-icons.icon-filter_8:after {
  content: "filter_8"; }

.material-icons.icon-e3d8:after {
  content: "e3d8"; }

.material-icons.icon-filter_9:after {
  content: "filter_9"; }

.material-icons.icon-e3d9:after {
  content: "e3d9"; }

.material-icons.icon-filter_9_plus:after {
  content: "filter_9_plus"; }

.material-icons.icon-e3da:after {
  content: "e3da"; }

.material-icons.icon-filter_b_and_w:after {
  content: "filter_b_and_w"; }

.material-icons.icon-e3db:after {
  content: "e3db"; }

.material-icons.icon-filter_center_focus:after {
  content: "filter_center_focus"; }

.material-icons.icon-e3dc:after {
  content: "e3dc"; }

.material-icons.icon-filter_drama:after {
  content: "filter_drama"; }

.material-icons.icon-e3dd:after {
  content: "e3dd"; }

.material-icons.icon-filter_frames:after {
  content: "filter_frames"; }

.material-icons.icon-e3de:after {
  content: "e3de"; }

.material-icons.icon-filter_hdr:after {
  content: "filter_hdr"; }

.material-icons.icon-e3df:after {
  content: "e3df"; }

.material-icons.icon-filter_list:after {
  content: "filter_list"; }

.material-icons.icon-e152:after {
  content: "e152"; }

.material-icons.icon-filter_none:after {
  content: "filter_none"; }

.material-icons.icon-e3e0:after {
  content: "e3e0"; }

.material-icons.icon-filter_tilt_shift:after {
  content: "filter_tilt_shift"; }

.material-icons.icon-e3e2:after {
  content: "e3e2"; }

.material-icons.icon-filter_vintage:after {
  content: "filter_vintage"; }

.material-icons.icon-e3e3:after {
  content: "e3e3"; }

.material-icons.icon-find_in_page:after {
  content: "find_in_page"; }

.material-icons.icon-e880:after {
  content: "e880"; }

.material-icons.icon-find_replace:after {
  content: "find_replace"; }

.material-icons.icon-e881:after {
  content: "e881"; }

.material-icons.icon-fingerprint:after {
  content: "fingerprint"; }

.material-icons.icon-e90d:after {
  content: "e90d"; }

.material-icons.icon-first_page:after {
  content: "first_page"; }

.material-icons.icon-e5dc:after {
  content: "e5dc"; }

.material-icons.icon-fitness_center:after {
  content: "fitness_center"; }

.material-icons.icon-eb43:after {
  content: "eb43"; }

.material-icons.icon-flag:after {
  content: "flag"; }

.material-icons.icon-e153:after {
  content: "e153"; }

.material-icons.icon-flare:after {
  content: "flare"; }

.material-icons.icon-e3e4:after {
  content: "e3e4"; }

.material-icons.icon-flash_auto:after {
  content: "flash_auto"; }

.material-icons.icon-e3e5:after {
  content: "e3e5"; }

.material-icons.icon-flash_off:after {
  content: "flash_off"; }

.material-icons.icon-e3e6:after {
  content: "e3e6"; }

.material-icons.icon-flash_on:after {
  content: "flash_on"; }

.material-icons.icon-e3e7:after {
  content: "e3e7"; }

.material-icons.icon-flight:after {
  content: "flight"; }

.material-icons.icon-e539:after {
  content: "e539"; }

.material-icons.icon-flight_land:after {
  content: "flight_land"; }

.material-icons.icon-e904:after {
  content: "e904"; }

.material-icons.icon-flight_takeoff:after {
  content: "flight_takeoff"; }

.material-icons.icon-e905:after {
  content: "e905"; }

.material-icons.icon-flip:after {
  content: "flip"; }

.material-icons.icon-e3e8:after {
  content: "e3e8"; }

.material-icons.icon-flip_to_back:after {
  content: "flip_to_back"; }

.material-icons.icon-e882:after {
  content: "e882"; }

.material-icons.icon-flip_to_front:after {
  content: "flip_to_front"; }

.material-icons.icon-e883:after {
  content: "e883"; }

.material-icons.icon-folder:after {
  content: "folder"; }

.material-icons.icon-e2c7:after {
  content: "e2c7"; }

.material-icons.icon-folder_open:after {
  content: "folder_open"; }

.material-icons.icon-e2c8:after {
  content: "e2c8"; }

.material-icons.icon-folder_shared:after {
  content: "folder_shared"; }

.material-icons.icon-e2c9:after {
  content: "e2c9"; }

.material-icons.icon-folder_special:after {
  content: "folder_special"; }

.material-icons.icon-e617:after {
  content: "e617"; }

.material-icons.icon-font_download:after {
  content: "font_download"; }

.material-icons.icon-e167:after {
  content: "e167"; }

.material-icons.icon-format_align_center:after {
  content: "format_align_center"; }

.material-icons.icon-e234:after {
  content: "e234"; }

.material-icons.icon-format_align_justify:after {
  content: "format_align_justify"; }

.material-icons.icon-e235:after {
  content: "e235"; }

.material-icons.icon-format_align_left:after {
  content: "format_align_left"; }

.material-icons.icon-e236:after {
  content: "e236"; }

.material-icons.icon-format_align_right:after {
  content: "format_align_right"; }

.material-icons.icon-e237:after {
  content: "e237"; }

.material-icons.icon-format_bold:after {
  content: "format_bold"; }

.material-icons.icon-e238:after {
  content: "e238"; }

.material-icons.icon-format_clear:after {
  content: "format_clear"; }

.material-icons.icon-e239:after {
  content: "e239"; }

.material-icons.icon-format_color_fill:after {
  content: "format_color_fill"; }

.material-icons.icon-e23a:after {
  content: "e23a"; }

.material-icons.icon-format_color_reset:after {
  content: "format_color_reset"; }

.material-icons.icon-e23b:after {
  content: "e23b"; }

.material-icons.icon-format_color_text:after {
  content: "format_color_text"; }

.material-icons.icon-e23c:after {
  content: "e23c"; }

.material-icons.icon-format_indent_decrease:after {
  content: "format_indent_decrease"; }

.material-icons.icon-e23d:after {
  content: "e23d"; }

.material-icons.icon-format_indent_increase:after {
  content: "format_indent_increase"; }

.material-icons.icon-e23e:after {
  content: "e23e"; }

.material-icons.icon-format_italic:after {
  content: "format_italic"; }

.material-icons.icon-e23f:after {
  content: "e23f"; }

.material-icons.icon-format_line_spacing:after {
  content: "format_line_spacing"; }

.material-icons.icon-e240:after {
  content: "e240"; }

.material-icons.icon-format_list_bulleted:after {
  content: "format_list_bulleted"; }

.material-icons.icon-e241:after {
  content: "e241"; }

.material-icons.icon-format_list_numbered:after {
  content: "format_list_numbered"; }

.material-icons.icon-e242:after {
  content: "e242"; }

.material-icons.icon-format_paint:after {
  content: "format_paint"; }

.material-icons.icon-e243:after {
  content: "e243"; }

.material-icons.icon-format_quote:after {
  content: "format_quote"; }

.material-icons.icon-e244:after {
  content: "e244"; }

.material-icons.icon-format_shapes:after {
  content: "format_shapes"; }

.material-icons.icon-e25e:after {
  content: "e25e"; }

.material-icons.icon-format_size:after {
  content: "format_size"; }

.material-icons.icon-e245:after {
  content: "e245"; }

.material-icons.icon-format_strikethrough:after {
  content: "format_strikethrough"; }

.material-icons.icon-e246:after {
  content: "e246"; }

.material-icons.icon-format_textdirection_l_to_r:after {
  content: "format_textdirection_l_to_r"; }

.material-icons.icon-e247:after {
  content: "e247"; }

.material-icons.icon-format_textdirection_r_to_l:after {
  content: "format_textdirection_r_to_l"; }

.material-icons.icon-e248:after {
  content: "e248"; }

.material-icons.icon-format_underlined:after {
  content: "format_underlined"; }

.material-icons.icon-e249:after {
  content: "e249"; }

.material-icons.icon-forum:after {
  content: "forum"; }

.material-icons.icon-e0bf:after {
  content: "e0bf"; }

.material-icons.icon-forward:after {
  content: "forward"; }

.material-icons.icon-e154:after {
  content: "e154"; }

.material-icons.icon-forward_10:after {
  content: "forward_10"; }

.material-icons.icon-e056:after {
  content: "e056"; }

.material-icons.icon-forward_30:after {
  content: "forward_30"; }

.material-icons.icon-e057:after {
  content: "e057"; }

.material-icons.icon-forward_5:after {
  content: "forward_5"; }

.material-icons.icon-e058:after {
  content: "e058"; }

.material-icons.icon-free_breakfast:after {
  content: "free_breakfast"; }

.material-icons.icon-eb44:after {
  content: "eb44"; }

.material-icons.icon-fullscreen:after {
  content: "fullscreen"; }

.material-icons.icon-e5d0:after {
  content: "e5d0"; }

.material-icons.icon-fullscreen_exit:after {
  content: "fullscreen_exit"; }

.material-icons.icon-e5d1:after {
  content: "e5d1"; }

.material-icons.icon-functions:after {
  content: "functions"; }

.material-icons.icon-e24a:after {
  content: "e24a"; }

.material-icons.icon-g_translate:after {
  content: "g_translate"; }

.material-icons.icon-e927:after {
  content: "e927"; }

.material-icons.icon-gamepad:after {
  content: "gamepad"; }

.material-icons.icon-e30f:after {
  content: "e30f"; }

.material-icons.icon-games:after {
  content: "games"; }

.material-icons.icon-e021:after {
  content: "e021"; }

.material-icons.icon-gavel:after {
  content: "gavel"; }

.material-icons.icon-e90e:after {
  content: "e90e"; }

.material-icons.icon-gesture:after {
  content: "gesture"; }

.material-icons.icon-e155:after {
  content: "e155"; }

.material-icons.icon-get_app:after {
  content: "get_app"; }

.material-icons.icon-e884:after {
  content: "e884"; }

.material-icons.icon-gif:after {
  content: "gif"; }

.material-icons.icon-e908:after {
  content: "e908"; }

.material-icons.icon-golf_course:after {
  content: "golf_course"; }

.material-icons.icon-eb45:after {
  content: "eb45"; }

.material-icons.icon-gps_fixed:after {
  content: "gps_fixed"; }

.material-icons.icon-e1b3:after {
  content: "e1b3"; }

.material-icons.icon-gps_not_fixed:after {
  content: "gps_not_fixed"; }

.material-icons.icon-e1b4:after {
  content: "e1b4"; }

.material-icons.icon-gps_off:after {
  content: "gps_off"; }

.material-icons.icon-e1b5:after {
  content: "e1b5"; }

.material-icons.icon-grade:after {
  content: "grade"; }

.material-icons.icon-e885:after {
  content: "e885"; }

.material-icons.icon-gradient:after {
  content: "gradient"; }

.material-icons.icon-e3e9:after {
  content: "e3e9"; }

.material-icons.icon-grain:after {
  content: "grain"; }

.material-icons.icon-e3ea:after {
  content: "e3ea"; }

.material-icons.icon-graphic_eq:after {
  content: "graphic_eq"; }

.material-icons.icon-e1b8:after {
  content: "e1b8"; }

.material-icons.icon-grid_off:after {
  content: "grid_off"; }

.material-icons.icon-e3eb:after {
  content: "e3eb"; }

.material-icons.icon-grid_on:after {
  content: "grid_on"; }

.material-icons.icon-e3ec:after {
  content: "e3ec"; }

.material-icons.icon-group:after {
  content: "group"; }

.material-icons.icon-e7ef:after {
  content: "e7ef"; }

.material-icons.icon-group_add:after {
  content: "group_add"; }

.material-icons.icon-e7f0:after {
  content: "e7f0"; }

.material-icons.icon-group_work:after {
  content: "group_work"; }

.material-icons.icon-e886:after {
  content: "e886"; }

.material-icons.icon-hd:after {
  content: "hd"; }

.material-icons.icon-e052:after {
  content: "e052"; }

.material-icons.icon-hdr_off:after {
  content: "hdr_off"; }

.material-icons.icon-e3ed:after {
  content: "e3ed"; }

.material-icons.icon-hdr_on:after {
  content: "hdr_on"; }

.material-icons.icon-e3ee:after {
  content: "e3ee"; }

.material-icons.icon-hdr_strong:after {
  content: "hdr_strong"; }

.material-icons.icon-e3f1:after {
  content: "e3f1"; }

.material-icons.icon-hdr_weak:after {
  content: "hdr_weak"; }

.material-icons.icon-e3f2:after {
  content: "e3f2"; }

.material-icons.icon-headset:after {
  content: "headset"; }

.material-icons.icon-e310:after {
  content: "e310"; }

.material-icons.icon-headset_mic:after {
  content: "headset_mic"; }

.material-icons.icon-e311:after {
  content: "e311"; }

.material-icons.icon-healing:after {
  content: "healing"; }

.material-icons.icon-e3f3:after {
  content: "e3f3"; }

.material-icons.icon-hearing:after {
  content: "hearing"; }

.material-icons.icon-e023:after {
  content: "e023"; }

.material-icons.icon-help:after {
  content: "help"; }

.material-icons.icon-e887:after {
  content: "e887"; }

.material-icons.icon-help_outline:after {
  content: "help_outline"; }

.material-icons.icon-e8fd:after {
  content: "e8fd"; }

.material-icons.icon-high_quality:after {
  content: "high_quality"; }

.material-icons.icon-e024:after {
  content: "e024"; }

.material-icons.icon-highlight:after {
  content: "highlight"; }

.material-icons.icon-e25f:after {
  content: "e25f"; }

.material-icons.icon-highlight_off:after {
  content: "highlight_off"; }

.material-icons.icon-e888:after {
  content: "e888"; }

.material-icons.icon-history:after {
  content: "history"; }

.material-icons.icon-e889:after {
  content: "e889"; }

.material-icons.icon-home:after {
  content: "home"; }

.material-icons.icon-e88a:after {
  content: "e88a"; }

.material-icons.icon-hot_tub:after {
  content: "hot_tub"; }

.material-icons.icon-eb46:after {
  content: "eb46"; }

.material-icons.icon-hotel:after {
  content: "hotel"; }

.material-icons.icon-e53a:after {
  content: "e53a"; }

.material-icons.icon-hourglass_empty:after {
  content: "hourglass_empty"; }

.material-icons.icon-e88b:after {
  content: "e88b"; }

.material-icons.icon-hourglass_full:after {
  content: "hourglass_full"; }

.material-icons.icon-e88c:after {
  content: "e88c"; }

.material-icons.icon-http:after {
  content: "http"; }

.material-icons.icon-e902:after {
  content: "e902"; }

.material-icons.icon-https:after {
  content: "https"; }

.material-icons.icon-e88d:after {
  content: "e88d"; }

.material-icons.icon-image:after {
  content: "image"; }

.material-icons.icon-e3f4:after {
  content: "e3f4"; }

.material-icons.icon-image_aspect_ratio:after {
  content: "image_aspect_ratio"; }

.material-icons.icon-e3f5:after {
  content: "e3f5"; }

.material-icons.icon-import_contacts:after {
  content: "import_contacts"; }

.material-icons.icon-e0e0:after {
  content: "e0e0"; }

.material-icons.icon-import_export:after {
  content: "import_export"; }

.material-icons.icon-e0c3:after {
  content: "e0c3"; }

.material-icons.icon-important_devices:after {
  content: "important_devices"; }

.material-icons.icon-e912:after {
  content: "e912"; }

.material-icons.icon-inbox:after {
  content: "inbox"; }

.material-icons.icon-e156:after {
  content: "e156"; }

.material-icons.icon-indeterminate_check_box:after {
  content: "indeterminate_check_box"; }

.material-icons.icon-e909:after {
  content: "e909"; }

.material-icons.icon-info:after {
  content: "info"; }

.material-icons.icon-e88e:after {
  content: "e88e"; }

.material-icons.icon-info_outline:after {
  content: "info_outline"; }

.material-icons.icon-e88f:after {
  content: "e88f"; }

.material-icons.icon-input:after {
  content: "input"; }

.material-icons.icon-e890:after {
  content: "e890"; }

.material-icons.icon-insert_chart:after {
  content: "insert_chart"; }

.material-icons.icon-e24b:after {
  content: "e24b"; }

.material-icons.icon-insert_comment:after {
  content: "insert_comment"; }

.material-icons.icon-e24c:after {
  content: "e24c"; }

.material-icons.icon-insert_drive_file:after {
  content: "insert_drive_file"; }

.material-icons.icon-e24d:after {
  content: "e24d"; }

.material-icons.icon-insert_emoticon:after {
  content: "insert_emoticon"; }

.material-icons.icon-e24e:after {
  content: "e24e"; }

.material-icons.icon-insert_invitation:after {
  content: "insert_invitation"; }

.material-icons.icon-e24f:after {
  content: "e24f"; }

.material-icons.icon-insert_link:after {
  content: "insert_link"; }

.material-icons.icon-e250:after {
  content: "e250"; }

.material-icons.icon-insert_photo:after {
  content: "insert_photo"; }

.material-icons.icon-e251:after {
  content: "e251"; }

.material-icons.icon-invert_colors:after {
  content: "invert_colors"; }

.material-icons.icon-e891:after {
  content: "e891"; }

.material-icons.icon-invert_colors_off:after {
  content: "invert_colors_off"; }

.material-icons.icon-e0c4:after {
  content: "e0c4"; }

.material-icons.icon-iso:after {
  content: "iso"; }

.material-icons.icon-e3f6:after {
  content: "e3f6"; }

.material-icons.icon-keyboard:after {
  content: "keyboard"; }

.material-icons.icon-e312:after {
  content: "e312"; }

.material-icons.icon-keyboard_arrow_down:after {
  content: "keyboard_arrow_down"; }

.material-icons.icon-e313:after {
  content: "e313"; }

.material-icons.icon-keyboard_arrow_left:after {
  content: "keyboard_arrow_left"; }

.material-icons.icon-e314:after {
  content: "e314"; }

.material-icons.icon-keyboard_arrow_right:after {
  content: "keyboard_arrow_right"; }

.material-icons.icon-e315:after {
  content: "e315"; }

.material-icons.icon-keyboard_arrow_up:after {
  content: "keyboard_arrow_up"; }

.material-icons.icon-e316:after {
  content: "e316"; }

.material-icons.icon-keyboard_backspace:after {
  content: "keyboard_backspace"; }

.material-icons.icon-e317:after {
  content: "e317"; }

.material-icons.icon-keyboard_capslock:after {
  content: "keyboard_capslock"; }

.material-icons.icon-e318:after {
  content: "e318"; }

.material-icons.icon-keyboard_hide:after {
  content: "keyboard_hide"; }

.material-icons.icon-e31a:after {
  content: "e31a"; }

.material-icons.icon-keyboard_return:after {
  content: "keyboard_return"; }

.material-icons.icon-e31b:after {
  content: "e31b"; }

.material-icons.icon-keyboard_tab:after {
  content: "keyboard_tab"; }

.material-icons.icon-e31c:after {
  content: "e31c"; }

.material-icons.icon-keyboard_voice:after {
  content: "keyboard_voice"; }

.material-icons.icon-e31d:after {
  content: "e31d"; }

.material-icons.icon-kitchen:after {
  content: "kitchen"; }

.material-icons.icon-eb47:after {
  content: "eb47"; }

.material-icons.icon-label:after {
  content: "label"; }

.material-icons.icon-e892:after {
  content: "e892"; }

.material-icons.icon-label_outline:after {
  content: "label_outline"; }

.material-icons.icon-e893:after {
  content: "e893"; }

.material-icons.icon-landscape:after {
  content: "landscape"; }

.material-icons.icon-e3f7:after {
  content: "e3f7"; }

.material-icons.icon-language:after {
  content: "language"; }

.material-icons.icon-e894:after {
  content: "e894"; }

.material-icons.icon-laptop:after {
  content: "laptop"; }

.material-icons.icon-e31e:after {
  content: "e31e"; }

.material-icons.icon-laptop_chromebook:after {
  content: "laptop_chromebook"; }

.material-icons.icon-e31f:after {
  content: "e31f"; }

.material-icons.icon-laptop_mac:after {
  content: "laptop_mac"; }

.material-icons.icon-e320:after {
  content: "e320"; }

.material-icons.icon-laptop_windows:after {
  content: "laptop_windows"; }

.material-icons.icon-e321:after {
  content: "e321"; }

.material-icons.icon-last_page:after {
  content: "last_page"; }

.material-icons.icon-e5dd:after {
  content: "e5dd"; }

.material-icons.icon-launch:after {
  content: "launch"; }

.material-icons.icon-e895:after {
  content: "e895"; }

.material-icons.icon-layers:after {
  content: "layers"; }

.material-icons.icon-e53b:after {
  content: "e53b"; }

.material-icons.icon-layers_clear:after {
  content: "layers_clear"; }

.material-icons.icon-e53c:after {
  content: "e53c"; }

.material-icons.icon-leak_add:after {
  content: "leak_add"; }

.material-icons.icon-e3f8:after {
  content: "e3f8"; }

.material-icons.icon-leak_remove:after {
  content: "leak_remove"; }

.material-icons.icon-e3f9:after {
  content: "e3f9"; }

.material-icons.icon-lens:after {
  content: "lens"; }

.material-icons.icon-e3fa:after {
  content: "e3fa"; }

.material-icons.icon-library_add:after {
  content: "library_add"; }

.material-icons.icon-e02e:after {
  content: "e02e"; }

.material-icons.icon-library_books:after {
  content: "library_books"; }

.material-icons.icon-e02f:after {
  content: "e02f"; }

.material-icons.icon-library_music:after {
  content: "library_music"; }

.material-icons.icon-e030:after {
  content: "e030"; }

.material-icons.icon-lightbulb_outline:after {
  content: "lightbulb_outline"; }

.material-icons.icon-e90f:after {
  content: "e90f"; }

.material-icons.icon-line_style:after {
  content: "line_style"; }

.material-icons.icon-e919:after {
  content: "e919"; }

.material-icons.icon-line_weight:after {
  content: "line_weight"; }

.material-icons.icon-e91a:after {
  content: "e91a"; }

.material-icons.icon-linear_scale:after {
  content: "linear_scale"; }

.material-icons.icon-e260:after {
  content: "e260"; }

.material-icons.icon-link:after {
  content: "link"; }

.material-icons.icon-e157:after {
  content: "e157"; }

.material-icons.icon-linked_camera:after {
  content: "linked_camera"; }

.material-icons.icon-e438:after {
  content: "e438"; }

.material-icons.icon-list:after {
  content: "list"; }

.material-icons.icon-e896:after {
  content: "e896"; }

.material-icons.icon-live_help:after {
  content: "live_help"; }

.material-icons.icon-e0c6:after {
  content: "e0c6"; }

.material-icons.icon-live_tv:after {
  content: "live_tv"; }

.material-icons.icon-e639:after {
  content: "e639"; }

.material-icons.icon-local_activity:after {
  content: "local_activity"; }

.material-icons.icon-e53f:after {
  content: "e53f"; }

.material-icons.icon-local_airport:after {
  content: "local_airport"; }

.material-icons.icon-e53d:after {
  content: "e53d"; }

.material-icons.icon-local_atm:after {
  content: "local_atm"; }

.material-icons.icon-e53e:after {
  content: "e53e"; }

.material-icons.icon-local_bar:after {
  content: "local_bar"; }

.material-icons.icon-e540:after {
  content: "e540"; }

.material-icons.icon-local_cafe:after {
  content: "local_cafe"; }

.material-icons.icon-e541:after {
  content: "e541"; }

.material-icons.icon-local_car_wash:after {
  content: "local_car_wash"; }

.material-icons.icon-e542:after {
  content: "e542"; }

.material-icons.icon-local_convenience_store:after {
  content: "local_convenience_store"; }

.material-icons.icon-e543:after {
  content: "e543"; }

.material-icons.icon-local_dining:after {
  content: "local_dining"; }

.material-icons.icon-e556:after {
  content: "e556"; }

.material-icons.icon-local_drink:after {
  content: "local_drink"; }

.material-icons.icon-e544:after {
  content: "e544"; }

.material-icons.icon-local_florist:after {
  content: "local_florist"; }

.material-icons.icon-e545:after {
  content: "e545"; }

.material-icons.icon-local_gas_station:after {
  content: "local_gas_station"; }

.material-icons.icon-e546:after {
  content: "e546"; }

.material-icons.icon-local_grocery_store:after {
  content: "local_grocery_store"; }

.material-icons.icon-e547:after {
  content: "e547"; }

.material-icons.icon-local_hospital:after {
  content: "local_hospital"; }

.material-icons.icon-e548:after {
  content: "e548"; }

.material-icons.icon-local_hotel:after {
  content: "local_hotel"; }

.material-icons.icon-e549:after {
  content: "e549"; }

.material-icons.icon-local_laundry_service:after {
  content: "local_laundry_service"; }

.material-icons.icon-e54a:after {
  content: "e54a"; }

.material-icons.icon-local_library:after {
  content: "local_library"; }

.material-icons.icon-e54b:after {
  content: "e54b"; }

.material-icons.icon-local_mall:after {
  content: "local_mall"; }

.material-icons.icon-e54c:after {
  content: "e54c"; }

.material-icons.icon-local_movies:after {
  content: "local_movies"; }

.material-icons.icon-e54d:after {
  content: "e54d"; }

.material-icons.icon-local_offer:after {
  content: "local_offer"; }

.material-icons.icon-e54e:after {
  content: "e54e"; }

.material-icons.icon-local_parking:after {
  content: "local_parking"; }

.material-icons.icon-e54f:after {
  content: "e54f"; }

.material-icons.icon-local_pharmacy:after {
  content: "local_pharmacy"; }

.material-icons.icon-e550:after {
  content: "e550"; }

.material-icons.icon-local_phone:after {
  content: "local_phone"; }

.material-icons.icon-e551:after {
  content: "e551"; }

.material-icons.icon-local_pizza:after {
  content: "local_pizza"; }

.material-icons.icon-e552:after {
  content: "e552"; }

.material-icons.icon-local_play:after {
  content: "local_play"; }

.material-icons.icon-e553:after {
  content: "e553"; }

.material-icons.icon-local_post_office:after {
  content: "local_post_office"; }

.material-icons.icon-e554:after {
  content: "e554"; }

.material-icons.icon-local_printshop:after {
  content: "local_printshop"; }

.material-icons.icon-e555:after {
  content: "e555"; }

.material-icons.icon-local_see:after {
  content: "local_see"; }

.material-icons.icon-e557:after {
  content: "e557"; }

.material-icons.icon-local_shipping:after {
  content: "local_shipping"; }

.material-icons.icon-e558:after {
  content: "e558"; }

.material-icons.icon-local_taxi:after {
  content: "local_taxi"; }

.material-icons.icon-e559:after {
  content: "e559"; }

.material-icons.icon-location_city:after {
  content: "location_city"; }

.material-icons.icon-e7f1:after {
  content: "e7f1"; }

.material-icons.icon-location_disabled:after {
  content: "location_disabled"; }

.material-icons.icon-e1b6:after {
  content: "e1b6"; }

.material-icons.icon-location_off:after {
  content: "location_off"; }

.material-icons.icon-e0c7:after {
  content: "e0c7"; }

.material-icons.icon-location_on:after {
  content: "location_on"; }

.material-icons.icon-e0c8:after {
  content: "e0c8"; }

.material-icons.icon-location_searching:after {
  content: "location_searching"; }

.material-icons.icon-e1b7:after {
  content: "e1b7"; }

.material-icons.icon-lock:after {
  content: "lock"; }

.material-icons.icon-e897:after {
  content: "e897"; }

.material-icons.icon-lock_open:after {
  content: "lock_open"; }

.material-icons.icon-e898:after {
  content: "e898"; }

.material-icons.icon-lock_outline:after {
  content: "lock_outline"; }

.material-icons.icon-e899:after {
  content: "e899"; }

.material-icons.icon-looks:after {
  content: "looks"; }

.material-icons.icon-e3fc:after {
  content: "e3fc"; }

.material-icons.icon-looks_3:after {
  content: "looks_3"; }

.material-icons.icon-e3fb:after {
  content: "e3fb"; }

.material-icons.icon-looks_4:after {
  content: "looks_4"; }

.material-icons.icon-e3fd:after {
  content: "e3fd"; }

.material-icons.icon-looks_5:after {
  content: "looks_5"; }

.material-icons.icon-e3fe:after {
  content: "e3fe"; }

.material-icons.icon-looks_6:after {
  content: "looks_6"; }

.material-icons.icon-e3ff:after {
  content: "e3ff"; }

.material-icons.icon-looks_one:after {
  content: "looks_one"; }

.material-icons.icon-e400:after {
  content: "e400"; }

.material-icons.icon-looks_two:after {
  content: "looks_two"; }

.material-icons.icon-e401:after {
  content: "e401"; }

.material-icons.icon-loop:after {
  content: "loop"; }

.material-icons.icon-e028:after {
  content: "e028"; }

.material-icons.icon-loupe:after {
  content: "loupe"; }

.material-icons.icon-e402:after {
  content: "e402"; }

.material-icons.icon-low_priority:after {
  content: "low_priority"; }

.material-icons.icon-e16d:after {
  content: "e16d"; }

.material-icons.icon-loyalty:after {
  content: "loyalty"; }

.material-icons.icon-e89a:after {
  content: "e89a"; }

.material-icons.icon-mail:after {
  content: "mail"; }

.material-icons.icon-e158:after {
  content: "e158"; }

.material-icons.icon-mail_outline:after {
  content: "mail_outline"; }

.material-icons.icon-e0e1:after {
  content: "e0e1"; }

.material-icons.icon-map:after {
  content: "map"; }

.material-icons.icon-e55b:after {
  content: "e55b"; }

.material-icons.icon-markunread:after {
  content: "markunread"; }

.material-icons.icon-e159:after {
  content: "e159"; }

.material-icons.icon-markunread_mailbox:after {
  content: "markunread_mailbox"; }

.material-icons.icon-e89b:after {
  content: "e89b"; }

.material-icons.icon-memory:after {
  content: "memory"; }

.material-icons.icon-e322:after {
  content: "e322"; }

.material-icons.icon-menu:after {
  content: "menu"; }

.material-icons.icon-e5d2:after {
  content: "e5d2"; }

.material-icons.icon-merge_type:after {
  content: "merge_type"; }

.material-icons.icon-e252:after {
  content: "e252"; }

.material-icons.icon-message:after {
  content: "message"; }

.material-icons.icon-e0c9:after {
  content: "e0c9"; }

.material-icons.icon-mic:after {
  content: "mic"; }

.material-icons.icon-e029:after {
  content: "e029"; }

.material-icons.icon-mic_none:after {
  content: "mic_none"; }

.material-icons.icon-e02a:after {
  content: "e02a"; }

.material-icons.icon-mic_off:after {
  content: "mic_off"; }

.material-icons.icon-e02b:after {
  content: "e02b"; }

.material-icons.icon-mms:after {
  content: "mms"; }

.material-icons.icon-e618:after {
  content: "e618"; }

.material-icons.icon-mode_comment:after {
  content: "mode_comment"; }

.material-icons.icon-e253:after {
  content: "e253"; }

.material-icons.icon-mode_edit:after {
  content: "mode_edit"; }

.material-icons.icon-e254:after {
  content: "e254"; }

.material-icons.icon-monetization_on:after {
  content: "monetization_on"; }

.material-icons.icon-e263:after {
  content: "e263"; }

.material-icons.icon-money_off:after {
  content: "money_off"; }

.material-icons.icon-e25c:after {
  content: "e25c"; }

.material-icons.icon-monochrome_photos:after {
  content: "monochrome_photos"; }

.material-icons.icon-e403:after {
  content: "e403"; }

.material-icons.icon-mood:after {
  content: "mood"; }

.material-icons.icon-e7f2:after {
  content: "e7f2"; }

.material-icons.icon-mood_bad:after {
  content: "mood_bad"; }

.material-icons.icon-e7f3:after {
  content: "e7f3"; }

.material-icons.icon-more:after {
  content: "more"; }

.material-icons.icon-e619:after {
  content: "e619"; }

.material-icons.icon-more_horiz:after {
  content: "more_horiz"; }

.material-icons.icon-e5d3:after {
  content: "e5d3"; }

.material-icons.icon-more_vert:after {
  content: "more_vert"; }

.material-icons.icon-e5d4:after {
  content: "e5d4"; }

.material-icons.icon-motorcycle:after {
  content: "motorcycle"; }

.material-icons.icon-e91b:after {
  content: "e91b"; }

.material-icons.icon-mouse:after {
  content: "mouse"; }

.material-icons.icon-e323:after {
  content: "e323"; }

.material-icons.icon-move_to_inbox:after {
  content: "move_to_inbox"; }

.material-icons.icon-e168:after {
  content: "e168"; }

.material-icons.icon-movie:after {
  content: "movie"; }

.material-icons.icon-e02c:after {
  content: "e02c"; }

.material-icons.icon-movie_creation:after {
  content: "movie_creation"; }

.material-icons.icon-e404:after {
  content: "e404"; }

.material-icons.icon-movie_filter:after {
  content: "movie_filter"; }

.material-icons.icon-e43a:after {
  content: "e43a"; }

.material-icons.icon-multiline_chart:after {
  content: "multiline_chart"; }

.material-icons.icon-e6df:after {
  content: "e6df"; }

.material-icons.icon-music_note:after {
  content: "music_note"; }

.material-icons.icon-e405:after {
  content: "e405"; }

.material-icons.icon-music_video:after {
  content: "music_video"; }

.material-icons.icon-e063:after {
  content: "e063"; }

.material-icons.icon-my_location:after {
  content: "my_location"; }

.material-icons.icon-e55c:after {
  content: "e55c"; }

.material-icons.icon-nature:after {
  content: "nature"; }

.material-icons.icon-e406:after {
  content: "e406"; }

.material-icons.icon-nature_people:after {
  content: "nature_people"; }

.material-icons.icon-e407:after {
  content: "e407"; }

.material-icons.icon-navigate_before:after {
  content: "navigate_before"; }

.material-icons.icon-e408:after {
  content: "e408"; }

.material-icons.icon-navigate_next:after {
  content: "navigate_next"; }

.material-icons.icon-e409:after {
  content: "e409"; }

.material-icons.icon-navigation:after {
  content: "navigation"; }

.material-icons.icon-e55d:after {
  content: "e55d"; }

.material-icons.icon-near_me:after {
  content: "near_me"; }

.material-icons.icon-e569:after {
  content: "e569"; }

.material-icons.icon-network_cell:after {
  content: "network_cell"; }

.material-icons.icon-e1b9:after {
  content: "e1b9"; }

.material-icons.icon-network_check:after {
  content: "network_check"; }

.material-icons.icon-e640:after {
  content: "e640"; }

.material-icons.icon-network_locked:after {
  content: "network_locked"; }

.material-icons.icon-e61a:after {
  content: "e61a"; }

.material-icons.icon-network_wifi:after {
  content: "network_wifi"; }

.material-icons.icon-e1ba:after {
  content: "e1ba"; }

.material-icons.icon-new_releases:after {
  content: "new_releases"; }

.material-icons.icon-e031:after {
  content: "e031"; }

.material-icons.icon-next_week:after {
  content: "next_week"; }

.material-icons.icon-e16a:after {
  content: "e16a"; }

.material-icons.icon-nfc:after {
  content: "nfc"; }

.material-icons.icon-e1bb:after {
  content: "e1bb"; }

.material-icons.icon-no_encryption:after {
  content: "no_encryption"; }

.material-icons.icon-e641:after {
  content: "e641"; }

.material-icons.icon-no_sim:after {
  content: "no_sim"; }

.material-icons.icon-e0cc:after {
  content: "e0cc"; }

.material-icons.icon-false:after {
  content: "false"; }

.material-icons.icon-e033:after {
  content: "e033"; }

.material-icons.icon-note:after {
  content: "note"; }

.material-icons.icon-e06f:after {
  content: "e06f"; }

.material-icons.icon-note_add:after {
  content: "note_add"; }

.material-icons.icon-e89c:after {
  content: "e89c"; }

.material-icons.icon-notifications:after {
  content: "notifications"; }

.material-icons.icon-e7f4:after {
  content: "e7f4"; }

.material-icons.icon-notifications_active:after {
  content: "notifications_active"; }

.material-icons.icon-e7f7:after {
  content: "e7f7"; }

.material-icons.icon-notifications_none:after {
  content: "notifications_none"; }

.material-icons.icon-e7f5:after {
  content: "e7f5"; }

.material-icons.icon-notifications_off:after {
  content: "notifications_off"; }

.material-icons.icon-e7f6:after {
  content: "e7f6"; }

.material-icons.icon-notifications_paused:after {
  content: "notifications_paused"; }

.material-icons.icon-e7f8:after {
  content: "e7f8"; }

.material-icons.icon-offline_pin:after {
  content: "offline_pin"; }

.material-icons.icon-e90a:after {
  content: "e90a"; }

.material-icons.icon-ondemand_video:after {
  content: "ondemand_video"; }

.material-icons.icon-e63a:after {
  content: "e63a"; }

.material-icons.icon-opacity:after {
  content: "opacity"; }

.material-icons.icon-e91c:after {
  content: "e91c"; }

.material-icons.icon-open_in_browser:after {
  content: "open_in_browser"; }

.material-icons.icon-e89d:after {
  content: "e89d"; }

.material-icons.icon-open_in_new:after {
  content: "open_in_new"; }

.material-icons.icon-e89e:after {
  content: "e89e"; }

.material-icons.icon-open_with:after {
  content: "open_with"; }

.material-icons.icon-e89f:after {
  content: "e89f"; }

.material-icons.icon-pages:after {
  content: "pages"; }

.material-icons.icon-e7f9:after {
  content: "e7f9"; }

.material-icons.icon-pageview:after {
  content: "pageview"; }

.material-icons.icon-e8a0:after {
  content: "e8a0"; }

.material-icons.icon-palette:after {
  content: "palette"; }

.material-icons.icon-e40a:after {
  content: "e40a"; }

.material-icons.icon-pan_tool:after {
  content: "pan_tool"; }

.material-icons.icon-e925:after {
  content: "e925"; }

.material-icons.icon-panorama:after {
  content: "panorama"; }

.material-icons.icon-e40b:after {
  content: "e40b"; }

.material-icons.icon-panorama_fish_eye:after {
  content: "panorama_fish_eye"; }

.material-icons.icon-e40c:after {
  content: "e40c"; }

.material-icons.icon-panorama_horizontal:after {
  content: "panorama_horizontal"; }

.material-icons.icon-e40d:after {
  content: "e40d"; }

.material-icons.icon-panorama_vertical:after {
  content: "panorama_vertical"; }

.material-icons.icon-e40e:after {
  content: "e40e"; }

.material-icons.icon-panorama_wide_angle:after {
  content: "panorama_wide_angle"; }

.material-icons.icon-e40f:after {
  content: "e40f"; }

.material-icons.icon-party_mode:after {
  content: "party_mode"; }

.material-icons.icon-e7fa:after {
  content: "e7fa"; }

.material-icons.icon-pause:after {
  content: "pause"; }

.material-icons.icon-e034:after {
  content: "e034"; }

.material-icons.icon-pause_circle_filled:after {
  content: "pause_circle_filled"; }

.material-icons.icon-e035:after {
  content: "e035"; }

.material-icons.icon-pause_circle_outline:after {
  content: "pause_circle_outline"; }

.material-icons.icon-e036:after {
  content: "e036"; }

.material-icons.icon-payment:after {
  content: "payment"; }

.material-icons.icon-e8a1:after {
  content: "e8a1"; }

.material-icons.icon-people:after {
  content: "people"; }

.material-icons.icon-e7fb:after {
  content: "e7fb"; }

.material-icons.icon-people_outline:after {
  content: "people_outline"; }

.material-icons.icon-e7fc:after {
  content: "e7fc"; }

.material-icons.icon-perm_camera_mic:after {
  content: "perm_camera_mic"; }

.material-icons.icon-e8a2:after {
  content: "e8a2"; }

.material-icons.icon-perm_contact_calendar:after {
  content: "perm_contact_calendar"; }

.material-icons.icon-e8a3:after {
  content: "e8a3"; }

.material-icons.icon-perm_data_setting:after {
  content: "perm_data_setting"; }

.material-icons.icon-e8a4:after {
  content: "e8a4"; }

.material-icons.icon-perm_device_information:after {
  content: "perm_device_information"; }

.material-icons.icon-e8a5:after {
  content: "e8a5"; }

.material-icons.icon-perm_identity:after {
  content: "perm_identity"; }

.material-icons.icon-e8a6:after {
  content: "e8a6"; }

.material-icons.icon-perm_media:after {
  content: "perm_media"; }

.material-icons.icon-e8a7:after {
  content: "e8a7"; }

.material-icons.icon-perm_phone_msg:after {
  content: "perm_phone_msg"; }

.material-icons.icon-e8a8:after {
  content: "e8a8"; }

.material-icons.icon-perm_scan_wifi:after {
  content: "perm_scan_wifi"; }

.material-icons.icon-e8a9:after {
  content: "e8a9"; }

.material-icons.icon-person:after {
  content: "person"; }

.material-icons.icon-e7fd:after {
  content: "e7fd"; }

.material-icons.icon-person_add:after {
  content: "person_add"; }

.material-icons.icon-e7fe:after {
  content: "e7fe"; }

.material-icons.icon-person_outline:after {
  content: "person_outline"; }

.material-icons.icon-e7ff:after {
  content: "e7ff"; }

.material-icons.icon-person_pin:after {
  content: "person_pin"; }

.material-icons.icon-e55a:after {
  content: "e55a"; }

.material-icons.icon-person_pin_circle:after {
  content: "person_pin_circle"; }

.material-icons.icon-e56a:after {
  content: "e56a"; }

.material-icons.icon-personal_video:after {
  content: "personal_video"; }

.material-icons.icon-e63b:after {
  content: "e63b"; }

.material-icons.icon-pets:after {
  content: "pets"; }

.material-icons.icon-e91d:after {
  content: "e91d"; }

.material-icons.icon-phone:after {
  content: "phone"; }

.material-icons.icon-e0cd:after {
  content: "e0cd"; }

.material-icons.icon-phone_android:after {
  content: "phone_android"; }

.material-icons.icon-e324:after {
  content: "e324"; }

.material-icons.icon-phone_bluetooth_speaker:after {
  content: "phone_bluetooth_speaker"; }

.material-icons.icon-e61b:after {
  content: "e61b"; }

.material-icons.icon-phone_forwarded:after {
  content: "phone_forwarded"; }

.material-icons.icon-e61c:after {
  content: "e61c"; }

.material-icons.icon-phone_in_talk:after {
  content: "phone_in_talk"; }

.material-icons.icon-e61d:after {
  content: "e61d"; }

.material-icons.icon-phone_iphone:after {
  content: "phone_iphone"; }

.material-icons.icon-e325:after {
  content: "e325"; }

.material-icons.icon-phone_locked:after {
  content: "phone_locked"; }

.material-icons.icon-e61e:after {
  content: "e61e"; }

.material-icons.icon-phone_missed:after {
  content: "phone_missed"; }

.material-icons.icon-e61f:after {
  content: "e61f"; }

.material-icons.icon-phone_paused:after {
  content: "phone_paused"; }

.material-icons.icon-e620:after {
  content: "e620"; }

.material-icons.icon-phonelink:after {
  content: "phonelink"; }

.material-icons.icon-e326:after {
  content: "e326"; }

.material-icons.icon-phonelink_erase:after {
  content: "phonelink_erase"; }

.material-icons.icon-e0db:after {
  content: "e0db"; }

.material-icons.icon-phonelink_lock:after {
  content: "phonelink_lock"; }

.material-icons.icon-e0dc:after {
  content: "e0dc"; }

.material-icons.icon-phonelink_off:after {
  content: "phonelink_off"; }

.material-icons.icon-e327:after {
  content: "e327"; }

.material-icons.icon-phonelink_ring:after {
  content: "phonelink_ring"; }

.material-icons.icon-e0dd:after {
  content: "e0dd"; }

.material-icons.icon-phonelink_setup:after {
  content: "phonelink_setup"; }

.material-icons.icon-e0de:after {
  content: "e0de"; }

.material-icons.icon-photo:after {
  content: "photo"; }

.material-icons.icon-e410:after {
  content: "e410"; }

.material-icons.icon-photo_album:after {
  content: "photo_album"; }

.material-icons.icon-e411:after {
  content: "e411"; }

.material-icons.icon-photo_camera:after {
  content: "photo_camera"; }

.material-icons.icon-e412:after {
  content: "e412"; }

.material-icons.icon-photo_filter:after {
  content: "photo_filter"; }

.material-icons.icon-e43b:after {
  content: "e43b"; }

.material-icons.icon-photo_library:after {
  content: "photo_library"; }

.material-icons.icon-e413:after {
  content: "e413"; }

.material-icons.icon-photo_size_select_actual:after {
  content: "photo_size_select_actual"; }

.material-icons.icon-e432:after {
  content: "e432"; }

.material-icons.icon-photo_size_select_large:after {
  content: "photo_size_select_large"; }

.material-icons.icon-e433:after {
  content: "e433"; }

.material-icons.icon-photo_size_select_small:after {
  content: "photo_size_select_small"; }

.material-icons.icon-e434:after {
  content: "e434"; }

.material-icons.icon-picture_as_pdf:after {
  content: "picture_as_pdf"; }

.material-icons.icon-e415:after {
  content: "e415"; }

.material-icons.icon-picture_in_picture:after {
  content: "picture_in_picture"; }

.material-icons.icon-e8aa:after {
  content: "e8aa"; }

.material-icons.icon-picture_in_picture_alt:after {
  content: "picture_in_picture_alt"; }

.material-icons.icon-e911:after {
  content: "e911"; }

.material-icons.icon-pie_chart:after {
  content: "pie_chart"; }

.material-icons.icon-e6c4:after {
  content: "e6c4"; }

.material-icons.icon-pie_chart_outlined:after {
  content: "pie_chart_outlined"; }

.material-icons.icon-e6c5:after {
  content: "e6c5"; }

.material-icons.icon-pin_drop:after {
  content: "pin_drop"; }

.material-icons.icon-e55e:after {
  content: "e55e"; }

.material-icons.icon-place:after {
  content: "place"; }

.material-icons.icon-e55f:after {
  content: "e55f"; }

.material-icons.icon-play_arrow:after {
  content: "play_arrow"; }

.material-icons.icon-e037:after {
  content: "e037"; }

.material-icons.icon-play_circle_filled:after {
  content: "play_circle_filled"; }

.material-icons.icon-e038:after {
  content: "e038"; }

.material-icons.icon-play_circle_outline:after {
  content: "play_circle_outline"; }

.material-icons.icon-e039:after {
  content: "e039"; }

.material-icons.icon-play_for_work:after {
  content: "play_for_work"; }

.material-icons.icon-e906:after {
  content: "e906"; }

.material-icons.icon-playlist_add:after {
  content: "playlist_add"; }

.material-icons.icon-e03b:after {
  content: "e03b"; }

.material-icons.icon-playlist_add_check:after {
  content: "playlist_add_check"; }

.material-icons.icon-e065:after {
  content: "e065"; }

.material-icons.icon-playlist_play:after {
  content: "playlist_play"; }

.material-icons.icon-e05f:after {
  content: "e05f"; }

.material-icons.icon-plus_one:after {
  content: "plus_one"; }

.material-icons.icon-e800:after {
  content: "e800"; }

.material-icons.icon-poll:after {
  content: "poll"; }

.material-icons.icon-e801:after {
  content: "e801"; }

.material-icons.icon-polymer:after {
  content: "polymer"; }

.material-icons.icon-e8ab:after {
  content: "e8ab"; }

.material-icons.icon-pool:after {
  content: "pool"; }

.material-icons.icon-eb48:after {
  content: "eb48"; }

.material-icons.icon-portable_wifi_off:after {
  content: "portable_wifi_off"; }

.material-icons.icon-e0ce:after {
  content: "e0ce"; }

.material-icons.icon-portrait:after {
  content: "portrait"; }

.material-icons.icon-e416:after {
  content: "e416"; }

.material-icons.icon-power:after {
  content: "power"; }

.material-icons.icon-e63c:after {
  content: "e63c"; }

.material-icons.icon-power_input:after {
  content: "power_input"; }

.material-icons.icon-e336:after {
  content: "e336"; }

.material-icons.icon-power_settings_new:after {
  content: "power_settings_new"; }

.material-icons.icon-e8ac:after {
  content: "e8ac"; }

.material-icons.icon-pregnant_woman:after {
  content: "pregnant_woman"; }

.material-icons.icon-e91e:after {
  content: "e91e"; }

.material-icons.icon-present_to_all:after {
  content: "present_to_all"; }

.material-icons.icon-e0df:after {
  content: "e0df"; }

.material-icons.icon-print:after {
  content: "print"; }

.material-icons.icon-e8ad:after {
  content: "e8ad"; }

.material-icons.icon-priority_high:after {
  content: "priority_high"; }

.material-icons.icon-e645:after {
  content: "e645"; }

.material-icons.icon-public:after {
  content: "public"; }

.material-icons.icon-e80b:after {
  content: "e80b"; }

.material-icons.icon-publish:after {
  content: "publish"; }

.material-icons.icon-e255:after {
  content: "e255"; }

.material-icons.icon-query_builder:after {
  content: "query_builder"; }

.material-icons.icon-e8ae:after {
  content: "e8ae"; }

.material-icons.icon-question_answer:after {
  content: "question_answer"; }

.material-icons.icon-e8af:after {
  content: "e8af"; }

.material-icons.icon-queue:after {
  content: "queue"; }

.material-icons.icon-e03c:after {
  content: "e03c"; }

.material-icons.icon-queue_music:after {
  content: "queue_music"; }

.material-icons.icon-e03d:after {
  content: "e03d"; }

.material-icons.icon-queue_play_next:after {
  content: "queue_play_next"; }

.material-icons.icon-e066:after {
  content: "e066"; }

.material-icons.icon-radio:after {
  content: "radio"; }

.material-icons.icon-e03e:after {
  content: "e03e"; }

.material-icons.icon-radio_button_checked:after {
  content: "radio_button_checked"; }

.material-icons.icon-e837:after {
  content: "e837"; }

.material-icons.icon-radio_button_unchecked:after {
  content: "radio_button_unchecked"; }

.material-icons.icon-e836:after {
  content: "e836"; }

.material-icons.icon-rate_review:after {
  content: "rate_review"; }

.material-icons.icon-e560:after {
  content: "e560"; }

.material-icons.icon-receipt:after {
  content: "receipt"; }

.material-icons.icon-e8b0:after {
  content: "e8b0"; }

.material-icons.icon-recent_actors:after {
  content: "recent_actors"; }

.material-icons.icon-e03f:after {
  content: "e03f"; }

.material-icons.icon-record_voice_over:after {
  content: "record_voice_over"; }

.material-icons.icon-e91f:after {
  content: "e91f"; }

.material-icons.icon-redeem:after {
  content: "redeem"; }

.material-icons.icon-e8b1:after {
  content: "e8b1"; }

.material-icons.icon-redo:after {
  content: "redo"; }

.material-icons.icon-e15a:after {
  content: "e15a"; }

.material-icons.icon-refresh:after {
  content: "refresh"; }

.material-icons.icon-e5d5:after {
  content: "e5d5"; }

.material-icons.icon-remove:after {
  content: "remove"; }

.material-icons.icon-e15b:after {
  content: "e15b"; }

.material-icons.icon-remove_circle:after {
  content: "remove_circle"; }

.material-icons.icon-e15c:after {
  content: "e15c"; }

.material-icons.icon-remove_circle_outline:after {
  content: "remove_circle_outline"; }

.material-icons.icon-e15d:after {
  content: "e15d"; }

.material-icons.icon-remove_from_queue:after {
  content: "remove_from_queue"; }

.material-icons.icon-e067:after {
  content: "e067"; }

.material-icons.icon-remove_red_eye:after {
  content: "remove_red_eye"; }

.material-icons.icon-e417:after {
  content: "e417"; }

.material-icons.icon-remove_shopping_cart:after {
  content: "remove_shopping_cart"; }

.material-icons.icon-e928:after {
  content: "e928"; }

.material-icons.icon-reorder:after {
  content: "reorder"; }

.material-icons.icon-e8fe:after {
  content: "e8fe"; }

.material-icons.icon-repeat:after {
  content: "repeat"; }

.material-icons.icon-e040:after {
  content: "e040"; }

.material-icons.icon-repeat_one:after {
  content: "repeat_one"; }

.material-icons.icon-e041:after {
  content: "e041"; }

.material-icons.icon-replay:after {
  content: "replay"; }

.material-icons.icon-e042:after {
  content: "e042"; }

.material-icons.icon-replay_10:after {
  content: "replay_10"; }

.material-icons.icon-e059:after {
  content: "e059"; }

.material-icons.icon-replay_30:after {
  content: "replay_30"; }

.material-icons.icon-e05a:after {
  content: "e05a"; }

.material-icons.icon-replay_5:after {
  content: "replay_5"; }

.material-icons.icon-e05b:after {
  content: "e05b"; }

.material-icons.icon-reply:after {
  content: "reply"; }

.material-icons.icon-e15e:after {
  content: "e15e"; }

.material-icons.icon-reply_all:after {
  content: "reply_all"; }

.material-icons.icon-e15f:after {
  content: "e15f"; }

.material-icons.icon-report:after {
  content: "report"; }

.material-icons.icon-e160:after {
  content: "e160"; }

.material-icons.icon-report_problem:after {
  content: "report_problem"; }

.material-icons.icon-e8b2:after {
  content: "e8b2"; }

.material-icons.icon-restaurant:after {
  content: "restaurant"; }

.material-icons.icon-e56c:after {
  content: "e56c"; }

.material-icons.icon-restaurant_menu:after {
  content: "restaurant_menu"; }

.material-icons.icon-e561:after {
  content: "e561"; }

.material-icons.icon-restore:after {
  content: "restore"; }

.material-icons.icon-e8b3:after {
  content: "e8b3"; }

.material-icons.icon-restore_page:after {
  content: "restore_page"; }

.material-icons.icon-e929:after {
  content: "e929"; }

.material-icons.icon-ring_volume:after {
  content: "ring_volume"; }

.material-icons.icon-e0d1:after {
  content: "e0d1"; }

.material-icons.icon-room:after {
  content: "room"; }

.material-icons.icon-e8b4:after {
  content: "e8b4"; }

.material-icons.icon-room_service:after {
  content: "room_service"; }

.material-icons.icon-eb49:after {
  content: "eb49"; }

.material-icons.icon-rotate_90_degrees_ccw:after {
  content: "rotate_90_degrees_ccw"; }

.material-icons.icon-e418:after {
  content: "e418"; }

.material-icons.icon-rotate_left:after {
  content: "rotate_left"; }

.material-icons.icon-e419:after {
  content: "e419"; }

.material-icons.icon-rotate_right:after {
  content: "rotate_right"; }

.material-icons.icon-e41a:after {
  content: "e41a"; }

.material-icons.icon-rounded_corner:after {
  content: "rounded_corner"; }

.material-icons.icon-e920:after {
  content: "e920"; }

.material-icons.icon-router:after {
  content: "router"; }

.material-icons.icon-e328:after {
  content: "e328"; }

.material-icons.icon-rowing:after {
  content: "rowing"; }

.material-icons.icon-e921:after {
  content: "e921"; }

.material-icons.icon-rss_feed:after {
  content: "rss_feed"; }

.material-icons.icon-e0e5:after {
  content: "e0e5"; }

.material-icons.icon-rv_hookup:after {
  content: "rv_hookup"; }

.material-icons.icon-e642:after {
  content: "e642"; }

.material-icons.icon-satellite:after {
  content: "satellite"; }

.material-icons.icon-e562:after {
  content: "e562"; }

.material-icons.icon-save:after {
  content: "save"; }

.material-icons.icon-e161:after {
  content: "e161"; }

.material-icons.icon-scanner:after {
  content: "scanner"; }

.material-icons.icon-e329:after {
  content: "e329"; }

.material-icons.icon-schedule:after {
  content: "schedule"; }

.material-icons.icon-e8b5:after {
  content: "e8b5"; }

.material-icons.icon-school:after {
  content: "school"; }

.material-icons.icon-e80c:after {
  content: "e80c"; }

.material-icons.icon-screen_lock_landscape:after {
  content: "screen_lock_landscape"; }

.material-icons.icon-e1be:after {
  content: "e1be"; }

.material-icons.icon-screen_lock_portrait:after {
  content: "screen_lock_portrait"; }

.material-icons.icon-e1bf:after {
  content: "e1bf"; }

.material-icons.icon-screen_lock_rotation:after {
  content: "screen_lock_rotation"; }

.material-icons.icon-e1c0:after {
  content: "e1c0"; }

.material-icons.icon-screen_rotation:after {
  content: "screen_rotation"; }

.material-icons.icon-e1c1:after {
  content: "e1c1"; }

.material-icons.icon-screen_share:after {
  content: "screen_share"; }

.material-icons.icon-e0e2:after {
  content: "e0e2"; }

.material-icons.icon-sd_card:after {
  content: "sd_card"; }

.material-icons.icon-e623:after {
  content: "e623"; }

.material-icons.icon-sd_storage:after {
  content: "sd_storage"; }

.material-icons.icon-e1c2:after {
  content: "e1c2"; }

.material-icons.icon-search:after {
  content: "search"; }

.material-icons.icon-e8b6:after {
  content: "e8b6"; }

.material-icons.icon-security:after {
  content: "security"; }

.material-icons.icon-e32a:after {
  content: "e32a"; }

.material-icons.icon-select_all:after {
  content: "select_all"; }

.material-icons.icon-e162:after {
  content: "e162"; }

.material-icons.icon-send:after {
  content: "send"; }

.material-icons.icon-e163:after {
  content: "e163"; }

.material-icons.icon-sentiment_dissatisfied:after {
  content: "sentiment_dissatisfied"; }

.material-icons.icon-e811:after {
  content: "e811"; }

.material-icons.icon-sentiment_neutral:after {
  content: "sentiment_neutral"; }

.material-icons.icon-e812:after {
  content: "e812"; }

.material-icons.icon-sentiment_satisfied:after {
  content: "sentiment_satisfied"; }

.material-icons.icon-e813:after {
  content: "e813"; }

.material-icons.icon-sentiment_very_dissatisfied:after {
  content: "sentiment_very_dissatisfied"; }

.material-icons.icon-e814:after {
  content: "e814"; }

.material-icons.icon-sentiment_very_satisfied:after {
  content: "sentiment_very_satisfied"; }

.material-icons.icon-e815:after {
  content: "e815"; }

.material-icons.icon-settings:after {
  content: "settings"; }

.material-icons.icon-e8b8:after {
  content: "e8b8"; }

.material-icons.icon-settings_applications:after {
  content: "settings_applications"; }

.material-icons.icon-e8b9:after {
  content: "e8b9"; }

.material-icons.icon-settings_backup_restore:after {
  content: "settings_backup_restore"; }

.material-icons.icon-e8ba:after {
  content: "e8ba"; }

.material-icons.icon-settings_bluetooth:after {
  content: "settings_bluetooth"; }

.material-icons.icon-e8bb:after {
  content: "e8bb"; }

.material-icons.icon-settings_brightness:after {
  content: "settings_brightness"; }

.material-icons.icon-e8bd:after {
  content: "e8bd"; }

.material-icons.icon-settings_cell:after {
  content: "settings_cell"; }

.material-icons.icon-e8bc:after {
  content: "e8bc"; }

.material-icons.icon-settings_ethernet:after {
  content: "settings_ethernet"; }

.material-icons.icon-e8be:after {
  content: "e8be"; }

.material-icons.icon-settings_input_antenna:after {
  content: "settings_input_antenna"; }

.material-icons.icon-e8bf:after {
  content: "e8bf"; }

.material-icons.icon-settings_input_component:after {
  content: "settings_input_component"; }

.material-icons.icon-e8c0:after {
  content: "e8c0"; }

.material-icons.icon-settings_input_composite:after {
  content: "settings_input_composite"; }

.material-icons.icon-e8c1:after {
  content: "e8c1"; }

.material-icons.icon-settings_input_hdmi:after {
  content: "settings_input_hdmi"; }

.material-icons.icon-e8c2:after {
  content: "e8c2"; }

.material-icons.icon-settings_input_svideo:after {
  content: "settings_input_svideo"; }

.material-icons.icon-e8c3:after {
  content: "e8c3"; }

.material-icons.icon-settings_overscan:after {
  content: "settings_overscan"; }

.material-icons.icon-e8c4:after {
  content: "e8c4"; }

.material-icons.icon-settings_phone:after {
  content: "settings_phone"; }

.material-icons.icon-e8c5:after {
  content: "e8c5"; }

.material-icons.icon-settings_power:after {
  content: "settings_power"; }

.material-icons.icon-e8c6:after {
  content: "e8c6"; }

.material-icons.icon-settings_remote:after {
  content: "settings_remote"; }

.material-icons.icon-e8c7:after {
  content: "e8c7"; }

.material-icons.icon-settings_system_daydream:after {
  content: "settings_system_daydream"; }

.material-icons.icon-e1c3:after {
  content: "e1c3"; }

.material-icons.icon-settings_voice:after {
  content: "settings_voice"; }

.material-icons.icon-e8c8:after {
  content: "e8c8"; }

.material-icons.icon-share:after {
  content: "share"; }

.material-icons.icon-e80d:after {
  content: "e80d"; }

.material-icons.icon-shop:after {
  content: "shop"; }

.material-icons.icon-e8c9:after {
  content: "e8c9"; }

.material-icons.icon-shop_two:after {
  content: "shop_two"; }

.material-icons.icon-e8ca:after {
  content: "e8ca"; }

.material-icons.icon-shopping_basket:after {
  content: "shopping_basket"; }

.material-icons.icon-e8cb:after {
  content: "e8cb"; }

.material-icons.icon-shopping_cart:after {
  content: "shopping_cart"; }

.material-icons.icon-e8cc:after {
  content: "e8cc"; }

.material-icons.icon-short_text:after {
  content: "short_text"; }

.material-icons.icon-e261:after {
  content: "e261"; }

.material-icons.icon-show_chart:after {
  content: "show_chart"; }

.material-icons.icon-e6e1:after {
  content: "e6e1"; }

.material-icons.icon-shuffle:after {
  content: "shuffle"; }

.material-icons.icon-e043:after {
  content: "e043"; }

.material-icons.icon-signal_cellular_4_bar:after {
  content: "signal_cellular_4_bar"; }

.material-icons.icon-e1c8:after {
  content: "e1c8"; }

.material-icons.icon-signal_cellular_connected_no_internet_4_bar:after {
  content: "signal_cellular_connected_no_internet_4_bar"; }

.material-icons.icon-e1cd:after {
  content: "e1cd"; }

.material-icons.icon-signal_cellular_no_sim:after {
  content: "signal_cellular_no_sim"; }

.material-icons.icon-e1ce:after {
  content: "e1ce"; }

.material-icons.icon-signal_cellular_null:after {
  content: "signal_cellular_null"; }

.material-icons.icon-e1cf:after {
  content: "e1cf"; }

.material-icons.icon-signal_cellular_off:after {
  content: "signal_cellular_off"; }

.material-icons.icon-e1d0:after {
  content: "e1d0"; }

.material-icons.icon-signal_wifi_4_bar:after {
  content: "signal_wifi_4_bar"; }

.material-icons.icon-e1d8:after {
  content: "e1d8"; }

.material-icons.icon-signal_wifi_4_bar_lock:after {
  content: "signal_wifi_4_bar_lock"; }

.material-icons.icon-e1d9:after {
  content: "e1d9"; }

.material-icons.icon-signal_wifi_off:after {
  content: "signal_wifi_off"; }

.material-icons.icon-e1da:after {
  content: "e1da"; }

.material-icons.icon-sim_card:after {
  content: "sim_card"; }

.material-icons.icon-e32b:after {
  content: "e32b"; }

.material-icons.icon-sim_card_alert:after {
  content: "sim_card_alert"; }

.material-icons.icon-e624:after {
  content: "e624"; }

.material-icons.icon-skip_next:after {
  content: "skip_next"; }

.material-icons.icon-e044:after {
  content: "e044"; }

.material-icons.icon-skip_previous:after {
  content: "skip_previous"; }

.material-icons.icon-e045:after {
  content: "e045"; }

.material-icons.icon-slideshow:after {
  content: "slideshow"; }

.material-icons.icon-e41b:after {
  content: "e41b"; }

.material-icons.icon-slow_motion_video:after {
  content: "slow_motion_video"; }

.material-icons.icon-e068:after {
  content: "e068"; }

.material-icons.icon-smartphone:after {
  content: "smartphone"; }

.material-icons.icon-e32c:after {
  content: "e32c"; }

.material-icons.icon-smoke_free:after {
  content: "smoke_free"; }

.material-icons.icon-eb4a:after {
  content: "eb4a"; }

.material-icons.icon-smoking_rooms:after {
  content: "smoking_rooms"; }

.material-icons.icon-eb4b:after {
  content: "eb4b"; }

.material-icons.icon-sms:after {
  content: "sms"; }

.material-icons.icon-e625:after {
  content: "e625"; }

.material-icons.icon-sms_failed:after {
  content: "sms_failed"; }

.material-icons.icon-e626:after {
  content: "e626"; }

.material-icons.icon-snooze:after {
  content: "snooze"; }

.material-icons.icon-e046:after {
  content: "e046"; }

.material-icons.icon-sort:after {
  content: "sort"; }

.material-icons.icon-e164:after {
  content: "e164"; }

.material-icons.icon-sort_by_alpha:after {
  content: "sort_by_alpha"; }

.material-icons.icon-e053:after {
  content: "e053"; }

.material-icons.icon-spa:after {
  content: "spa"; }

.material-icons.icon-eb4c:after {
  content: "eb4c"; }

.material-icons.icon-space_bar:after {
  content: "space_bar"; }

.material-icons.icon-e256:after {
  content: "e256"; }

.material-icons.icon-speaker:after {
  content: "speaker"; }

.material-icons.icon-e32d:after {
  content: "e32d"; }

.material-icons.icon-speaker_group:after {
  content: "speaker_group"; }

.material-icons.icon-e32e:after {
  content: "e32e"; }

.material-icons.icon-speaker_notes:after {
  content: "speaker_notes"; }

.material-icons.icon-e8cd:after {
  content: "e8cd"; }

.material-icons.icon-speaker_notes_off:after {
  content: "speaker_notes_off"; }

.material-icons.icon-e92a:after {
  content: "e92a"; }

.material-icons.icon-speaker_phone:after {
  content: "speaker_phone"; }

.material-icons.icon-e0d2:after {
  content: "e0d2"; }

.material-icons.icon-spellcheck:after {
  content: "spellcheck"; }

.material-icons.icon-e8ce:after {
  content: "e8ce"; }

.material-icons.icon-star:after {
  content: "star"; }

.material-icons.icon-e838:after {
  content: "e838"; }

.material-icons.icon-star_border:after {
  content: "star_border"; }

.material-icons.icon-e83a:after {
  content: "e83a"; }

.material-icons.icon-star_half:after {
  content: "star_half"; }

.material-icons.icon-e839:after {
  content: "e839"; }

.material-icons.icon-stars:after {
  content: "stars"; }

.material-icons.icon-e8d0:after {
  content: "e8d0"; }

.material-icons.icon-stay_current_landscape:after {
  content: "stay_current_landscape"; }

.material-icons.icon-e0d3:after {
  content: "e0d3"; }

.material-icons.icon-stay_current_portrait:after {
  content: "stay_current_portrait"; }

.material-icons.icon-e0d4:after {
  content: "e0d4"; }

.material-icons.icon-stay_primary_landscape:after {
  content: "stay_primary_landscape"; }

.material-icons.icon-e0d5:after {
  content: "e0d5"; }

.material-icons.icon-stay_primary_portrait:after {
  content: "stay_primary_portrait"; }

.material-icons.icon-e0d6:after {
  content: "e0d6"; }

.material-icons.icon-stop:after {
  content: "stop"; }

.material-icons.icon-e047:after {
  content: "e047"; }

.material-icons.icon-stop_screen_share:after {
  content: "stop_screen_share"; }

.material-icons.icon-e0e3:after {
  content: "e0e3"; }

.material-icons.icon-storage:after {
  content: "storage"; }

.material-icons.icon-e1db:after {
  content: "e1db"; }

.material-icons.icon-store:after {
  content: "store"; }

.material-icons.icon-e8d1:after {
  content: "e8d1"; }

.material-icons.icon-store_mall_directory:after {
  content: "store_mall_directory"; }

.material-icons.icon-e563:after {
  content: "e563"; }

.material-icons.icon-straighten:after {
  content: "straighten"; }

.material-icons.icon-e41c:after {
  content: "e41c"; }

.material-icons.icon-streetview:after {
  content: "streetview"; }

.material-icons.icon-e56e:after {
  content: "e56e"; }

.material-icons.icon-strikethrough_s:after {
  content: "strikethrough_s"; }

.material-icons.icon-e257:after {
  content: "e257"; }

.material-icons.icon-style:after {
  content: "style"; }

.material-icons.icon-e41d:after {
  content: "e41d"; }

.material-icons.icon-subdirectory_arrow_left:after {
  content: "subdirectory_arrow_left"; }

.material-icons.icon-e5d9:after {
  content: "e5d9"; }

.material-icons.icon-subdirectory_arrow_right:after {
  content: "subdirectory_arrow_right"; }

.material-icons.icon-e5da:after {
  content: "e5da"; }

.material-icons.icon-subject:after {
  content: "subject"; }

.material-icons.icon-e8d2:after {
  content: "e8d2"; }

.material-icons.icon-subscriptions:after {
  content: "subscriptions"; }

.material-icons.icon-e064:after {
  content: "e064"; }

.material-icons.icon-subtitles:after {
  content: "subtitles"; }

.material-icons.icon-e048:after {
  content: "e048"; }

.material-icons.icon-subway:after {
  content: "subway"; }

.material-icons.icon-e56f:after {
  content: "e56f"; }

.material-icons.icon-supervisor_account:after {
  content: "supervisor_account"; }

.material-icons.icon-e8d3:after {
  content: "e8d3"; }

.material-icons.icon-surround_sound:after {
  content: "surround_sound"; }

.material-icons.icon-e049:after {
  content: "e049"; }

.material-icons.icon-swap_calls:after {
  content: "swap_calls"; }

.material-icons.icon-e0d7:after {
  content: "e0d7"; }

.material-icons.icon-swap_horiz:after {
  content: "swap_horiz"; }

.material-icons.icon-e8d4:after {
  content: "e8d4"; }

.material-icons.icon-swap_vert:after {
  content: "swap_vert"; }

.material-icons.icon-e8d5:after {
  content: "e8d5"; }

.material-icons.icon-swap_vertical_circle:after {
  content: "swap_vertical_circle"; }

.material-icons.icon-e8d6:after {
  content: "e8d6"; }

.material-icons.icon-switch_camera:after {
  content: "switch_camera"; }

.material-icons.icon-e41e:after {
  content: "e41e"; }

.material-icons.icon-switch_video:after {
  content: "switch_video"; }

.material-icons.icon-e41f:after {
  content: "e41f"; }

.material-icons.icon-sync:after {
  content: "sync"; }

.material-icons.icon-e627:after {
  content: "e627"; }

.material-icons.icon-sync_disabled:after {
  content: "sync_disabled"; }

.material-icons.icon-e628:after {
  content: "e628"; }

.material-icons.icon-sync_problem:after {
  content: "sync_problem"; }

.material-icons.icon-e629:after {
  content: "e629"; }

.material-icons.icon-system_update:after {
  content: "system_update"; }

.material-icons.icon-e62a:after {
  content: "e62a"; }

.material-icons.icon-system_update_alt:after {
  content: "system_update_alt"; }

.material-icons.icon-e8d7:after {
  content: "e8d7"; }

.material-icons.icon-tab:after {
  content: "tab"; }

.material-icons.icon-e8d8:after {
  content: "e8d8"; }

.material-icons.icon-tab_unselected:after {
  content: "tab_unselected"; }

.material-icons.icon-e8d9:after {
  content: "e8d9"; }

.material-icons.icon-tablet:after {
  content: "tablet"; }

.material-icons.icon-e32f:after {
  content: "e32f"; }

.material-icons.icon-tablet_android:after {
  content: "tablet_android"; }

.material-icons.icon-e330:after {
  content: "e330"; }

.material-icons.icon-tablet_mac:after {
  content: "tablet_mac"; }

.material-icons.icon-e331:after {
  content: "e331"; }

.material-icons.icon-tag_faces:after {
  content: "tag_faces"; }

.material-icons.icon-e420:after {
  content: "e420"; }

.material-icons.icon-tap_and_play:after {
  content: "tap_and_play"; }

.material-icons.icon-e62b:after {
  content: "e62b"; }

.material-icons.icon-terrain:after {
  content: "terrain"; }

.material-icons.icon-e564:after {
  content: "e564"; }

.material-icons.icon-text_fields:after {
  content: "text_fields"; }

.material-icons.icon-e262:after {
  content: "e262"; }

.material-icons.icon-text_format:after {
  content: "text_format"; }

.material-icons.icon-e165:after {
  content: "e165"; }

.material-icons.icon-textsms:after {
  content: "textsms"; }

.material-icons.icon-e0d8:after {
  content: "e0d8"; }

.material-icons.icon-texture:after {
  content: "texture"; }

.material-icons.icon-e421:after {
  content: "e421"; }

.material-icons.icon-theaters:after {
  content: "theaters"; }

.material-icons.icon-e8da:after {
  content: "e8da"; }

.material-icons.icon-thumb_down:after {
  content: "thumb_down"; }

.material-icons.icon-e8db:after {
  content: "e8db"; }

.material-icons.icon-thumb_up:after {
  content: "thumb_up"; }

.material-icons.icon-e8dc:after {
  content: "e8dc"; }

.material-icons.icon-thumbs_up_down:after {
  content: "thumbs_up_down"; }

.material-icons.icon-e8dd:after {
  content: "e8dd"; }

.material-icons.icon-time_to_leave:after {
  content: "time_to_leave"; }

.material-icons.icon-e62c:after {
  content: "e62c"; }

.material-icons.icon-timelapse:after {
  content: "timelapse"; }

.material-icons.icon-e422:after {
  content: "e422"; }

.material-icons.icon-timeline:after {
  content: "timeline"; }

.material-icons.icon-e922:after {
  content: "e922"; }

.material-icons.icon-timer:after {
  content: "timer"; }

.material-icons.icon-e425:after {
  content: "e425"; }

.material-icons.icon-timer_10:after {
  content: "timer_10"; }

.material-icons.icon-e423:after {
  content: "e423"; }

.material-icons.icon-timer_3:after {
  content: "timer_3"; }

.material-icons.icon-e424:after {
  content: "e424"; }

.material-icons.icon-timer_off:after {
  content: "timer_off"; }

.material-icons.icon-e426:after {
  content: "e426"; }

.material-icons.icon-title:after {
  content: "title"; }

.material-icons.icon-e264:after {
  content: "e264"; }

.material-icons.icon-toc:after {
  content: "toc"; }

.material-icons.icon-e8de:after {
  content: "e8de"; }

.material-icons.icon-today:after {
  content: "today"; }

.material-icons.icon-e8df:after {
  content: "e8df"; }

.material-icons.icon-toll:after {
  content: "toll"; }

.material-icons.icon-e8e0:after {
  content: "e8e0"; }

.material-icons.icon-tonality:after {
  content: "tonality"; }

.material-icons.icon-e427:after {
  content: "e427"; }

.material-icons.icon-touch_app:after {
  content: "touch_app"; }

.material-icons.icon-e913:after {
  content: "e913"; }

.material-icons.icon-toys:after {
  content: "toys"; }

.material-icons.icon-e332:after {
  content: "e332"; }

.material-icons.icon-track_changes:after {
  content: "track_changes"; }

.material-icons.icon-e8e1:after {
  content: "e8e1"; }

.material-icons.icon-traffic:after {
  content: "traffic"; }

.material-icons.icon-e565:after {
  content: "e565"; }

.material-icons.icon-train:after {
  content: "train"; }

.material-icons.icon-e570:after {
  content: "e570"; }

.material-icons.icon-tram:after {
  content: "tram"; }

.material-icons.icon-e571:after {
  content: "e571"; }

.material-icons.icon-transfer_within_a_station:after {
  content: "transfer_within_a_station"; }

.material-icons.icon-e572:after {
  content: "e572"; }

.material-icons.icon-transform:after {
  content: "transform"; }

.material-icons.icon-e428:after {
  content: "e428"; }

.material-icons.icon-translate:after {
  content: "translate"; }

.material-icons.icon-e8e2:after {
  content: "e8e2"; }

.material-icons.icon-trending_down:after {
  content: "trending_down"; }

.material-icons.icon-e8e3:after {
  content: "e8e3"; }

.material-icons.icon-trending_flat:after {
  content: "trending_flat"; }

.material-icons.icon-e8e4:after {
  content: "e8e4"; }

.material-icons.icon-trending_up:after {
  content: "trending_up"; }

.material-icons.icon-e8e5:after {
  content: "e8e5"; }

.material-icons.icon-tune:after {
  content: "tune"; }

.material-icons.icon-e429:after {
  content: "e429"; }

.material-icons.icon-turned_in:after {
  content: "turned_in"; }

.material-icons.icon-e8e6:after {
  content: "e8e6"; }

.material-icons.icon-turned_in_not:after {
  content: "turned_in_not"; }

.material-icons.icon-e8e7:after {
  content: "e8e7"; }

.material-icons.icon-tv:after {
  content: "tv"; }

.material-icons.icon-e333:after {
  content: "e333"; }

.material-icons.icon-unarchive:after {
  content: "unarchive"; }

.material-icons.icon-e169:after {
  content: "e169"; }

.material-icons.icon-undo:after {
  content: "undo"; }

.material-icons.icon-e166:after {
  content: "e166"; }

.material-icons.icon-unfold_less:after {
  content: "unfold_less"; }

.material-icons.icon-e5d6:after {
  content: "e5d6"; }

.material-icons.icon-unfold_more:after {
  content: "unfold_more"; }

.material-icons.icon-e5d7:after {
  content: "e5d7"; }

.material-icons.icon-update:after {
  content: "update"; }

.material-icons.icon-e923:after {
  content: "e923"; }

.material-icons.icon-usb:after {
  content: "usb"; }

.material-icons.icon-e1e0:after {
  content: "e1e0"; }

.material-icons.icon-verified_user:after {
  content: "verified_user"; }

.material-icons.icon-e8e8:after {
  content: "e8e8"; }

.material-icons.icon-vertical_align_bottom:after {
  content: "vertical_align_bottom"; }

.material-icons.icon-e258:after {
  content: "e258"; }

.material-icons.icon-vertical_align_center:after {
  content: "vertical_align_center"; }

.material-icons.icon-e259:after {
  content: "e259"; }

.material-icons.icon-vertical_align_top:after {
  content: "vertical_align_top"; }

.material-icons.icon-e25a:after {
  content: "e25a"; }

.material-icons.icon-vibration:after {
  content: "vibration"; }

.material-icons.icon-e62d:after {
  content: "e62d"; }

.material-icons.icon-video_call:after {
  content: "video_call"; }

.material-icons.icon-e070:after {
  content: "e070"; }

.material-icons.icon-video_label:after {
  content: "video_label"; }

.material-icons.icon-e071:after {
  content: "e071"; }

.material-icons.icon-video_library:after {
  content: "video_library"; }

.material-icons.icon-e04a:after {
  content: "e04a"; }

.material-icons.icon-videocam:after {
  content: "videocam"; }

.material-icons.icon-e04b:after {
  content: "e04b"; }

.material-icons.icon-videocam_off:after {
  content: "videocam_off"; }

.material-icons.icon-e04c:after {
  content: "e04c"; }

.material-icons.icon-videogame_asset:after {
  content: "videogame_asset"; }

.material-icons.icon-e338:after {
  content: "e338"; }

.material-icons.icon-view_agenda:after {
  content: "view_agenda"; }

.material-icons.icon-e8e9:after {
  content: "e8e9"; }

.material-icons.icon-view_array:after {
  content: "view_array"; }

.material-icons.icon-e8ea:after {
  content: "e8ea"; }

.material-icons.icon-view_carousel:after {
  content: "view_carousel"; }

.material-icons.icon-e8eb:after {
  content: "e8eb"; }

.material-icons.icon-view_column:after {
  content: "view_column"; }

.material-icons.icon-e8ec:after {
  content: "e8ec"; }

.material-icons.icon-view_comfy:after {
  content: "view_comfy"; }

.material-icons.icon-e42a:after {
  content: "e42a"; }

.material-icons.icon-view_compact:after {
  content: "view_compact"; }

.material-icons.icon-e42b:after {
  content: "e42b"; }

.material-icons.icon-view_day:after {
  content: "view_day"; }

.material-icons.icon-e8ed:after {
  content: "e8ed"; }

.material-icons.icon-view_headline:after {
  content: "view_headline"; }

.material-icons.icon-e8ee:after {
  content: "e8ee"; }

.material-icons.icon-view_list:after {
  content: "view_list"; }

.material-icons.icon-e8ef:after {
  content: "e8ef"; }

.material-icons.icon-view_module:after {
  content: "view_module"; }

.material-icons.icon-e8f0:after {
  content: "e8f0"; }

.material-icons.icon-view_quilt:after {
  content: "view_quilt"; }

.material-icons.icon-e8f1:after {
  content: "e8f1"; }

.material-icons.icon-view_stream:after {
  content: "view_stream"; }

.material-icons.icon-e8f2:after {
  content: "e8f2"; }

.material-icons.icon-view_week:after {
  content: "view_week"; }

.material-icons.icon-e8f3:after {
  content: "e8f3"; }

.material-icons.icon-vignette:after {
  content: "vignette"; }

.material-icons.icon-e435:after {
  content: "e435"; }

.material-icons.icon-visibility:after {
  content: "visibility"; }

.material-icons.icon-e8f4:after {
  content: "e8f4"; }

.material-icons.icon-visibility_off:after {
  content: "visibility_off"; }

.material-icons.icon-e8f5:after {
  content: "e8f5"; }

.material-icons.icon-voice_chat:after {
  content: "voice_chat"; }

.material-icons.icon-e62e:after {
  content: "e62e"; }

.material-icons.icon-voicemail:after {
  content: "voicemail"; }

.material-icons.icon-e0d9:after {
  content: "e0d9"; }

.material-icons.icon-volume_down:after {
  content: "volume_down"; }

.material-icons.icon-e04d:after {
  content: "e04d"; }

.material-icons.icon-volume_mute:after {
  content: "volume_mute"; }

.material-icons.icon-e04e:after {
  content: "e04e"; }

.material-icons.icon-volume_off:after {
  content: "volume_off"; }

.material-icons.icon-e04f:after {
  content: "e04f"; }

.material-icons.icon-volume_up:after {
  content: "volume_up"; }

.material-icons.icon-e050:after {
  content: "e050"; }

.material-icons.icon-vpn_key:after {
  content: "vpn_key"; }

.material-icons.icon-e0da:after {
  content: "e0da"; }

.material-icons.icon-vpn_lock:after {
  content: "vpn_lock"; }

.material-icons.icon-e62f:after {
  content: "e62f"; }

.material-icons.icon-wallpaper:after {
  content: "wallpaper"; }

.material-icons.icon-e1bc:after {
  content: "e1bc"; }

.material-icons.icon-warning:after {
  content: "warning"; }

.material-icons.icon-e002:after {
  content: "e002"; }

.material-icons.icon-watch:after {
  content: "watch"; }

.material-icons.icon-e334:after {
  content: "e334"; }

.material-icons.icon-watch_later:after {
  content: "watch_later"; }

.material-icons.icon-e924:after {
  content: "e924"; }

.material-icons.icon-wb_auto:after {
  content: "wb_auto"; }

.material-icons.icon-e42c:after {
  content: "e42c"; }

.material-icons.icon-wb_cloudy:after {
  content: "wb_cloudy"; }

.material-icons.icon-e42d:after {
  content: "e42d"; }

.material-icons.icon-wb_incandescent:after {
  content: "wb_incandescent"; }

.material-icons.icon-e42e:after {
  content: "e42e"; }

.material-icons.icon-wb_iridescent:after {
  content: "wb_iridescent"; }

.material-icons.icon-e436:after {
  content: "e436"; }

.material-icons.icon-wb_sunny:after {
  content: "wb_sunny"; }

.material-icons.icon-e430:after {
  content: "e430"; }

.material-icons.icon-wc:after {
  content: "wc"; }

.material-icons.icon-e63d:after {
  content: "e63d"; }

.material-icons.icon-web:after {
  content: "web"; }

.material-icons.icon-e051:after {
  content: "e051"; }

.material-icons.icon-web_asset:after {
  content: "web_asset"; }

.material-icons.icon-e069:after {
  content: "e069"; }

.material-icons.icon-weekend:after {
  content: "weekend"; }

.material-icons.icon-e16b:after {
  content: "e16b"; }

.material-icons.icon-whatshot:after {
  content: "whatshot"; }

.material-icons.icon-e80e:after {
  content: "e80e"; }

.material-icons.icon-widgets:after {
  content: "widgets"; }

.material-icons.icon-e1bd:after {
  content: "e1bd"; }

.material-icons.icon-wifi:after {
  content: "wifi"; }

.material-icons.icon-e63e:after {
  content: "e63e"; }

.material-icons.icon-wifi_lock:after {
  content: "wifi_lock"; }

.material-icons.icon-e1e1:after {
  content: "e1e1"; }

.material-icons.icon-wifi_tethering:after {
  content: "wifi_tethering"; }

.material-icons.icon-e1e2:after {
  content: "e1e2"; }

.material-icons.icon-work:after {
  content: "work"; }

.material-icons.icon-e8f9:after {
  content: "e8f9"; }

.material-icons.icon-wrap_text:after {
  content: "wrap_text"; }

.material-icons.icon-e25b:after {
  content: "e25b"; }

.material-icons.icon-youtube_searched_for:after {
  content: "youtube_searched_for"; }

.material-icons.icon-e8fa:after {
  content: "e8fa"; }

.material-icons.icon-zoom_in:after {
  content: "zoom_in"; }

.material-icons.icon-e8ff:after {
  content: "e8ff"; }

.material-icons.icon-zoom_out:after {
  content: "zoom_out"; }

.material-icons.icon-e900:after {
  content: "e900"; }

.material-icons.icon-zoom_out_map:after {
  content: "zoom_out_map"; }

.material-icons.icon-e56b:after {
  content: "e56b"; }

/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54); }

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: white; }

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3); }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: #F8F3F3;
  font-family: 'Lato', sans-serif; }

h1, h2, h3, h4, h5 {
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
  font-family: 'Montserrat', sans-serif; }

.row p, .row li {
  font-size: 18px;
  line-height: 30px; }

p {
  margin-bottom: 30px; }

.row ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 24px;
  margin-bottom: 30px; }
  .row ul li {
    position: relative; }
    .row ul li span.fuel-label {
      font-weight: bold;
      display: inline-block;
      width: 60px; }
  .row ul .material-icons {
    position: absolute;
    left: -24px;
    top: 6px; }

.material-icons {
  position: relative;
  top: 2.5px; }

.content {
  padding-top: 24px; }

.subnav a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 12px;
  text-transform: uppercase;
  pointer-events: none;
  background: #ffffff;
  height: 48px;
  color: #3B6FB1;
  position: relative;
  padding-top: 13px;
  padding-left: 13px;
  border-radius: 6px;
  font-weight: 600;
  box-shadow: 0 0px 40px rgba(27, 51, 81, 0.3); }

.subnav .collapsed {
  pointer-events: all;
  background: rgba(255, 255, 255, 0);
  color: #ffffff;
  text-decoration: none;
  transition: all .3s ease-in;
  box-shadow: none; }
  .subnav .collapsed:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0px 40px rgba(27, 51, 81, 0.5); }
  .subnav .collapsed:after {
    display: none; }

.welcome {
  margin-top: 0;
  background: #F8F3F3;
  padding-top: 30px; }
  .welcome h1, .welcome h2, .welcome h3, .welcome h4, .welcome h5 {
    color: #3B6FB1; }
  .welcome p, .welcome li {
    color: rgba(27, 51, 81, 0.8); }
  .welcome .material-icons {
    color: rgba(59, 111, 177, 0.5); }

.parallax-window {
  height: 320px;
  background: transparent;
  backface-visibility: hidden; }

.jumbotron {
  height: 480px; }

.about {
  color: #ffffff;
  background: #3B6FB1; }
  .about h1, .about h2, .about h3, .about h4, .about h5 {
    color: #ffffff; }
  .about p, .about li {
    color: #ffffff;
    opacity: .65; }
  .about p a {
    color: #ffffff;
    text-decoration: underline; }
  .about .material-icons {
    color: rgba(255, 255, 255, 0.65); }
  .about .panel {
    box-shadow: none;
    background: none;
    border: none; }
    .about .panel .panel-heading {
      background: white;
      border-radius: 6px;
      margin-bottom: 18px; }
      .about .panel .panel-heading a {
        color: #3B6FB1;
        display: block;
        width: 100%;
        text-decoration: none; }

.contact {
  background: #F8F3F3; }
  .contact h1, .contact h2, .contact h3, .contact h4, .contact h5 {
    color: #3B6FB1; }
  .contact p, .contact li {
    color: rgba(27, 51, 81, 0.8); }
  .contact .material-icons {
    color: rgba(59, 111, 177, 0.5); }

.links {
  color: #ffffff;
  background: #3B6FB1; }
  .links h1, .links h2, .links h3, .links h4, .links h5 {
    color: #ffffff; }
  .links p, .links li {
    color: #ffffff;
    opacity: .65; }
  .links li {
    line-height: 24px;
    margin-bottom: 12px;
    opacity: .8; }
    .links li a {
      color: #fff;
      text-decoration: underline; }
    .links li .material-icons {
      position: absolute;
      left: -24px;
      top: 3px !important; }
    .links li small {
      font-size: 14px;
      opacity: .65; }
  .links .material-icons {
    color: rgba(255, 255, 255, 0.65); }

.av_links {
  background: #1b3351; }
  .av_links h1, .av_links h2, .av_links h3, .av_links h4, .av_links h5 {
    color: #ffffff; }
  .av_links p, .av_links li {
    opacity: .65;
    margin-bottom: 12px; }
    .av_links p a, .av_links li a {
      color: #ffffff;
      text-decoration: underline; }
  .av_links .material-icons {
    color: rgba(255, 255, 255, 0.5); }

.paraxify {
  background-position: center center;
  background-size: cover;
  height: 140px; }
  .paraxify .inner {
    display: block;
    width: 100%;
    height: 100%;
    border-top: 20px solid rgba(27, 51, 81, 0.2);
    border-bottom: 20px solid rgba(27, 51, 81, 0.2); }

.no-touch .paraxify {
  background-attachment: fixed;
  height: 300px; }

#window_0 {
  height: 480px;
  background-image: url(../img/header_2.jpg);
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    #window_0 {
      height: 320px; } }
  #window_0 .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 480px;
    position: relative;
    top: 0; }
    @media screen and (max-width: 480px) {
      #window_0 .container {
        height: 320px; } }
  #window_0 .logo {
    display: flex;
    width: 80%;
    max-width: 460px;
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      #window_0 .logo {
        margin-top: 40px;
        width: 90%; } }
  #window_0 .mtns {
    position: absolute;
    bottom: -2px;
    width: 120%;
    left: -10%; }

#window_1 {
  background-image: url(../img/tiedown.jpg) !important; }

#window_2 {
  background-image: url(../img/22.jpg) !important; }

#window_3 {
  background-image: url(../img/tiehang.jpg) !important; }

#window_4 {
  background-image: url(../img/tie_gap.jpg) !important; }

.alert {
  font-size: 18px;
  background: rgba(59, 111, 177, 0.4);
  border-color: #3B6FB1;
  border-radius: 3px;
  color: #1b3351;
  font-size: 16px; }
  .alert a {
    color: #1b3351;
    text-decoration: underline; }
  .alert strong {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 6px;
    color: #3B6FB1; }
  .alert .material-icons {
    color: #3B6FB1; }
