@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

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

body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

abbr[title],
dfn[title] {
  cursor: help; }

u,
ins {
  text-decoration: none; }

ins {
  border-bottom: 1px solid; }

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

ul, ol, dd {
  margin-left: 48px;
  margin-left: 3rem; }

html {
  font-size: 1em;
  line-height: 1.5;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.fs-caption {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 20px; }

@media screen and (max-width: 1023px) {
  .fs-body-1,
  .fs-body-2 {
    font-size: 14px;
    font-size: 0.875rem; } }
@media screen and (min-width: 1024px) {
  .fs-body-1,
  .fs-body-2 {
    font-size: 13px;
    font-size: 0.8125rem; } }

.fs-body-1 {
  font-weight: 400;
  line-height: 20px; }

.fs-body-2 {
  font-weight: 600;
  line-height: 24px; }

.fs-subhead {
  font-weight: 400;
  line-height: 24px; }
  @media screen and (max-width: 1023px) {
    .fs-subhead {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .fs-subhead {
      font-size: 15px;
      font-size: 0.9375rem; } }

.fs-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 28px; }

.fs-headline {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px; }

.fs-display-1 {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 40px; }

.fs-display-2 {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1px; }

.fs-display-3 {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -2px; }

.fs-display-4 {
  font-size: 112px;
  font-size: 7rem;
  font-weight: 300;
  line-height: 128px;
  letter-spacing: -5px; }

.zero-whole {
  width: 0 !important; }

.one-whole {
  width: 100% !important; }

.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
  width: 50% !important; }

.one-third,
.two-sixths,
.three-ninths,
.four-twelfths {
  width: 33.3333333% !important; }

.two-thirds,
.four-sixths,
.six-ninths,
.eight-twelfths {
  width: 66.6666666% !important; }

.one-quarter,
.two-eighths,
.three-twelfths {
  width: 25% !important; }

.three-quarters,
.six-eighths,
.nine-twelfths {
  width: 75% !important; }

.one-fifth,
.two-tenths {
  width: 20% !important; }

.two-fifths,
.four-tenths {
  width: 40% !important; }

.three-fifths,
.six-tenths {
  width: 60% !important; }

.four-fifths,
.eight-tenths {
  width: 80% !important; }

.one-sixth,
.two-twelfths {
  width: 16.6666666% !important; }

.five-sixths,
.ten-twelfths {
  width: 83.3333333% !important; }

.one-eighth {
  width: 12.5% !important; }

.three-eighths {
  width: 37.5% !important; }

.five-eighths {
  width: 62.5% !important; }

.seven-eighths {
  width: 87.5% !important; }

.one-ninth {
  width: 11.1111111% !important; }

.two-ninths {
  width: 22.2222222% !important; }

.four-ninths {
  width: 44.4444444% !important; }

.five-ninths {
  width: 55.5555555% !important; }

.seven-ninths {
  width: 77.7777777% !important; }

.eight-ninths {
  width: 88.8888888% !important; }

.one-tenth {
  width: 10% !important; }

.three-tenths {
  width: 30% !important; }

.seven-tenths {
  width: 70% !important; }

.nine-tenths {
  width: 90% !important; }

.one-twelfth {
  width: 8.3333333% !important; }

.five-twelfths {
  width: 41.6666666% !important; }

.seven-twelfths {
  width: 58.3333333% !important; }

.eleven-twelfths {
  width: 91.6666666% !important; }

.m {
  margin: 24px !important; }

.mt {
  margin-top: 24px !important; }

.mr {
  margin-right: 24px !important; }

.mb {
  margin-bottom: 24px !important; }

.ml {
  margin-left: 24px !important; }

.mh {
  margin-right: 24px !important;
  margin-left: 24px !important; }

.mv {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.m-- {
  margin: 6px !important; }

.mt-- {
  margin-top: 6px !important; }

.mr-- {
  margin-right: 6px !important; }

.mb-- {
  margin-bottom: 6px !important; }

.ml-- {
  margin-left: 6px !important; }

.mh-- {
  margin-right: 6px !important;
  margin-left: 6px !important; }

.mv-- {
  margin-top: 6px !important;
  margin-bottom: 6px !important; }

.m- {
  margin: 12px !important; }

.mt- {
  margin-top: 12px !important; }

.mr- {
  margin-right: 12px !important; }

.mb- {
  margin-bottom: 12px !important; }

.ml- {
  margin-left: 12px !important; }

.mh- {
  margin-right: 12px !important;
  margin-left: 12px !important; }

.mv- {
  margin-top: 12px !important;
  margin-bottom: 12px !important; }

.m\+ {
  margin: 48px !important; }

.mt\+ {
  margin-top: 48px !important; }

.mr\+ {
  margin-right: 48px !important; }

.mb\+ {
  margin-bottom: 48px !important; }

.ml\+ {
  margin-left: 48px !important; }

.mh\+ {
  margin-right: 48px !important;
  margin-left: 48px !important; }

.mv\+ {
  margin-top: 48px !important;
  margin-bottom: 48px !important; }

.m\+\+ {
  margin: 96px !important; }

.mt\+\+ {
  margin-top: 96px !important; }

.mr\+\+ {
  margin-right: 96px !important; }

.mb\+\+ {
  margin-bottom: 96px !important; }

.ml\+\+ {
  margin-left: 96px !important; }

.mh\+\+ {
  margin-right: 96px !important;
  margin-left: 96px !important; }

.mv\+\+ {
  margin-top: 96px !important;
  margin-bottom: 96px !important; }

.m0 {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.mh0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.p {
  padding: 24px !important; }

.pt {
  padding-top: 24px !important; }

.pr {
  padding-right: 24px !important; }

.pb {
  padding-bottom: 24px !important; }

.pl {
  padding-left: 24px !important; }

.ph {
  padding-right: 24px !important;
  padding-left: 24px !important; }

.pv {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.p-- {
  padding: 6px !important; }

.pt-- {
  padding-top: 6px !important; }

.pr-- {
  padding-right: 6px !important; }

.pb-- {
  padding-bottom: 6px !important; }

.pl-- {
  padding-left: 6px !important; }

.ph-- {
  padding-right: 6px !important;
  padding-left: 6px !important; }

.pv-- {
  padding-top: 6px !important;
  padding-bottom: 6px !important; }

.p- {
  padding: 12px !important; }

.pt- {
  padding-top: 12px !important; }

.pr- {
  padding-right: 12px !important; }

.pb- {
  padding-bottom: 12px !important; }

.pl- {
  padding-left: 12px !important; }

.ph- {
  padding-right: 12px !important;
  padding-left: 12px !important; }

.pv- {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.p\+ {
  padding: 48px !important; }

.pt\+ {
  padding-top: 48px !important; }

.pr\+ {
  padding-right: 48px !important; }

.pb\+ {
  padding-bottom: 48px !important; }

.pl\+ {
  padding-left: 48px !important; }

.ph\+ {
  padding-right: 48px !important;
  padding-left: 48px !important; }

.pv\+ {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.p\+\+ {
  padding: 96px !important; }

.pt\+\+ {
  padding-top: 96px !important; }

.pr\+\+ {
  padding-right: 96px !important; }

.pb\+\+ {
  padding-bottom: 96px !important; }

.pl\+\+ {
  padding-left: 96px !important; }

.ph\+\+ {
  padding-right: 96px !important;
  padding-left: 96px !important; }

.pv\+\+ {
  padding-top: 96px !important;
  padding-bottom: 96px !important; }

.p0 {
  padding: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

.ph0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.pv0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.float--right {
  float: right !important; }

.float--left {
  float: left  !important; }

.float--none {
  float: none  !important; }

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

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

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

.visuallyhidden,
.checkbox__input,
.input-file__input,
.radio-button__input,
.switch__input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/roboto/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-regular.woff2") format("woff2"), url("../../fonts/roboto/roboto-regular.woff") format("woff"), url("../../fonts/roboto/roboto-regular.ttf") format("truetype"), url("../../fonts/roboto/roboto-regular.svg#roboto") format("svg"); }
@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/roboto/roboto-light.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-light.woff2") format("woff2"), url("../../fonts/roboto/roboto-light.woff") format("woff"), url("../../fonts/roboto/roboto-light.ttf") format("truetype"), url("../../fonts/roboto/roboto-light.svg#roboto") format("svg"); }
@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/roboto/roboto-medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-medium.woff2") format("woff2"), url("../../fonts/roboto/roboto-medium.woff") format("woff"), url("../../fonts/roboto/roboto-medium.ttf") format("truetype"), url("../../fonts/roboto/roboto-medium.svg#roboto") format("svg"); }
@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/roboto/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/roboto-bold.woff2") format("woff2"), url("../../fonts/roboto/roboto-bold.woff") format("woff"), url("../../fonts/roboto/roboto-bold.ttf") format("truetype"), url("../../fonts/roboto/roboto-bold.svg#roboto") format("svg"); }
@font-face {
  font-family: md-icons;
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/md-icons/md-icons.eot?#iefix") format("embedded-opentype"), url("../../fonts/md-icons/md-icons.woff2") format("woff2"), url("../../fonts/md-icons/md-icons.woff") format("woff"), url("../../fonts/md-icons/md-icons.ttf") format("truetype"), url("../../fonts/md-icons/md-icons.svg#md-icons") format("svg"); }
.mdi {
  display: inline-block;
  font: normal normal normal 14px/1 md-icons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mdi--3d-rotation:before {
  content: ""; }

.mdi--accessibility:before {
  content: ""; }

.mdi--account-balance:before {
  content: ""; }

.mdi--account-balance-wallet:before {
  content: ""; }

.mdi--account-box:before {
  content: ""; }

.mdi--account-child:before {
  content: ""; }

.mdi--account-circle:before {
  content: ""; }

.mdi--add-shopping-cart:before {
  content: ""; }

.mdi--alarm:before {
  content: ""; }

.mdi--alarm-add:before {
  content: ""; }

.mdi--alarm-off:before {
  content: ""; }

.mdi--alarm-on:before {
  content: ""; }

.mdi--android:before {
  content: ""; }

.mdi--announcement:before {
  content: ""; }

.mdi--aspect-ratio:before {
  content: ""; }

.mdi--assessment:before {
  content: ""; }

.mdi--assignment:before {
  content: ""; }

.mdi--assignment-ind:before {
  content: ""; }

.mdi--assignment-late:before {
  content: ""; }

.mdi--assignment-return:before {
  content: ""; }

.mdi--assignment-returned:before {
  content: ""; }

.mdi--assignment-turned-in:before {
  content: ""; }

.mdi--autorenew:before {
  content: ""; }

.mdi--backup:before {
  content: ""; }

.mdi--book:before {
  content: ""; }

.mdi--bookmark:before {
  content: ""; }

.mdi--bookmark-outline:before {
  content: ""; }

.mdi--bug-report:before {
  content: ""; }

.mdi--cached:before {
  content: ""; }

.mdi--class:before {
  content: ""; }

.mdi--credit-card:before {
  content: ""; }

.mdi--dashboard:before {
  content: ""; }

.mdi--delete:before {
  content: ""; }

.mdi--description:before {
  content: ""; }

.mdi--dns:before {
  content: ""; }

.mdi--done:before {
  content: ""; }

.mdi--done-all:before {
  content: ""; }

.mdi--event:before {
  content: ""; }

.mdi--exit-to-app:before {
  content: ""; }

.mdi--explore:before {
  content: ""; }

.mdi--extension:before {
  content: ""; }

.mdi--face-unlock:before {
  content: ""; }

.mdi--favorite:before {
  content: ""; }

.mdi--favorite-outline:before {
  content: ""; }

.mdi--find-in-page:before {
  content: ""; }

.mdi--find-replace:before {
  content: ""; }

.mdi--flip-to-back:before {
  content: ""; }

.mdi--flip-to-front:before {
  content: ""; }

.mdi--get-app:before {
  content: ""; }

.mdi--grade:before {
  content: ""; }

.mdi--group-work:before {
  content: ""; }

.mdi--help:before {
  content: ""; }

.mdi--highlight-remove:before {
  content: ""; }

.mdi--history:before {
  content: ""; }

.mdi--home:before {
  content: ""; }

.mdi--https:before {
  content: ""; }

.mdi--info:before {
  content: ""; }

.mdi--info-outline:before {
  content: ""; }

.mdi--input:before {
  content: ""; }

.mdi--invert-colors:before {
  content: ""; }

.mdi--label:before {
  content: ""; }

.mdi--label-outline:before {
  content: ""; }

.mdi--language:before {
  content: ""; }

.mdi--launch:before {
  content: ""; }

.mdi--list:before {
  content: ""; }

.mdi--lock:before {
  content: ""; }

.mdi--lock-open:before {
  content: ""; }

.mdi--lock-outline:before {
  content: ""; }

.mdi--loyalty:before {
  content: ""; }

.mdi--markunread-mailbox:before {
  content: ""; }

.mdi--note-add:before {
  content: ""; }

.mdi--open-in-browser:before {
  content: ""; }

.mdi--open-in-new:before {
  content: ""; }

.mdi--open-with:before {
  content: ""; }

.mdi--pageview:before {
  content: ""; }

.mdi--payment:before {
  content: ""; }

.mdi--perm-camera-mic:before {
  content: ""; }

.mdi--perm-contact-cal:before {
  content: ""; }

.mdi--perm-data-setting:before {
  content: ""; }

.mdi--perm-device-info:before {
  content: ""; }

.mdi--perm-identity:before {
  content: ""; }

.mdi--perm-media:before {
  content: ""; }

.mdi--perm-phone-msg:before {
  content: ""; }

.mdi--perm-scan-wifi:before {
  content: ""; }

.mdi--picture-in-picture:before {
  content: ""; }

.mdi--polymer:before {
  content: ""; }

.mdi--print:before {
  content: ""; }

.mdi--query-builder:before {
  content: ""; }

.mdi--question-answer:before {
  content: ""; }

.mdi--receipt:before {
  content: ""; }

.mdi--redeem:before {
  content: ""; }

.mdi--report-problem:before {
  content: ""; }

.mdi--restore:before {
  content: ""; }

.mdi--room:before {
  content: ""; }

.mdi--schedule:before {
  content: ""; }

.mdi--search:before {
  content: ""; }

.mdi--settings:before {
  content: ""; }

.mdi--settings-applications:before {
  content: ""; }

.mdi--settings-backup-restore:before {
  content: ""; }

.mdi--settings-bluetooth:before {
  content: ""; }

.mdi--settings-cell:before {
  content: ""; }

.mdi--settings-display:before {
  content: ""; }

.mdi--settings-ethernet:before {
  content: ""; }

.mdi--settings-input-antenna:before {
  content: ""; }

.mdi--settings-input-component:before {
  content: ""; }

.mdi--settings-input-composite:before {
  content: ""; }

.mdi--settings-input-hdmi:before {
  content: ""; }

.mdi--settings-input-svideo:before {
  content: ""; }

.mdi--settings-overscan:before {
  content: ""; }

.mdi--settings-phone:before {
  content: ""; }

.mdi--settings-power:before {
  content: ""; }

.mdi--settings-remote:before {
  content: ""; }

.mdi--settings-voice:before {
  content: ""; }

.mdi--shop:before {
  content: ""; }

.mdi--shopping-basket:before {
  content: ""; }

.mdi--shopping-cart:before {
  content: ""; }

.mdi--shop-two:before {
  content: ""; }

.mdi--speaker-notes:before {
  content: ""; }

.mdi--spellcheck:before {
  content: ""; }

.mdi--star-rate:before {
  content: ""; }

.mdi--stars:before {
  content: ""; }

.mdi--store:before {
  content: ""; }

.mdi--subject:before {
  content: ""; }

.mdi--swap-horiz:before {
  content: ""; }

.mdi--swap-vert:before {
  content: ""; }

.mdi--swap-vert-circle:before {
  content: ""; }

.mdi--system-update-tv:before {
  content: ""; }

.mdi--tab:before {
  content: ""; }

.mdi--tab-unselected:before {
  content: ""; }

.mdi--theaters:before {
  content: ""; }

.mdi--thumb-down:before {
  content: ""; }

.mdi--thumbs-up-down:before {
  content: ""; }

.mdi--thumb-up:before {
  content: ""; }

.mdi--toc:before {
  content: ""; }

.mdi--today:before {
  content: ""; }

.mdi--track-changes:before {
  content: ""; }

.mdi--translate:before {
  content: ""; }

.mdi--trending-down:before {
  content: ""; }

.mdi--trending-neutral:before {
  content: ""; }

.mdi--trending-up:before {
  content: ""; }

.mdi--turned-in:before {
  content: ""; }

.mdi--turned-in-not:before {
  content: ""; }

.mdi--verified-user:before {
  content: ""; }

.mdi--view-agenda:before {
  content: ""; }

.mdi--view-array:before {
  content: ""; }

.mdi--view-carousel:before {
  content: ""; }

.mdi--view-column:before {
  content: ""; }

.mdi--view-day:before {
  content: ""; }

.mdi--view-headline:before {
  content: ""; }

.mdi--view-list:before {
  content: ""; }

.mdi--view-module:before {
  content: ""; }

.mdi--view-quilt:before {
  content: ""; }

.mdi--view-stream:before {
  content: ""; }

.mdi--view-week:before {
  content: ""; }

.mdi--visibility:before {
  content: ""; }

.mdi--visibility-off:before {
  content: ""; }

.mdi--wallet-giftcard:before {
  content: ""; }

.mdi--wallet-membership:before {
  content: ""; }

.mdi--wallet-travel:before {
  content: ""; }

.mdi--work:before {
  content: ""; }

.mdi--error:before {
  content: ""; }

.mdi--warning:before {
  content: ""; }

.mdi--album:before {
  content: ""; }

.mdi--av-timer:before {
  content: ""; }

.mdi--closed-caption:before {
  content: ""; }

.mdi--equalizer:before {
  content: ""; }

.mdi--explicit:before {
  content: ""; }

.mdi--fast-forward:before {
  content: ""; }

.mdi--fast-rewind:before {
  content: ""; }

.mdi--games:before {
  content: ""; }

.mdi--hearing:before {
  content: ""; }

.mdi--high-quality:before {
  content: ""; }

.mdi--loop:before {
  content: ""; }

.mdi--mic:before {
  content: ""; }

.mdi--mic-none:before {
  content: ""; }

.mdi--mic-off:before {
  content: ""; }

.mdi--movie:before {
  content: ""; }

.mdi--my-library-add:before {
  content: ""; }

.mdi--my-library-books:before {
  content: ""; }

.mdi--my-library-music:before {
  content: ""; }

.mdi--new-releases:before {
  content: ""; }

.mdi--not-interested:before {
  content: ""; }

.mdi--pause:before {
  content: ""; }

.mdi--pause-circle-fill:before {
  content: ""; }

.mdi--pause-circle-outline:before {
  content: ""; }

.mdi--play-arrow:before {
  content: ""; }

.mdi--play-circle-fill:before {
  content: ""; }

.mdi--play-circle-outline:before {
  content: ""; }

.mdi--playlist-add:before {
  content: ""; }

.mdi--play-shopping-bag:before {
  content: ""; }

.mdi--queue:before {
  content: ""; }

.mdi--queue-music:before {
  content: ""; }

.mdi--radio:before {
  content: ""; }

.mdi--recent-actors:before {
  content: ""; }

.mdi--repeat:before {
  content: ""; }

.mdi--repeat-one:before {
  content: ""; }

.mdi--replay:before {
  content: ""; }

.mdi--shuffle:before {
  content: ""; }

.mdi--skip-next:before {
  content: ""; }

.mdi--skip-previous:before {
  content: ""; }

.mdi--snooze:before {
  content: ""; }

.mdi--stop:before {
  content: ""; }

.mdi--subtitles:before {
  content: ""; }

.mdi--surround-sound:before {
  content: ""; }

.mdi--videocam:before {
  content: ""; }

.mdi--videocam-off:before {
  content: ""; }

.mdi--video-collection:before {
  content: ""; }

.mdi--volume-down:before {
  content: ""; }

.mdi--volume-mute:before {
  content: ""; }

.mdi--volume-off:before {
  content: ""; }

.mdi--volume-up:before {
  content: ""; }

.mdi--web:before {
  content: ""; }

.mdi--business:before {
  content: ""; }

.mdi--call:before {
  content: ""; }

.mdi--call-end:before {
  content: ""; }

.mdi--call-made:before {
  content: ""; }

.mdi--call-merge:before {
  content: ""; }

.mdi--call-missed:before {
  content: ""; }

.mdi--call-received:before {
  content: ""; }

.mdi--call-split:before {
  content: ""; }

.mdi--chat:before {
  content: ""; }

.mdi--clear-all:before {
  content: ""; }

.mdi--comment:before {
  content: ""; }

.mdi--contacts:before {
  content: ""; }

.mdi--dialer-sip:before {
  content: ""; }

.mdi--dialpad:before {
  content: ""; }

.mdi--dnd-on:before {
  content: ""; }

.mdi--email:before {
  content: ""; }

.mdi--forum:before {
  content: ""; }

.mdi--import-export:before {
  content: ""; }

.mdi--invert-colors-off:before {
  content: ""; }

.mdi--invert-colors-on:before {
  content: ""; }

.mdi--live-help:before {
  content: ""; }

.mdi--location-off:before {
  content: ""; }

.mdi--location-on:before {
  content: ""; }

.mdi--message:before {
  content: ""; }

.mdi--messenger:before {
  content: ""; }

.mdi--no-sim:before {
  content: ""; }

.mdi--phone:before {
  content: ""; }

.mdi--portable-wifi-off:before {
  content: ""; }

.mdi--quick-contacts-dialer:before {
  content: ""; }

.mdi--quick-contacts-mail:before {
  content: ""; }

.mdi--ring-volume:before {
  content: ""; }

.mdi--stay-current-landscape:before {
  content: ""; }

.mdi--stay-current-portrait:before {
  content: ""; }

.mdi--stay-primary-landscape:before {
  content: ""; }

.mdi--stay-primary-portrait:before {
  content: ""; }

.mdi--swap-calls:before {
  content: ""; }

.mdi--textsms:before {
  content: ""; }

.mdi--voicemail:before {
  content: ""; }

.mdi--vpn-key:before {
  content: ""; }

.mdi--add:before {
  content: ""; }

.mdi--add-box:before {
  content: ""; }

.mdi--add-circle:before {
  content: ""; }

.mdi--add-circle-outline:before {
  content: ""; }

.mdi--archive:before {
  content: ""; }

.mdi--backspace:before {
  content: ""; }

.mdi--block:before {
  content: ""; }

.mdi--clear:before {
  content: ""; }

.mdi--content-copy:before {
  content: ""; }

.mdi--content-cut:before {
  content: ""; }

.mdi--content-paste:before {
  content: ""; }

.mdi--create:before {
  content: ""; }

.mdi--drafts:before {
  content: ""; }

.mdi--filter-list:before {
  content: ""; }

.mdi--flag:before {
  content: ""; }

.mdi--forward:before {
  content: ""; }

.mdi--gesture:before {
  content: ""; }

.mdi--inbox:before {
  content: ""; }

.mdi--link:before {
  content: ""; }

.mdi--mail:before {
  content: ""; }

.mdi--markunread:before {
  content: ""; }

.mdi--redo:before {
  content: ""; }

.mdi--remove:before {
  content: ""; }

.mdi--remove-circle:before {
  content: ""; }

.mdi--remove-circle-outline:before {
  content: ""; }

.mdi--reply:before {
  content: ""; }

.mdi--reply-all:before {
  content: ""; }

.mdi--report:before {
  content: ""; }

.mdi--save:before {
  content: ""; }

.mdi--select-all:before {
  content: ""; }

.mdi--send:before {
  content: ""; }

.mdi--sort:before {
  content: ""; }

.mdi--text-format:before {
  content: ""; }

.mdi--undo:before {
  content: ""; }

.mdi--access-alarm:before {
  content: ""; }

.mdi--access-alarms:before {
  content: ""; }

.mdi--access-time:before {
  content: ""; }

.mdi--add-alarm:before {
  content: ""; }

.mdi--airplanemode-off:before {
  content: ""; }

.mdi--airplanemode-on:before {
  content: ""; }

.mdi--battery-20:before {
  content: ""; }

.mdi--battery-30:before {
  content: ""; }

.mdi--battery-50:before {
  content: ""; }

.mdi--battery-60:before {
  content: ""; }

.mdi--battery-80:before {
  content: ""; }

.mdi--battery-90:before {
  content: ""; }

.mdi--battery-alert:before {
  content: ""; }

.mdi--battery-charging-20:before {
  content: ""; }

.mdi--battery-charging-30:before {
  content: ""; }

.mdi--battery-charging-50:before {
  content: ""; }

.mdi--battery-charging-60:before {
  content: ""; }

.mdi--battery-charging-80:before {
  content: ""; }

.mdi--battery-charging-90:before {
  content: ""; }

.mdi--battery-charging-full:before {
  content: ""; }

.mdi--battery-full:before {
  content: ""; }

.mdi--battery-std:before {
  content: ""; }

.mdi--battery-unknown:before {
  content: ""; }

.mdi--bluetooth:before {
  content: ""; }

.mdi--bluetooth-connected:before {
  content: ""; }

.mdi--bluetooth-disabled:before {
  content: ""; }

.mdi--bluetooth-searching:before {
  content: ""; }

.mdi--brightness-auto:before {
  content: ""; }

.mdi--brightness-high:before {
  content: ""; }

.mdi--brightness-low:before {
  content: ""; }

.mdi--brightness-medium:before {
  content: ""; }

.mdi--data-usage:before {
  content: ""; }

.mdi--developer-mode:before {
  content: ""; }

.mdi--devices:before {
  content: ""; }

.mdi--dvr:before {
  content: ""; }

.mdi--gps-fixed:before {
  content: ""; }

.mdi--gps-not-fixed:before {
  content: ""; }

.mdi--gps-off:before {
  content: ""; }

.mdi--location-disabled:before {
  content: ""; }

.mdi--location-searching:before {
  content: ""; }

.mdi--multitrack-audio:before {
  content: ""; }

.mdi--network-cell:before {
  content: ""; }

.mdi--network-wifi:before {
  content: ""; }

.mdi--nfc:before {
  content: ""; }

.mdi--now-wallpaper:before {
  content: ""; }

.mdi--now-widgets:before {
  content: ""; }

.mdi--screen-lock-landscape:before {
  content: ""; }

.mdi--screen-lock-portrait:before {
  content: ""; }

.mdi--screen-lock-rotation:before {
  content: ""; }

.mdi--screen-rotation:before {
  content: ""; }

.mdi--sd-storage:before {
  content: ""; }

.mdi--settings-system-daydream:before {
  content: ""; }

.mdi--signal-cellular-0-bar:before {
  content: ""; }

.mdi--signal-cellular-1-bar:before {
  content: ""; }

.mdi--signal-cellular-2-bar:before {
  content: ""; }

.mdi--signal-cellular-3-bar:before {
  content: ""; }

.mdi--signal-cellular-4-bar:before {
  content: ""; }

.mdi--signal-cellular-connected-no-internet-0-bar:before {
  content: ""; }

.mdi--signal-cellular-connected-no-internet-1-bar:before {
  content: ""; }

.mdi--signal-cellular-connected-no-internet-2-bar:before {
  content: ""; }

.mdi--signal-cellular-connected-no-internet-3-bar:before {
  content: ""; }

.mdi--signal-cellular-connected-no-internet-4-bar:before {
  content: ""; }

.mdi--signal-cellular-no-sim:before {
  content: ""; }

.mdi--signal-cellular-null:before {
  content: ""; }

.mdi--signal-cellular-off:before {
  content: ""; }

.mdi--signal-wifi-0-bar:before {
  content: ""; }

.mdi--signal-wifi-1-bar:before {
  content: ""; }

.mdi--signal-wifi-2-bar:before {
  content: ""; }

.mdi--signal-wifi-3-bar:before {
  content: ""; }

.mdi--signal-wifi-4-bar:before {
  content: ""; }

.mdi--signal-wifi-off:before {
  content: ""; }

.mdi--storage:before {
  content: ""; }

.mdi--usb:before {
  content: ""; }

.mdi--wifi-lock:before {
  content: ""; }

.mdi--wifi-tethering:before {
  content: ""; }

.mdi--attach-file:before {
  content: ""; }

.mdi--attach-money:before {
  content: ""; }

.mdi--border-all:before {
  content: ""; }

.mdi--border-bottom:before {
  content: ""; }

.mdi--border-clear:before {
  content: ""; }

.mdi--border-color:before {
  content: ""; }

.mdi--border-horizontal:before {
  content: ""; }

.mdi--border-inner:before {
  content: ""; }

.mdi--border-left:before {
  content: ""; }

.mdi--border-outer:before {
  content: ""; }

.mdi--border-right:before {
  content: ""; }

.mdi--border-style:before {
  content: ""; }

.mdi--border-top:before {
  content: ""; }

.mdi--border-vertical:before {
  content: ""; }

.mdi--format-align-center:before {
  content: ""; }

.mdi--format-align-justify:before {
  content: ""; }

.mdi--format-align-left:before {
  content: ""; }

.mdi--format-align-right:before {
  content: ""; }

.mdi--format-bold:before {
  content: ""; }

.mdi--format-clear:before {
  content: ""; }

.mdi--format-color-fill:before {
  content: ""; }

.mdi--format-color-reset:before {
  content: ""; }

.mdi--format-color-text:before {
  content: ""; }

.mdi--format-indent-decrease:before {
  content: ""; }

.mdi--format-indent-increase:before {
  content: ""; }

.mdi--format-italic:before {
  content: ""; }

.mdi--format-line-spacing:before {
  content: ""; }

.mdi--format-list-bulleted:before {
  content: ""; }

.mdi--format-list-numbered:before {
  content: ""; }

.mdi--format-paint:before {
  content: ""; }

.mdi--format-quote:before {
  content: ""; }

.mdi--format-size:before {
  content: ""; }

.mdi--format-strikethrough:before {
  content: ""; }

.mdi--format-textdirection-l-to-r:before {
  content: ""; }

.mdi--format-textdirection-r-to-l:before {
  content: ""; }

.mdi--format-underline:before {
  content: ""; }

.mdi--functions:before {
  content: ""; }

.mdi--insert-chart:before {
  content: ""; }

.mdi--insert-comment:before {
  content: ""; }

.mdi--insert-drive-file:before {
  content: ""; }

.mdi--insert-emoticon:before {
  content: ""; }

.mdi--insert-invitation:before {
  content: ""; }

.mdi--insert-link:before {
  content: ""; }

.mdi--insert-photo:before {
  content: ""; }

.mdi--merge-type:before {
  content: ""; }

.mdi--mode-comment:before {
  content: ""; }

.mdi--mode-edit:before {
  content: ""; }

.mdi--publish:before {
  content: ""; }

.mdi--vertical-align-bottom:before {
  content: ""; }

.mdi--vertical-align-center:before {
  content: ""; }

.mdi--vertical-align-top:before {
  content: ""; }

.mdi--wrap-text:before {
  content: ""; }

.mdi--attachment:before {
  content: ""; }

.mdi--cloud:before {
  content: ""; }

.mdi--cloud-circle:before {
  content: ""; }

.mdi--cloud-done:before {
  content: ""; }

.mdi--cloud-download:before {
  content: ""; }

.mdi--cloud-off:before {
  content: ""; }

.mdi--cloud-queue:before {
  content: ""; }

.mdi--cloud-upload:before {
  content: ""; }

.mdi--file-download:before {
  content: ""; }

.mdi--file-upload:before {
  content: ""; }

.mdi--folder:before {
  content: ""; }

.mdi--folder-open:before {
  content: ""; }

.mdi--folder-shared:before {
  content: ""; }

.mdi--cast:before {
  content: ""; }

.mdi--cast-connected:before {
  content: ""; }

.mdi--computer:before {
  content: ""; }

.mdi--desktop-mac:before {
  content: ""; }

.mdi--desktop-windows:before {
  content: ""; }

.mdi--dock:before {
  content: ""; }

.mdi--gamepad:before {
  content: ""; }

.mdi--headset:before {
  content: ""; }

.mdi--headset-mic:before {
  content: ""; }

.mdi--keyboard:before {
  content: ""; }

.mdi--keyboard-alt:before {
  content: ""; }

.mdi--keyboard-arrow-down:before {
  content: ""; }

.mdi--keyboard-arrow-left:before {
  content: ""; }

.mdi--keyboard-arrow-right:before {
  content: ""; }

.mdi--keyboard-arrow-up:before {
  content: ""; }

.mdi--keyboard-backspace:before {
  content: ""; }

.mdi--keyboard-capslock:before {
  content: ""; }

.mdi--keyboard-control:before {
  content: ""; }

.mdi--keyboard-hide:before {
  content: ""; }

.mdi--keyboard-return:before {
  content: ""; }

.mdi--keyboard-tab:before {
  content: ""; }

.mdi--keyboard-voice:before {
  content: ""; }

.mdi--laptop:before {
  content: ""; }

.mdi--laptop-chromebook:before {
  content: ""; }

.mdi--laptop-mac:before {
  content: ""; }

.mdi--laptop-windows:before {
  content: ""; }

.mdi--memory:before {
  content: ""; }

.mdi--mouse:before {
  content: ""; }

.mdi--phone-android:before {
  content: ""; }

.mdi--phone-iphone:before {
  content: ""; }

.mdi--phonelink:before {
  content: ""; }

.mdi--phonelink-off:before {
  content: ""; }

.mdi--security:before {
  content: ""; }

.mdi--sim-card:before {
  content: ""; }

.mdi--smartphone:before {
  content: ""; }

.mdi--speaker:before {
  content: ""; }

.mdi--tablet:before {
  content: ""; }

.mdi--tablet-android:before {
  content: ""; }

.mdi--tablet-mac:before {
  content: ""; }

.mdi--tv:before {
  content: ""; }

.mdi--watch:before {
  content: ""; }

.mdi--add-to-photos:before {
  content: ""; }

.mdi--adjust:before {
  content: ""; }

.mdi--assistant-photo:before {
  content: ""; }

.mdi--audiotrack:before {
  content: ""; }

.mdi--blur-circular:before {
  content: ""; }

.mdi--blur-linear:before {
  content: ""; }

.mdi--blur-off:before {
  content: ""; }

.mdi--blur-on:before {
  content: ""; }

.mdi--brightness-1:before {
  content: ""; }

.mdi--brightness-2:before {
  content: ""; }

.mdi--brightness-3:before {
  content: ""; }

.mdi--brightness-4:before {
  content: ""; }

.mdi--brightness-5:before {
  content: ""; }

.mdi--brightness-6:before {
  content: ""; }

.mdi--brightness-7:before {
  content: ""; }

.mdi--brush:before {
  content: ""; }

.mdi--camera:before {
  content: ""; }

.mdi--camera-alt:before {
  content: ""; }

.mdi--camera-front:before {
  content: ""; }

.mdi--camera-rear:before {
  content: ""; }

.mdi--camera-roll:before {
  content: ""; }

.mdi--center-focus-strong:before {
  content: ""; }

.mdi--center-focus-weak:before {
  content: ""; }

.mdi--collections:before {
  content: ""; }

.mdi--colorize:before {
  content: ""; }

.mdi--color-lens:before {
  content: ""; }

.mdi--compare:before {
  content: ""; }

.mdi--control-point:before {
  content: ""; }

.mdi--control-point-duplicate:before {
  content: ""; }

.mdi--crop:before {
  content: ""; }

.mdi--crop-3-2:before {
  content: ""; }

.mdi--crop-5-4:before {
  content: ""; }

.mdi--crop-7-5:before {
  content: ""; }

.mdi--crop-16-9:before {
  content: ""; }

.mdi--crop-din:before {
  content: ""; }

.mdi--crop-free:before {
  content: ""; }

.mdi--crop-landscape:before {
  content: ""; }

.mdi--crop-original:before {
  content: ""; }

.mdi--crop-portrait:before {
  content: ""; }

.mdi--crop-square:before {
  content: ""; }

.mdi--dehaze:before {
  content: ""; }

.mdi--details:before {
  content: ""; }

.mdi--edit:before {
  content: ""; }

.mdi--exposure:before {
  content: ""; }

.mdi--exposure-minus-1:before {
  content: ""; }

.mdi--exposure-minus-2:before {
  content: ""; }

.mdi--exposure-zero:before {
  content: ""; }

.mdi--exposure-plus-1:before {
  content: ""; }

.mdi--exposure-plus-2:before {
  content: ""; }

.mdi--filter:before {
  content: ""; }

.mdi--filter-1:before {
  content: ""; }

.mdi--filter-2:before {
  content: ""; }

.mdi--filter-3:before {
  content: ""; }

.mdi--filter-4:before {
  content: ""; }

.mdi--filter-5:before {
  content: ""; }

.mdi--filter-6:before {
  content: ""; }

.mdi--filter-7:before {
  content: ""; }

.mdi--filter-8:before {
  content: ""; }

.mdi--filter-9:before {
  content: ""; }

.mdi--filter-9-plus:before {
  content: ""; }

.mdi--filter-b-and-w:before {
  content: ""; }

.mdi--filter-center-focus:before {
  content: ""; }

.mdi--filter-drama:before {
  content: ""; }

.mdi--filter-frames:before {
  content: ""; }

.mdi--filter-hdr:before {
  content: ""; }

.mdi--filter-none:before {
  content: ""; }

.mdi--filter-tilt-shift:before {
  content: ""; }

.mdi--filter-vintage:before {
  content: ""; }

.mdi--flare:before {
  content: ""; }

.mdi--flash-auto:before {
  content: ""; }

.mdi--flash-off:before {
  content: ""; }

.mdi--flash-on:before {
  content: ""; }

.mdi--flip:before {
  content: ""; }

.mdi--gradient:before {
  content: ""; }

.mdi--grain:before {
  content: ""; }

.mdi--grid-off:before {
  content: ""; }

.mdi--grid-on:before {
  content: ""; }

.mdi--hdr-off:before {
  content: ""; }

.mdi--hdr-on:before {
  content: ""; }

.mdi--hdr-strong:before {
  content: ""; }

.mdi--hdr-weak:before {
  content: ""; }

.mdi--healing:before {
  content: ""; }

.mdi--image:before {
  content: ""; }

.mdi--image-aspect-ratio:before {
  content: ""; }

.mdi--iso:before {
  content: ""; }

.mdi--landscape:before {
  content: ""; }

.mdi--leak-add:before {
  content: ""; }

.mdi--leak-remove:before {
  content: ""; }

.mdi--lens:before {
  content: ""; }

.mdi--looks:before {
  content: ""; }

.mdi--looks-1:before {
  content: ""; }

.mdi--looks-2:before {
  content: ""; }

.mdi--looks-3:before {
  content: ""; }

.mdi--looks-4:before {
  content: ""; }

.mdi--looks-5:before {
  content: ""; }

.mdi--looks-6:before {
  content: ""; }

.mdi--loupe:before {
  content: ""; }

.mdi--movie-creation:before {
  content: ""; }

.mdi--nature:before {
  content: ""; }

.mdi--nature-people:before {
  content: ""; }

.mdi--navigate-before:before {
  content: ""; }

.mdi--navigate-next:before {
  content: ""; }

.mdi--palette:before {
  content: ""; }

.mdi--panorama:before {
  content: ""; }

.mdi--panorama-fisheye:before {
  content: ""; }

.mdi--panorama-horizontal:before {
  content: ""; }

.mdi--panorama-vertical:before {
  content: ""; }

.mdi--panorama-wide-angle:before {
  content: ""; }

.mdi--photo:before {
  content: ""; }

.mdi--photo-album:before {
  content: ""; }

.mdi--photo-camera:before {
  content: ""; }

.mdi--photo-library:before {
  content: ""; }

.mdi--portrait:before {
  content: ""; }

.mdi--remove-red-eye:before {
  content: ""; }

.mdi--rotate-left:before {
  content: ""; }

.mdi--rotate-right:before {
  content: ""; }

.mdi--slideshow:before {
  content: ""; }

.mdi--straighten:before {
  content: ""; }

.mdi--style:before {
  content: ""; }

.mdi--switch-camera:before {
  content: ""; }

.mdi--switch-video:before {
  content: ""; }

.mdi--tag-faces:before {
  content: ""; }

.mdi--texture:before {
  content: ""; }

.mdi--timelapse:before {
  content: ""; }

.mdi--timer:before {
  content: ""; }

.mdi--timer-3:before {
  content: ""; }

.mdi--timer-10:before {
  content: ""; }

.mdi--timer-auto:before {
  content: ""; }

.mdi--timer-off:before {
  content: ""; }

.mdi--tonality:before {
  content: ""; }

.mdi--transform:before {
  content: ""; }

.mdi--tune:before {
  content: ""; }

.mdi--wb-auto:before {
  content: ""; }

.mdi--wb-cloudy:before {
  content: ""; }

.mdi--wb-incandescent:before {
  content: ""; }

.mdi--wb-irradescent:before {
  content: ""; }

.mdi--wb-sunny:before {
  content: ""; }

.mdi--beenhere:before {
  content: ""; }

.mdi--directions:before {
  content: ""; }

.mdi--directions-bike:before {
  content: ""; }

.mdi--directions-bus:before {
  content: ""; }

.mdi--directions-car:before {
  content: ""; }

.mdi--directions-ferry:before {
  content: ""; }

.mdi--directions-subway:before {
  content: ""; }

.mdi--directions-train:before {
  content: ""; }

.mdi--directions-transit:before {
  content: ""; }

.mdi--directions-walk:before {
  content: ""; }

.mdi--flight:before {
  content: ""; }

.mdi--hotel:before {
  content: ""; }

.mdi--layers:before {
  content: ""; }

.mdi--layers-clear:before {
  content: ""; }

.mdi--local-airport:before {
  content: ""; }

.mdi--local-atm:before {
  content: ""; }

.mdi--local-attraction:before {
  content: ""; }

.mdi--local-bar:before {
  content: ""; }

.mdi--local-cafe:before {
  content: ""; }

.mdi--local-car-wash:before {
  content: ""; }

.mdi--local-convenience-store:before {
  content: ""; }

.mdi--local-drink:before {
  content: ""; }

.mdi--local-florist:before {
  content: ""; }

.mdi--local-gas-station:before {
  content: ""; }

.mdi--local-grocery-store:before {
  content: ""; }

.mdi--local-hospital:before {
  content: ""; }

.mdi--local-hotel:before {
  content: ""; }

.mdi--local-laundry-service:before {
  content: ""; }

.mdi--local-library:before {
  content: ""; }

.mdi--local-mall:before {
  content: ""; }

.mdi--local-movies:before {
  content: ""; }

.mdi--local-offer:before {
  content: ""; }

.mdi--local-parking:before {
  content: ""; }

.mdi--local-pharmacy:before {
  content: ""; }

.mdi--local-phone:before {
  content: ""; }

.mdi--local-pizza:before {
  content: ""; }

.mdi--local-play:before {
  content: ""; }

.mdi--local-post-office:before {
  content: ""; }

.mdi--local-print-shop:before {
  content: ""; }

.mdi--local-restaurant:before {
  content: ""; }

.mdi--local-see:before {
  content: ""; }

.mdi--local-shipping:before {
  content: ""; }

.mdi--local-taxi:before {
  content: ""; }

.mdi--location-history:before {
  content: ""; }

.mdi--map:before {
  content: ""; }

.mdi--my-location:before {
  content: ""; }

.mdi--navigation:before {
  content: ""; }

.mdi--pin-drop:before {
  content: ""; }

.mdi--place:before {
  content: ""; }

.mdi--rate-review:before {
  content: ""; }

.mdi--restaurant-menu:before {
  content: ""; }

.mdi--satellite:before {
  content: ""; }

.mdi--store-mall-directory:before {
  content: ""; }

.mdi--terrain:before {
  content: ""; }

.mdi--traffic:before {
  content: ""; }

.mdi--apps:before {
  content: ""; }

.mdi--cancel:before {
  content: ""; }

.mdi--arrow-drop-down-circle:before {
  content: ""; }

.mdi--arrow-drop-down:before {
  content: ""; }

.mdi--arrow-drop-up:before {
  content: ""; }

.mdi--arrow-back:before {
  content: ""; }

.mdi--arrow-forward:before {
  content: ""; }

.mdi--check:before {
  content: ""; }

.mdi--close:before {
  content: ""; }

.mdi--chevron-left:before {
  content: ""; }

.mdi--chevron-right:before {
  content: ""; }

.mdi--expand-less:before {
  content: ""; }

.mdi--expand-more:before {
  content: ""; }

.mdi--fullscreen:before {
  content: ""; }

.mdi--fullscreen-exit:before {
  content: ""; }

.mdi--menu:before {
  content: ""; }

.mdi--more-horiz:before {
  content: ""; }

.mdi--more-vert:before {
  content: ""; }

.mdi--refresh:before {
  content: ""; }

.mdi--unfold-less:before {
  content: ""; }

.mdi--unfold-more:before {
  content: ""; }

.mdi--adb:before {
  content: ""; }

.mdi--bluetooth-audio:before {
  content: ""; }

.mdi--disc-full:before {
  content: ""; }

.mdi--dnd-forwardslash:before {
  content: ""; }

.mdi--do-not-disturb:before {
  content: ""; }

.mdi--drive-eta:before {
  content: ""; }

.mdi--event-available:before {
  content: ""; }

.mdi--event-busy:before {
  content: ""; }

.mdi--event-note:before {
  content: ""; }

.mdi--folder-special:before {
  content: ""; }

.mdi--mms:before {
  content: ""; }

.mdi--more:before {
  content: ""; }

.mdi--network-locked:before {
  content: ""; }

.mdi--phone-bluetooth-speaker:before {
  content: ""; }

.mdi--phone-forwarded:before {
  content: ""; }

.mdi--phone-in-talk:before {
  content: ""; }

.mdi--phone-locked:before {
  content: ""; }

.mdi--phone-missed:before {
  content: ""; }

.mdi--phone-paused:before {
  content: ""; }

.mdi--play-download:before {
  content: ""; }

.mdi--play-install:before {
  content: ""; }

.mdi--sd-card:before {
  content: ""; }

.mdi--sim-card-alert:before {
  content: ""; }

.mdi--sms:before {
  content: ""; }

.mdi--sms-failed:before {
  content: ""; }

.mdi--sync:before {
  content: ""; }

.mdi--sync-disabled:before {
  content: ""; }

.mdi--sync-problem:before {
  content: ""; }

.mdi--system-update:before {
  content: ""; }

.mdi--tap-and-play:before {
  content: ""; }

.mdi--time-to-leave:before {
  content: ""; }

.mdi--vibration:before {
  content: ""; }

.mdi--voice-chat:before {
  content: ""; }

.mdi--vpn-lock:before {
  content: ""; }

.mdi--cake:before {
  content: ""; }

.mdi--domain:before {
  content: ""; }

.mdi--location-city:before {
  content: ""; }

.mdi--mood:before {
  content: ""; }

.mdi--notifications-none:before {
  content: ""; }

.mdi--notifications:before {
  content: ""; }

.mdi--notifications-off:before {
  content: ""; }

.mdi--notifications-on:before {
  content: ""; }

.mdi--notifications-paused:before {
  content: ""; }

.mdi--pages:before {
  content: ""; }

.mdi--party-mode:before {
  content: ""; }

.mdi--group:before {
  content: ""; }

.mdi--group-add:before {
  content: ""; }

.mdi--people:before {
  content: ""; }

.mdi--people-outline:before {
  content: ""; }

.mdi--person:before {
  content: ""; }

.mdi--person-add:before {
  content: ""; }

.mdi--person-outline:before {
  content: ""; }

.mdi--plus-one:before {
  content: ""; }

.mdi--poll:before {
  content: ""; }

.mdi--public:before {
  content: ""; }

.mdi--school:before {
  content: ""; }

.mdi--share:before {
  content: ""; }

.mdi--whatshot:before {
  content: ""; }

.mdi--check-box:before {
  content: ""; }

.mdi--check-box-outline-blank:before {
  content: ""; }

.mdi--radio-button-off:before {
  content: ""; }

.mdi--radio-button-on:before {
  content: ""; }

.mdi--star:before {
  content: ""; }

.mdi--star-half:before {
  content: ""; }

.mdi--star-outline:before {
  content: ""; }

@-webkit-keyframes jelly {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@-moz-keyframes jelly {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@keyframes jelly {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5); } }
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5); } }
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5); } }
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
.bare-list,
.dropdown-menu ul,
.form-error,
.list,
.tabs__links,
.sidebar-menu ul,
.main-nav ul,
.colors {
  margin: 0;
  padding: 0;
  list-style: none; }

.btn {
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 2px;
  background-color: transparent;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  cursor: pointer; }
  .btn, .btn:hover, .btn:active, .btn:focus {
    text-decoration: none;
    outline: none; }
  .btn::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .btn .ripple {
    z-index: -1; }

.btn--xs {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px; }

.btn--s {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 30px; }

.btn--m {
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 36px; }

.btn--l {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px; }

.btn--xl {
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 56px; }

.btn[disabled],
.btn--is-disabled {
  box-shadow: none !important;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.26) !important; }
  .btn[disabled].btn--raised, .btn[disabled].btn--fab,
  .btn--is-disabled.btn--raised,
  .btn--is-disabled.btn--fab {
    background-color: #E0E0E0 !important; }

.btn--flat.btn--red,
.btn--icon.btn--red {
  color: #F44336; }
  .btn--flat.btn--red .ripple,
  .btn--icon.btn--red .ripple {
    background-color: #F44336; }

.btn--flat.btn--pink,
.btn--icon.btn--pink {
  color: #E91E63; }
  .btn--flat.btn--pink .ripple,
  .btn--icon.btn--pink .ripple {
    background-color: #E91E63; }

.btn--flat.btn--purple,
.btn--icon.btn--purple {
  color: #9C27B0; }
  .btn--flat.btn--purple .ripple,
  .btn--icon.btn--purple .ripple {
    background-color: #9C27B0; }

.btn--flat.btn--deep-purple,
.btn--icon.btn--deep-purple {
  color: #673AB7; }
  .btn--flat.btn--deep-purple .ripple,
  .btn--icon.btn--deep-purple .ripple {
    background-color: #673AB7; }

.btn--flat.btn--indigo,
.btn--icon.btn--indigo {
  color: #3F51B5; }
  .btn--flat.btn--indigo .ripple,
  .btn--icon.btn--indigo .ripple {
    background-color: #3F51B5; }

.btn--flat.btn--blue,
.btn--icon.btn--blue {
  color: #2196F3; }
  .btn--flat.btn--blue .ripple,
  .btn--icon.btn--blue .ripple {
    background-color: #2196F3; }

.btn--flat.btn--light-blue,
.btn--icon.btn--light-blue {
  color: #00BCD4; }
  .btn--flat.btn--light-blue .ripple,
  .btn--icon.btn--light-blue .ripple {
    background-color: #00BCD4; }

.btn--flat.btn--teal,
.btn--icon.btn--teal {
  color: #009688; }
  .btn--flat.btn--teal .ripple,
  .btn--icon.btn--teal .ripple {
    background-color: #009688; }

.btn--flat.btn--green,
.btn--icon.btn--green {
  color: #4CAF50; }
  .btn--flat.btn--green .ripple,
  .btn--icon.btn--green .ripple {
    background-color: #4CAF50; }

.btn--flat.btn--light-green,
.btn--icon.btn--light-green {
  color: #8BC34A; }
  .btn--flat.btn--light-green .ripple,
  .btn--icon.btn--light-green .ripple {
    background-color: #8BC34A; }

.btn--flat.btn--lime,
.btn--icon.btn--lime {
  color: #CDDC39; }
  .btn--flat.btn--lime .ripple,
  .btn--icon.btn--lime .ripple {
    background-color: #CDDC39; }

.btn--flat.btn--yellow,
.btn--icon.btn--yellow {
  color: #FFEB3B; }
  .btn--flat.btn--yellow .ripple,
  .btn--icon.btn--yellow .ripple {
    background-color: #FFEB3B; }

.btn--flat.btn--amber,
.btn--icon.btn--amber {
  color: #FFC107; }
  .btn--flat.btn--amber .ripple,
  .btn--icon.btn--amber .ripple {
    background-color: #FFC107; }

.btn--flat.btn--orange,
.btn--icon.btn--orange {
  color: #FF9800; }
  .btn--flat.btn--orange .ripple,
  .btn--icon.btn--orange .ripple {
    background-color: #FF9800; }

.btn--flat.btn--deep-orange,
.btn--icon.btn--deep-orange {
  color: #FF5722; }
  .btn--flat.btn--deep-orange .ripple,
  .btn--icon.btn--deep-orange .ripple {
    background-color: #FF5722; }

.btn--flat.btn--brown,
.btn--icon.btn--brown {
  color: #795548; }
  .btn--flat.btn--brown .ripple,
  .btn--icon.btn--brown .ripple {
    background-color: #795548; }

.btn--flat.btn--grey,
.btn--icon.btn--grey {
  color: #9E9E9E; }
  .btn--flat.btn--grey .ripple,
  .btn--icon.btn--grey .ripple {
    background-color: #9E9E9E; }

.btn--flat.btn--blue-grey,
.btn--icon.btn--blue-grey {
  color: #607D8B; }
  .btn--flat.btn--blue-grey .ripple,
  .btn--icon.btn--blue-grey .ripple {
    background-color: #607D8B; }

.btn--flat.btn--black,
.btn--icon.btn--black {
  color: #000000; }
  .btn--flat.btn--black .ripple,
  .btn--icon.btn--black .ripple {
    background-color: #000000; }

.btn--flat.btn--white,
.btn--icon.btn--white {
  color: #FFFFFF; }
  .btn--flat.btn--white .ripple,
  .btn--icon.btn--white .ripple {
    background-color: #FFFFFF; }

.btn--raised,
.btn--fab {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  .btn--raised:hover,
  .btn--fab:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4); }

.btn--raised.btn--red,
.btn--fab.btn--red {
  color: #FFFFFF;
  background-color: #F44336; }
  .btn--raised.btn--red .ripple,
  .btn--fab.btn--red .ripple {
    background-color: #290502; }

.btn--raised.btn--pink,
.btn--fab.btn--pink {
  color: #FFFFFF;
  background-color: #E91E63; }
  .btn--raised.btn--pink .ripple,
  .btn--fab.btn--pink .ripple {
    background-color: #070103; }

.btn--raised.btn--purple,
.btn--fab.btn--purple {
  color: #FFFFFF;
  background-color: #9C27B0; }
  .btn--raised.btn--purple .ripple,
  .btn--fab.btn--purple .ripple {
    background-color: black; }

.btn--raised.btn--deep-purple,
.btn--fab.btn--deep-purple {
  color: #FFFFFF;
  background-color: #673AB7; }
  .btn--raised.btn--deep-purple .ripple,
  .btn--fab.btn--deep-purple .ripple {
    background-color: black; }

.btn--raised.btn--indigo,
.btn--fab.btn--indigo {
  color: #FFFFFF;
  background-color: #3F51B5; }
  .btn--raised.btn--indigo .ripple,
  .btn--fab.btn--indigo .ripple {
    background-color: black; }

.btn--raised.btn--blue,
.btn--fab.btn--blue {
  color: #FFFFFF;
  background-color: #2196F3; }
  .btn--raised.btn--blue .ripple,
  .btn--fab.btn--blue .ripple {
    background-color: #010c14; }

.btn--raised.btn--light-blue,
.btn--fab.btn--light-blue {
  color: #FFFFFF;
  background-color: #00BCD4; }
  .btn--raised.btn--light-blue .ripple,
  .btn--fab.btn--light-blue .ripple {
    background-color: black; }

.btn--raised.btn--teal,
.btn--fab.btn--teal {
  color: #FFFFFF;
  background-color: #009688; }
  .btn--raised.btn--teal .ripple,
  .btn--fab.btn--teal .ripple {
    background-color: black; }

.btn--raised.btn--green,
.btn--fab.btn--green {
  color: #FFFFFF;
  background-color: #4CAF50; }
  .btn--raised.btn--green .ripple,
  .btn--fab.btn--green .ripple {
    background-color: black; }

.btn--raised.btn--light-green,
.btn--fab.btn--light-green {
  color: #FFFFFF;
  background-color: #8BC34A; }
  .btn--raised.btn--light-green .ripple,
  .btn--fab.btn--light-green .ripple {
    background-color: #070b03; }

.btn--raised.btn--lime,
.btn--fab.btn--lime {
  color: #FFFFFF;
  background-color: #CDDC39; }
  .btn--raised.btn--lime .ripple,
  .btn--fab.btn--lime .ripple {
    background-color: #111303; }

.btn--raised.btn--yellow,
.btn--fab.btn--yellow {
  color: #FFFFFF;
  background-color: #FFEB3B; }
  .btn--raised.btn--yellow .ripple,
  .btn--fab.btn--yellow .ripple {
    background-color: #3b3500; }

.btn--raised.btn--amber,
.btn--fab.btn--amber {
  color: #FFFFFF;
  background-color: #FFC107; }
  .btn--raised.btn--amber .ripple,
  .btn--fab.btn--amber .ripple {
    background-color: #070500; }

.btn--raised.btn--orange,
.btn--fab.btn--orange {
  color: #FFFFFF;
  background-color: #FF9800; }
  .btn--raised.btn--orange .ripple,
  .btn--fab.btn--orange .ripple {
    background-color: black; }

.btn--raised.btn--deep-orange,
.btn--fab.btn--deep-orange {
  color: #FFFFFF;
  background-color: #FF5722; }
  .btn--raised.btn--deep-orange .ripple,
  .btn--fab.btn--deep-orange .ripple {
    background-color: #220800; }

.btn--raised.btn--brown,
.btn--fab.btn--brown {
  color: #FFFFFF;
  background-color: #795548; }
  .btn--raised.btn--brown .ripple,
  .btn--fab.btn--brown .ripple {
    background-color: black; }

.btn--raised.btn--grey,
.btn--fab.btn--grey {
  color: #FFFFFF;
  background-color: #9E9E9E; }
  .btn--raised.btn--grey .ripple,
  .btn--fab.btn--grey .ripple {
    background-color: #1f1f1f; }

.btn--raised.btn--blue-grey,
.btn--fab.btn--blue-grey {
  color: #FFFFFF;
  background-color: #607D8B; }
  .btn--raised.btn--blue-grey .ripple,
  .btn--fab.btn--blue-grey .ripple {
    background-color: black; }

.btn--raised.btn--black,
.btn--fab.btn--black {
  color: #FFFFFF;
  background-color: #000000; }
  .btn--raised.btn--black .ripple,
  .btn--fab.btn--black .ripple {
    background-color: black; }

.btn--raised.btn--white,
.btn--fab.btn--white {
  color: rgba(0, 0, 0, 0.87);
  background-color: #FFFFFF; }
  .btn--raised.btn--white .ripple,
  .btn--fab.btn--white .ripple {
    background-color: gray; }

.btn--icon,
.btn--fab {
  border-radius: 50%; }

.btn--icon.btn--xs,
.btn--fab.btn--xs {
  height: 24px;
  width: 24px;
  padding: 0; }
  .btn--icon.btn--xs .mdi,
  .btn--fab.btn--xs .mdi {
    line-height: 24px; }

.btn--icon.btn--xs {
  font-size: 13px;
  font-size: 0.8125rem; }

.btn--fab.btn--xs {
  font-size: 15px;
  font-size: 0.9375rem; }

.btn--icon.btn--s,
.btn--fab.btn--s {
  height: 30px;
  width: 30px;
  padding: 0; }
  .btn--icon.btn--s .mdi,
  .btn--fab.btn--s .mdi {
    line-height: 30px; }

.btn--icon.btn--s {
  font-size: 15px;
  font-size: 0.9375rem; }

.btn--fab.btn--s {
  font-size: 15px;
  font-size: 0.9375rem; }

.btn--icon.btn--m,
.btn--fab.btn--m {
  height: 36px;
  width: 36px;
  padding: 0; }
  .btn--icon.btn--m .mdi,
  .btn--fab.btn--m .mdi {
    line-height: 36px; }

.btn--icon.btn--m {
  font-size: 20px;
  font-size: 1.25rem; }

.btn--fab.btn--m {
  font-size: 17px;
  font-size: 1.0625rem; }

.btn--icon.btn--l,
.btn--fab.btn--l {
  height: 40px;
  width: 40px;
  padding: 0; }
  .btn--icon.btn--l .mdi,
  .btn--fab.btn--l .mdi {
    line-height: 40px; }

.btn--icon.btn--l {
  font-size: 24px;
  font-size: 1.5rem; }

.btn--fab.btn--l {
  font-size: 18px;
  font-size: 1.125rem; }

.btn--icon.btn--xl,
.btn--fab.btn--xl {
  height: 56px;
  width: 56px;
  padding: 0; }
  .btn--icon.btn--xl .mdi,
  .btn--fab.btn--xl .mdi {
    line-height: 56px; }

.btn--icon.btn--xl {
  font-size: 28px;
  font-size: 1.75rem; }

.btn--fab.btn--xl {
  font-size: 20px;
  font-size: 1.25rem; }

.card {
  border-radius: 2px;
  background-color: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

.card__left {
  float: left;
  margin-right: 16px; }
  .card__left img {
    display: block;
    max-height: 100%; }

.card__side {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }
  .card__side .card__actions {
    position: absolute;
    bottom: 0; }

.card__top {
  padding: 16px;
  padding-bottom: 0; }

.card__top--img {
  padding: 0;
  position: relative; }
  .card__top--img img {
    display: block;
    max-width: 100%; }
  .card__top--img .card-title {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    color: #FFFFFF; }

.card__content {
  padding: 16px; }

.card__content--small {
  font-size: 14px;
  font-size: 0.875rem; }

.card__actions {
  padding: 8px; }
  .card__actions .btn {
    padding-left: 8px;
    padding-right: 8px; }

.card-title,
.card-subtitle {
  display: block; }

.card-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1; }

.card-subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54); }

.checkbox__input:not(:checked) + .checkbox__label:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.checkbox__input:not(:checked) + .checkbox__label:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
.checkbox__input:checked + .checkbox__label:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
.checkbox__input:checked + .checkbox__label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.checkbox__input[disabled] + .checkbox__label {
  cursor: not-allowed; }
  .checkbox__input[disabled] + .checkbox__label:before, .checkbox__input[disabled] + .checkbox__label:after {
    color: rgba(0, 0, 0, 0.26); }

.checkbox__label {
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox__label:before, .checkbox__label:after {
    display: inline-block;
    font: normal normal normal 14px/1 md-icons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .checkbox__label:before {
    content: ""; }
  .checkbox__label:after {
    content: "";
    color: #009688; }

.checkbox__help {
  display: block;
  padding-left: 30px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.54);
  text-align: left; }

.tc-red-500 {
  color: #F44336 !important; }

.tc-pink-500 {
  color: #E91E63 !important; }

.tc-purple-500 {
  color: #9C27B0 !important; }

.tc-deep-purple-500 {
  color: #673AB7 !important; }

.tc-indigo-500 {
  color: #3F51B5 !important; }

.tc-blue-500 {
  color: #2196F3 !important; }

.tc-light-blue-500 {
  color: #00BCD4 !important; }

.tc-teal-500 {
  color: #009688 !important; }

.tc-green-500 {
  color: #4CAF50 !important; }

.tc-light-green-500 {
  color: #8BC34A !important; }

.tc-lime-500 {
  color: #CDDC39 !important; }

.tc-yellow-500 {
  color: #FFEB3B !important; }

.tc-amber-500 {
  color: #FFC107 !important; }

.tc-orange-500 {
  color: #FF9800 !important; }

.tc-deep-orange-500 {
  color: #FF5722 !important; }

.tc-brown-500 {
  color: #795548 !important; }

.tc-grey-500 {
  color: #9E9E9E !important; }

.tc-blue-grey-500 {
  color: #607D8B !important; }

.tc-red-50 {
  color: #FFEBEE !important; }

.tc-pink-50 {
  color: #FCE4EC !important; }

.tc-purple-50 {
  color: #F3E5F5 !important; }

.tc-deep-purple-50 {
  color: #EDE7F6 !important; }

.tc-indigo-50 {
  color: #E8EAF6 !important; }

.tc-blue-50 {
  color: #E3F2FD !important; }

.tc-light-blue-50 {
  color: #E0F7FA !important; }

.tc-teal-50 {
  color: #E0F2F1 !important; }

.tc-green-50 {
  color: #E8F5E9 !important; }

.tc-light-green-50 {
  color: #F1F8E9 !important; }

.tc-lime-50 {
  color: #F9FBE7 !important; }

.tc-yellow-50 {
  color: #FFFDE7 !important; }

.tc-amber-50 {
  color: #FFF8E1 !important; }

.tc-orange-50 {
  color: #FFF3E0 !important; }

.tc-deep-orange-50 {
  color: #FBE9E7 !important; }

.tc-brown-50 {
  color: #EFEBE9 !important; }

.tc-grey-50 {
  color: #FAFAFA !important; }

.tc-blue-grey-50 {
  color: #ECEFF1 !important; }

.tc-red-100 {
  color: #FFCDD2 !important; }

.tc-pink-100 {
  color: #F8BBD0 !important; }

.tc-purple-100 {
  color: #E1BEE7 !important; }

.tc-deep-purple-100 {
  color: #D1C4E9 !important; }

.tc-indigo-100 {
  color: #C5CAE9 !important; }

.tc-blue-100 {
  color: #BBDEFB !important; }

.tc-light-blue-100 {
  color: #B2EBF2 !important; }

.tc-teal-100 {
  color: #B2DFDB !important; }

.tc-green-100 {
  color: #C8E6C9 !important; }

.tc-light-green-100 {
  color: #DCEDC8 !important; }

.tc-lime-100 {
  color: #F0F4C3 !important; }

.tc-yellow-100 {
  color: #FFF9C4 !important; }

.tc-amber-100 {
  color: #FFECB3 !important; }

.tc-orange-100 {
  color: #FFE0B2 !important; }

.tc-deep-orange-100 {
  color: #FFCCBC !important; }

.tc-brown-100 {
  color: #D7CCC8 !important; }

.tc-grey-100 {
  color: #F5F5F5 !important; }

.tc-blue-grey-100 {
  color: #CFD8DC !important; }

.tc-red-200 {
  color: #EF9A9A !important; }

.tc-pink-200 {
  color: #F48FB1 !important; }

.tc-purple-200 {
  color: #CE93D8 !important; }

.tc-deep-purple-200 {
  color: #B39DDB !important; }

.tc-indigo-200 {
  color: #9FA8DA !important; }

.tc-blue-200 {
  color: #90CAF9 !important; }

.tc-light-blue-200 {
  color: #80DEEA !important; }

.tc-teal-200 {
  color: #80CBC4 !important; }

.tc-green-200 {
  color: #A5D6A7 !important; }

.tc-light-green-200 {
  color: #C5E1A5 !important; }

.tc-lime-200 {
  color: #E6EE9C !important; }

.tc-yellow-200 {
  color: #FFF59D !important; }

.tc-amber-200 {
  color: #FFE082 !important; }

.tc-orange-200 {
  color: #FFCC80 !important; }

.tc-deep-orange-200 {
  color: #FFAB91 !important; }

.tc-brown-200 {
  color: #BCAAA4 !important; }

.tc-grey-200 {
  color: #EEEEEE !important; }

.tc-blue-grey-200 {
  color: #B0BEC5 !important; }

.tc-red-300 {
  color: #E57373 !important; }

.tc-pink-300 {
  color: #F06292 !important; }

.tc-purple-300 {
  color: #BA68C8 !important; }

.tc-deep-purple-300 {
  color: #9575CD !important; }

.tc-indigo-300 {
  color: #7986CB !important; }

.tc-blue-300 {
  color: #64B5F6 !important; }

.tc-light-blue-300 {
  color: #4DD0E1 !important; }

.tc-teal-300 {
  color: #4DB6AC !important; }

.tc-green-300 {
  color: #81C784 !important; }

.tc-light-green-300 {
  color: #AED581 !important; }

.tc-lime-300 {
  color: #DCE775 !important; }

.tc-yellow-300 {
  color: #FFF176 !important; }

.tc-amber-300 {
  color: #FFD54F !important; }

.tc-orange-300 {
  color: #FFB74D !important; }

.tc-deep-orange-300 {
  color: #FF8A65 !important; }

.tc-brown-300 {
  color: #A1887F !important; }

.tc-grey-300 {
  color: #E0E0E0 !important; }

.tc-blue-grey-300 {
  color: #90A4AE !important; }

.tc-red-400 {
  color: #EF5350 !important; }

.tc-pink-400 {
  color: #EC407A !important; }

.tc-purple-400 {
  color: #AB47BC !important; }

.tc-deep-purple-400 {
  color: #7E57C2 !important; }

.tc-indigo-400 {
  color: #5C6BC0 !important; }

.tc-blue-400 {
  color: #42A5F5 !important; }

.tc-light-blue-400 {
  color: #26C6DA !important; }

.tc-teal-400 {
  color: #26A69A !important; }

.tc-green-400 {
  color: #66BB6A !important; }

.tc-light-green-400 {
  color: #9CCC65 !important; }

.tc-lime-400 {
  color: #D4E157 !important; }

.tc-yellow-400 {
  color: #FFEE58 !important; }

.tc-amber-400 {
  color: #FFCA28 !important; }

.tc-orange-400 {
  color: #FFA726 !important; }

.tc-deep-orange-400 {
  color: #FF7043 !important; }

.tc-brown-400 {
  color: #8D6E63 !important; }

.tc-grey-400 {
  color: #BDBDBD !important; }

.tc-blue-grey-400 {
  color: #78909C !important; }

.tc-red-500 {
  color: #F44336 !important; }

.tc-pink-500 {
  color: #E91E63 !important; }

.tc-purple-500 {
  color: #9C27B0 !important; }

.tc-deep-purple-500 {
  color: #673AB7 !important; }

.tc-indigo-500 {
  color: #3F51B5 !important; }

.tc-blue-500 {
  color: #2196F3 !important; }

.tc-light-blue-500 {
  color: #00BCD4 !important; }

.tc-teal-500 {
  color: #009688 !important; }

.tc-green-500 {
  color: #4CAF50 !important; }

.tc-light-green-500 {
  color: #8BC34A !important; }

.tc-lime-500 {
  color: #CDDC39 !important; }

.tc-yellow-500 {
  color: #FFEB3B !important; }

.tc-amber-500 {
  color: #FFC107 !important; }

.tc-orange-500 {
  color: #FF9800 !important; }

.tc-deep-orange-500 {
  color: #FF5722 !important; }

.tc-brown-500 {
  color: #795548 !important; }

.tc-grey-500 {
  color: #9E9E9E !important; }

.tc-blue-grey-500 {
  color: #607D8B !important; }

.tc-red-600 {
  color: #E53935 !important; }

.tc-pink-600 {
  color: #D81B60 !important; }

.tc-purple-600 {
  color: #8E24AA !important; }

.tc-deep-purple-600 {
  color: #5E35B1 !important; }

.tc-indigo-600 {
  color: #3949AB !important; }

.tc-blue-600 {
  color: #1E88E5 !important; }

.tc-light-blue-600 {
  color: #00ACC1 !important; }

.tc-teal-600 {
  color: #00897B !important; }

.tc-green-600 {
  color: #43A047 !important; }

.tc-light-green-600 {
  color: #7CB342 !important; }

.tc-lime-600 {
  color: #C0CA33 !important; }

.tc-yellow-600 {
  color: #FDD835 !important; }

.tc-amber-600 {
  color: #FFB300 !important; }

.tc-orange-600 {
  color: #FB8C00 !important; }

.tc-deep-orange-600 {
  color: #F4511E !important; }

.tc-brown-600 {
  color: #6D4C41 !important; }

.tc-grey-600 {
  color: #757575 !important; }

.tc-blue-grey-600 {
  color: #546E7A !important; }

.tc-red-700 {
  color: #D32F2F !important; }

.tc-pink-700 {
  color: #C2185B !important; }

.tc-purple-700 {
  color: #7B1FA2 !important; }

.tc-deep-purple-700 {
  color: #512DA8 !important; }

.tc-indigo-700 {
  color: #303F9F !important; }

.tc-blue-700 {
  color: #1976D2 !important; }

.tc-light-blue-700 {
  color: #0097A7 !important; }

.tc-teal-700 {
  color: #00796B !important; }

.tc-green-700 {
  color: #388E3C !important; }

.tc-light-green-700 {
  color: #689F38 !important; }

.tc-lime-700 {
  color: #AFB42B !important; }

.tc-yellow-700 {
  color: #FBC02D !important; }

.tc-amber-700 {
  color: #FFA000 !important; }

.tc-orange-700 {
  color: #F57C00 !important; }

.tc-deep-orange-700 {
  color: #E64A19 !important; }

.tc-brown-700 {
  color: #5D4037 !important; }

.tc-grey-700 {
  color: #616161 !important; }

.tc-blue-grey-700 {
  color: #455A64 !important; }

.tc-red-800 {
  color: #C62828 !important; }

.tc-pink-800 {
  color: #AD1457 !important; }

.tc-purple-800 {
  color: #6A1B9A !important; }

.tc-deep-purple-800 {
  color: #4527A0 !important; }

.tc-indigo-800 {
  color: #283593 !important; }

.tc-blue-800 {
  color: #1565C0 !important; }

.tc-light-blue-800 {
  color: #00838F !important; }

.tc-teal-800 {
  color: #00695C !important; }

.tc-green-800 {
  color: #2E7D32 !important; }

.tc-light-green-800 {
  color: #558B2F !important; }

.tc-lime-800 {
  color: #9E9D24 !important; }

.tc-yellow-800 {
  color: #F9A825 !important; }

.tc-amber-800 {
  color: #FF8F00 !important; }

.tc-orange-800 {
  color: #EF6C00 !important; }

.tc-deep-orange-800 {
  color: #D84315 !important; }

.tc-brown-800 {
  color: #4E342E !important; }

.tc-grey-800 {
  color: #424242 !important; }

.tc-blue-grey-800 {
  color: #37474F !important; }

.tc-red-900 {
  color: #B71C1C !important; }

.tc-pink-900 {
  color: #880E4F !important; }

.tc-purple-900 {
  color: #4A148C !important; }

.tc-deep-purple-900 {
  color: #311B92 !important; }

.tc-indigo-900 {
  color: #1A237E !important; }

.tc-blue-900 {
  color: #0D47A1 !important; }

.tc-light-blue-900 {
  color: #006064 !important; }

.tc-teal-900 {
  color: #004D40 !important; }

.tc-green-900 {
  color: #1B5E20 !important; }

.tc-light-green-900 {
  color: #33691E !important; }

.tc-lime-900 {
  color: #827717 !important; }

.tc-yellow-900 {
  color: #F57F17 !important; }

.tc-amber-900 {
  color: #FF6F00 !important; }

.tc-orange-900 {
  color: #E65100 !important; }

.tc-deep-orange-900 {
  color: #BF360C !important; }

.tc-brown-900 {
  color: #3E2723 !important; }

.tc-grey-900 {
  color: #212121 !important; }

.tc-blue-grey-900 {
  color: #263238 !important; }

.tc-red-A100 {
  color: #FF8A80 !important; }

.tc-pink-A100 {
  color: #FF80AB !important; }

.tc-purple-A100 {
  color: #EA80FC !important; }

.tc-deep-purple-A100 {
  color: #B388FF !important; }

.tc-indigo-A100 {
  color: #8C9EFF !important; }

.tc-blue-A100 {
  color: #82B1FF !important; }

.tc-light-blue-A100 {
  color: #84FFFF !important; }

.tc-teal-A100 {
  color: #A7FFEB !important; }

.tc-green-A100 {
  color: #B9F6CA !important; }

.tc-light-green-A100 {
  color: #CCFF90 !important; }

.tc-lime-A100 {
  color: #F4FF81 !important; }

.tc-yellow-A100 {
  color: #FFFF8D !important; }

.tc-amber-A100 {
  color: #FFE57F !important; }

.tc-orange-A100 {
  color: #FFD180 !important; }

.tc-deep-orange-A100 {
  color: #FF9E80 !important; }

.tc-red-A200 {
  color: #FF5252 !important; }

.tc-pink-A200 {
  color: #FF4081 !important; }

.tc-purple-A200 {
  color: #E040FB !important; }

.tc-deep-purple-A200 {
  color: #7C4DFF !important; }

.tc-indigo-A200 {
  color: #536DFE !important; }

.tc-blue-A200 {
  color: #448AFF !important; }

.tc-light-blue-A200 {
  color: #18FFFF !important; }

.tc-teal-A200 {
  color: #64FFDA !important; }

.tc-green-A200 {
  color: #69F0AE !important; }

.tc-light-green-A200 {
  color: #B2FF59 !important; }

.tc-lime-A200 {
  color: #EEFF41 !important; }

.tc-yellow-A200 {
  color: #FFFF00 !important; }

.tc-amber-A200 {
  color: #FFD740 !important; }

.tc-orange-A200 {
  color: #FFAB40 !important; }

.tc-deep-orange-A200 {
  color: #FF6E40 !important; }

.tc-red-A400 {
  color: #FF1744 !important; }

.tc-pink-A400 {
  color: #F50057 !important; }

.tc-purple-A400 {
  color: #D500F9 !important; }

.tc-deep-purple-A400 {
  color: #651FFF !important; }

.tc-indigo-A400 {
  color: #3D5AFE !important; }

.tc-blue-A400 {
  color: #2979FF !important; }

.tc-light-blue-A400 {
  color: #00E5FF !important; }

.tc-teal-A400 {
  color: #1DE9B6 !important; }

.tc-green-A400 {
  color: #00E676 !important; }

.tc-light-green-A400 {
  color: #76FF03 !important; }

.tc-lime-A400 {
  color: #C6FF00 !important; }

.tc-yellow-A400 {
  color: #FFEA00 !important; }

.tc-amber-A400 {
  color: #FFC400 !important; }

.tc-orange-A400 {
  color: #FF9100 !important; }

.tc-deep-orange-A400 {
  color: #FF3D00 !important; }

.tc-red-A700 {
  color: #D50000 !important; }

.tc-pink-A700 {
  color: #C51162 !important; }

.tc-purple-A700 {
  color: #AA00FF !important; }

.tc-deep-purple-A700 {
  color: #6200EA !important; }

.tc-indigo-A700 {
  color: #304FFE !important; }

.tc-blue-A700 {
  color: #2962FF !important; }

.tc-light-blue-A700 {
  color: #00B8D4 !important; }

.tc-teal-A700 {
  color: #00BFA5 !important; }

.tc-green-A700 {
  color: #00C853 !important; }

.tc-light-green-A700 {
  color: #64DD17 !important; }

.tc-lime-A700 {
  color: #AEEA00 !important; }

.tc-yellow-A700 {
  color: #FFD600 !important; }

.tc-amber-A700 {
  color: #FFAB00 !important; }

.tc-orange-A700 {
  color: #FF6D00 !important; }

.tc-deep-orange-A700 {
  color: #DD2C00 !important; }

.tc-black {
  color: #000000 !important; }

.tc-black-1 {
  color: rgba(0, 0, 0, 0.87) !important; }

.tc-black-2 {
  color: rgba(0, 0, 0, 0.54) !important; }

.tc-black-3 {
  color: rgba(0, 0, 0, 0.26) !important; }

.tc-black-4 {
  color: rgba(0, 0, 0, 0.12) !important; }

.tc-white {
  color: #FFFFFF !important; }

.tc-white-1 {
  color: #FFFFFF !important; }

.tc-white-2 {
  color: rgba(255, 255, 255, 0.7) !important; }

.tc-white-3 {
  color: rgba(255, 255, 255, 0.3) !important; }

.tc-white-4 {
  color: rgba(255, 255, 255, 0.12) !important; }

.bgc-red-500 {
  background-color: #F44336 !important; }

.bgc-pink-500 {
  background-color: #E91E63 !important; }

.bgc-purple-500 {
  background-color: #9C27B0 !important; }

.bgc-deep-purple-500 {
  background-color: #673AB7 !important; }

.bgc-indigo-500 {
  background-color: #3F51B5 !important; }

.bgc-blue-500 {
  background-color: #2196F3 !important; }

.bgc-light-blue-500 {
  background-color: #00BCD4 !important; }

.bgc-teal-500 {
  background-color: #009688 !important; }

.bgc-green-500 {
  background-color: #4CAF50 !important; }

.bgc-light-green-500 {
  background-color: #8BC34A !important; }

.bgc-lime-500 {
  background-color: #CDDC39 !important; }

.bgc-yellow-500 {
  background-color: #FFEB3B !important; }

.bgc-amber-500 {
  background-color: #FFC107 !important; }

.bgc-orange-500 {
  background-color: #FF9800 !important; }

.bgc-deep-orange-500 {
  background-color: #FF5722 !important; }

.bgc-brown-500 {
  background-color: #795548 !important; }

.bgc-grey-500 {
  background-color: #9E9E9E !important; }

.bgc-blue-grey-500 {
  background-color: #607D8B !important; }

.bgc-red-50 {
  background-color: #FFEBEE !important; }

.bgc-pink-50 {
  background-color: #FCE4EC !important; }

.bgc-purple-50 {
  background-color: #F3E5F5 !important; }

.bgc-deep-purple-50 {
  background-color: #EDE7F6 !important; }

.bgc-indigo-50 {
  background-color: #E8EAF6 !important; }

.bgc-blue-50 {
  background-color: #E3F2FD !important; }

.bgc-light-blue-50 {
  background-color: #E0F7FA !important; }

.bgc-teal-50 {
  background-color: #E0F2F1 !important; }

.bgc-green-50 {
  background-color: #E8F5E9 !important; }

.bgc-light-green-50 {
  background-color: #F1F8E9 !important; }

.bgc-lime-50 {
  background-color: #F9FBE7 !important; }

.bgc-yellow-50 {
  background-color: #FFFDE7 !important; }

.bgc-amber-50 {
  background-color: #FFF8E1 !important; }

.bgc-orange-50 {
  background-color: #FFF3E0 !important; }

.bgc-deep-orange-50 {
  background-color: #FBE9E7 !important; }

.bgc-brown-50 {
  background-color: #EFEBE9 !important; }

.bgc-grey-50 {
  background-color: #FAFAFA !important; }

.bgc-blue-grey-50 {
  background-color: #ECEFF1 !important; }

.bgc-red-100 {
  background-color: #FFCDD2 !important; }

.bgc-pink-100 {
  background-color: #F8BBD0 !important; }

.bgc-purple-100 {
  background-color: #E1BEE7 !important; }

.bgc-deep-purple-100 {
  background-color: #D1C4E9 !important; }

.bgc-indigo-100 {
  background-color: #C5CAE9 !important; }

.bgc-blue-100 {
  background-color: #BBDEFB !important; }

.bgc-light-blue-100 {
  background-color: #B2EBF2 !important; }

.bgc-teal-100 {
  background-color: #B2DFDB !important; }

.bgc-green-100 {
  background-color: #C8E6C9 !important; }

.bgc-light-green-100 {
  background-color: #DCEDC8 !important; }

.bgc-lime-100 {
  background-color: #F0F4C3 !important; }

.bgc-yellow-100 {
  background-color: #FFF9C4 !important; }

.bgc-amber-100 {
  background-color: #FFECB3 !important; }

.bgc-orange-100 {
  background-color: #FFE0B2 !important; }

.bgc-deep-orange-100 {
  background-color: #FFCCBC !important; }

.bgc-brown-100 {
  background-color: #D7CCC8 !important; }

.bgc-grey-100 {
  background-color: #F5F5F5 !important; }

.bgc-blue-grey-100 {
  background-color: #CFD8DC !important; }

.bgc-red-200 {
  background-color: #EF9A9A !important; }

.bgc-pink-200 {
  background-color: #F48FB1 !important; }

.bgc-purple-200 {
  background-color: #CE93D8 !important; }

.bgc-deep-purple-200 {
  background-color: #B39DDB !important; }

.bgc-indigo-200 {
  background-color: #9FA8DA !important; }

.bgc-blue-200 {
  background-color: #90CAF9 !important; }

.bgc-light-blue-200 {
  background-color: #80DEEA !important; }

.bgc-teal-200 {
  background-color: #80CBC4 !important; }

.bgc-green-200 {
  background-color: #A5D6A7 !important; }

.bgc-light-green-200 {
  background-color: #C5E1A5 !important; }

.bgc-lime-200 {
  background-color: #E6EE9C !important; }

.bgc-yellow-200 {
  background-color: #FFF59D !important; }

.bgc-amber-200 {
  background-color: #FFE082 !important; }

.bgc-orange-200 {
  background-color: #FFCC80 !important; }

.bgc-deep-orange-200 {
  background-color: #FFAB91 !important; }

.bgc-brown-200 {
  background-color: #BCAAA4 !important; }

.bgc-grey-200 {
  background-color: #EEEEEE !important; }

.bgc-blue-grey-200 {
  background-color: #B0BEC5 !important; }

.bgc-red-300 {
  background-color: #E57373 !important; }

.bgc-pink-300 {
  background-color: #F06292 !important; }

.bgc-purple-300 {
  background-color: #BA68C8 !important; }

.bgc-deep-purple-300 {
  background-color: #9575CD !important; }

.bgc-indigo-300 {
  background-color: #7986CB !important; }

.bgc-blue-300 {
  background-color: #64B5F6 !important; }

.bgc-light-blue-300 {
  background-color: #4DD0E1 !important; }

.bgc-teal-300 {
  background-color: #4DB6AC !important; }

.bgc-green-300 {
  background-color: #81C784 !important; }

.bgc-light-green-300 {
  background-color: #AED581 !important; }

.bgc-lime-300 {
  background-color: #DCE775 !important; }

.bgc-yellow-300 {
  background-color: #FFF176 !important; }

.bgc-amber-300 {
  background-color: #FFD54F !important; }

.bgc-orange-300 {
  background-color: #FFB74D !important; }

.bgc-deep-orange-300 {
  background-color: #FF8A65 !important; }

.bgc-brown-300 {
  background-color: #A1887F !important; }

.bgc-grey-300 {
  background-color: #E0E0E0 !important; }

.bgc-blue-grey-300 {
  background-color: #90A4AE !important; }

.bgc-red-400 {
  background-color: #EF5350 !important; }

.bgc-pink-400 {
  background-color: #EC407A !important; }

.bgc-purple-400 {
  background-color: #AB47BC !important; }

.bgc-deep-purple-400 {
  background-color: #7E57C2 !important; }

.bgc-indigo-400 {
  background-color: #5C6BC0 !important; }

.bgc-blue-400 {
  background-color: #42A5F5 !important; }

.bgc-light-blue-400 {
  background-color: #26C6DA !important; }

.bgc-teal-400 {
  background-color: #26A69A !important; }

.bgc-green-400 {
  background-color: #66BB6A !important; }

.bgc-light-green-400 {
  background-color: #9CCC65 !important; }

.bgc-lime-400 {
  background-color: #D4E157 !important; }

.bgc-yellow-400 {
  background-color: #FFEE58 !important; }

.bgc-amber-400 {
  background-color: #FFCA28 !important; }

.bgc-orange-400 {
  background-color: #FFA726 !important; }

.bgc-deep-orange-400 {
  background-color: #FF7043 !important; }

.bgc-brown-400 {
  background-color: #8D6E63 !important; }

.bgc-grey-400 {
  background-color: #BDBDBD !important; }

.bgc-blue-grey-400 {
  background-color: #78909C !important; }

.bgc-red-500 {
  background-color: #F44336 !important; }

.bgc-pink-500 {
  background-color: #E91E63 !important; }

.bgc-purple-500 {
  background-color: #9C27B0 !important; }

.bgc-deep-purple-500 {
  background-color: #673AB7 !important; }

.bgc-indigo-500 {
  background-color: #3F51B5 !important; }

.bgc-blue-500 {
  background-color: #2196F3 !important; }

.bgc-light-blue-500 {
  background-color: #00BCD4 !important; }

.bgc-teal-500 {
  background-color: #009688 !important; }

.bgc-green-500 {
  background-color: #4CAF50 !important; }

.bgc-light-green-500 {
  background-color: #8BC34A !important; }

.bgc-lime-500 {
  background-color: #CDDC39 !important; }

.bgc-yellow-500 {
  background-color: #FFEB3B !important; }

.bgc-amber-500 {
  background-color: #FFC107 !important; }

.bgc-orange-500 {
  background-color: #FF9800 !important; }

.bgc-deep-orange-500 {
  background-color: #FF5722 !important; }

.bgc-brown-500 {
  background-color: #795548 !important; }

.bgc-grey-500 {
  background-color: #9E9E9E !important; }

.bgc-blue-grey-500 {
  background-color: #607D8B !important; }

.bgc-red-600 {
  background-color: #E53935 !important; }

.bgc-pink-600 {
  background-color: #D81B60 !important; }

.bgc-purple-600 {
  background-color: #8E24AA !important; }

.bgc-deep-purple-600 {
  background-color: #5E35B1 !important; }

.bgc-indigo-600 {
  background-color: #3949AB !important; }

.bgc-blue-600 {
  background-color: #1E88E5 !important; }

.bgc-light-blue-600 {
  background-color: #00ACC1 !important; }

.bgc-teal-600 {
  background-color: #00897B !important; }

.bgc-green-600 {
  background-color: #43A047 !important; }

.bgc-light-green-600 {
  background-color: #7CB342 !important; }

.bgc-lime-600 {
  background-color: #C0CA33 !important; }

.bgc-yellow-600 {
  background-color: #FDD835 !important; }

.bgc-amber-600 {
  background-color: #FFB300 !important; }

.bgc-orange-600 {
  background-color: #FB8C00 !important; }

.bgc-deep-orange-600 {
  background-color: #F4511E !important; }

.bgc-brown-600 {
  background-color: #6D4C41 !important; }

.bgc-grey-600 {
  background-color: #757575 !important; }

.bgc-blue-grey-600 {
  background-color: #546E7A !important; }

.bgc-red-700 {
  background-color: #D32F2F !important; }

.bgc-pink-700 {
  background-color: #C2185B !important; }

.bgc-purple-700 {
  background-color: #7B1FA2 !important; }

.bgc-deep-purple-700 {
  background-color: #512DA8 !important; }

.bgc-indigo-700 {
  background-color: #303F9F !important; }

.bgc-blue-700 {
  background-color: #1976D2 !important; }

.bgc-light-blue-700 {
  background-color: #0097A7 !important; }

.bgc-teal-700 {
  background-color: #00796B !important; }

.bgc-green-700 {
  background-color: #388E3C !important; }

.bgc-light-green-700 {
  background-color: #689F38 !important; }

.bgc-lime-700 {
  background-color: #AFB42B !important; }

.bgc-yellow-700 {
  background-color: #FBC02D !important; }

.bgc-amber-700 {
  background-color: #FFA000 !important; }

.bgc-orange-700 {
  background-color: #F57C00 !important; }

.bgc-deep-orange-700 {
  background-color: #E64A19 !important; }

.bgc-brown-700 {
  background-color: #5D4037 !important; }

.bgc-grey-700 {
  background-color: #616161 !important; }

.bgc-blue-grey-700 {
  background-color: #455A64 !important; }

.bgc-red-800 {
  background-color: #C62828 !important; }

.bgc-pink-800 {
  background-color: #AD1457 !important; }

.bgc-purple-800 {
  background-color: #6A1B9A !important; }

.bgc-deep-purple-800 {
  background-color: #4527A0 !important; }

.bgc-indigo-800 {
  background-color: #283593 !important; }

.bgc-blue-800 {
  background-color: #1565C0 !important; }

.bgc-light-blue-800 {
  background-color: #00838F !important; }

.bgc-teal-800 {
  background-color: #00695C !important; }

.bgc-green-800 {
  background-color: #2E7D32 !important; }

.bgc-light-green-800 {
  background-color: #558B2F !important; }

.bgc-lime-800 {
  background-color: #9E9D24 !important; }

.bgc-yellow-800 {
  background-color: #F9A825 !important; }

.bgc-amber-800 {
  background-color: #FF8F00 !important; }

.bgc-orange-800 {
  background-color: #EF6C00 !important; }

.bgc-deep-orange-800 {
  background-color: #D84315 !important; }

.bgc-brown-800 {
  background-color: #4E342E !important; }

.bgc-grey-800 {
  background-color: #424242 !important; }

.bgc-blue-grey-800 {
  background-color: #37474F !important; }

.bgc-red-900 {
  background-color: #B71C1C !important; }

.bgc-pink-900 {
  background-color: #880E4F !important; }

.bgc-purple-900 {
  background-color: #4A148C !important; }

.bgc-deep-purple-900 {
  background-color: #311B92 !important; }

.bgc-indigo-900 {
  background-color: #1A237E !important; }

.bgc-blue-900 {
  background-color: #0D47A1 !important; }

.bgc-light-blue-900 {
  background-color: #006064 !important; }

.bgc-teal-900 {
  background-color: #004D40 !important; }

.bgc-green-900 {
  background-color: #1B5E20 !important; }

.bgc-light-green-900 {
  background-color: #33691E !important; }

.bgc-lime-900 {
  background-color: #827717 !important; }

.bgc-yellow-900 {
  background-color: #F57F17 !important; }

.bgc-amber-900 {
  background-color: #FF6F00 !important; }

.bgc-orange-900 {
  background-color: #E65100 !important; }

.bgc-deep-orange-900 {
  background-color: #BF360C !important; }

.bgc-brown-900 {
  background-color: #3E2723 !important; }

.bgc-grey-900 {
  background-color: #212121 !important; }

.bgc-blue-grey-900 {
  background-color: #263238 !important; }

.bgc-red-A100 {
  background-color: #FF8A80 !important; }

.bgc-pink-A100 {
  background-color: #FF80AB !important; }

.bgc-purple-A100 {
  background-color: #EA80FC !important; }

.bgc-deep-purple-A100 {
  background-color: #B388FF !important; }

.bgc-indigo-A100 {
  background-color: #8C9EFF !important; }

.bgc-blue-A100 {
  background-color: #82B1FF !important; }

.bgc-light-blue-A100 {
  background-color: #84FFFF !important; }

.bgc-teal-A100 {
  background-color: #A7FFEB !important; }

.bgc-green-A100 {
  background-color: #B9F6CA !important; }

.bgc-light-green-A100 {
  background-color: #CCFF90 !important; }

.bgc-lime-A100 {
  background-color: #F4FF81 !important; }

.bgc-yellow-A100 {
  background-color: #FFFF8D !important; }

.bgc-amber-A100 {
  background-color: #FFE57F !important; }

.bgc-orange-A100 {
  background-color: #FFD180 !important; }

.bgc-deep-orange-A100 {
  background-color: #FF9E80 !important; }

.bgc-red-A200 {
  background-color: #FF5252 !important; }

.bgc-pink-A200 {
  background-color: #FF4081 !important; }

.bgc-purple-A200 {
  background-color: #E040FB !important; }

.bgc-deep-purple-A200 {
  background-color: #7C4DFF !important; }

.bgc-indigo-A200 {
  background-color: #536DFE !important; }

.bgc-blue-A200 {
  background-color: #448AFF !important; }

.bgc-light-blue-A200 {
  background-color: #18FFFF !important; }

.bgc-teal-A200 {
  background-color: #64FFDA !important; }

.bgc-green-A200 {
  background-color: #69F0AE !important; }

.bgc-light-green-A200 {
  background-color: #B2FF59 !important; }

.bgc-lime-A200 {
  background-color: #EEFF41 !important; }

.bgc-yellow-A200 {
  background-color: #FFFF00 !important; }

.bgc-amber-A200 {
  background-color: #FFD740 !important; }

.bgc-orange-A200 {
  background-color: #FFAB40 !important; }

.bgc-deep-orange-A200 {
  background-color: #FF6E40 !important; }

.bgc-red-A400 {
  background-color: #FF1744 !important; }

.bgc-pink-A400 {
  background-color: #F50057 !important; }

.bgc-purple-A400 {
  background-color: #D500F9 !important; }

.bgc-deep-purple-A400 {
  background-color: #651FFF !important; }

.bgc-indigo-A400 {
  background-color: #3D5AFE !important; }

.bgc-blue-A400 {
  background-color: #2979FF !important; }

.bgc-light-blue-A400 {
  background-color: #00E5FF !important; }

.bgc-teal-A400 {
  background-color: #1DE9B6 !important; }

.bgc-green-A400 {
  background-color: #00E676 !important; }

.bgc-light-green-A400 {
  background-color: #76FF03 !important; }

.bgc-lime-A400 {
  background-color: #C6FF00 !important; }

.bgc-yellow-A400 {
  background-color: #FFEA00 !important; }

.bgc-amber-A400 {
  background-color: #FFC400 !important; }

.bgc-orange-A400 {
  background-color: #FF9100 !important; }

.bgc-deep-orange-A400 {
  background-color: #FF3D00 !important; }

.bgc-red-A700 {
  background-color: #D50000 !important; }

.bgc-pink-A700 {
  background-color: #C51162 !important; }

.bgc-purple-A700 {
  background-color: #AA00FF !important; }

.bgc-deep-purple-A700 {
  background-color: #6200EA !important; }

.bgc-indigo-A700 {
  background-color: #304FFE !important; }

.bgc-blue-A700 {
  background-color: #2962FF !important; }

.bgc-light-blue-A700 {
  background-color: #00B8D4 !important; }

.bgc-teal-A700 {
  background-color: #00BFA5 !important; }

.bgc-green-A700 {
  background-color: #00C853 !important; }

.bgc-light-green-A700 {
  background-color: #64DD17 !important; }

.bgc-lime-A700 {
  background-color: #AEEA00 !important; }

.bgc-yellow-A700 {
  background-color: #FFD600 !important; }

.bgc-amber-A700 {
  background-color: #FFAB00 !important; }

.bgc-orange-A700 {
  background-color: #FF6D00 !important; }

.bgc-deep-orange-A700 {
  background-color: #DD2C00 !important; }

.bgc-black {
  background-color: #000000 !important; }

.bgc-black-1 {
  background-color: rgba(0, 0, 0, 0.87) !important; }

.bgc-black-2 {
  background-color: rgba(0, 0, 0, 0.54) !important; }

.bgc-black-3 {
  background-color: rgba(0, 0, 0, 0.26) !important; }

.bgc-black-4 {
  background-color: rgba(0, 0, 0, 0.12) !important; }

.bgc-white {
  background-color: #FFFFFF !important; }

.bgc-white-1 {
  background-color: #FFFFFF !important; }

.bgc-white-2 {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.bgc-white-3 {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.bgc-white-4 {
  background-color: rgba(255, 255, 255, 0.12) !important; }

.data-table-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden; }

.data-table {
  width: 100%;
  margin: 0; }
  .data-table > thead > tr > th, .data-table > tbody > tr > td {
    height: 64px;
    padding: 12px 16px; }
  .data-table > thead > tr > th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    font-weight: 400;
    text-align: left; }

.data-table--has-primary > thead > tr > th:first-child, .data-table--has-primary > tbody > tr > td:first-child {
  width: 104px;
  padding-left: 32px;
  padding-right: 32px; }
.data-table--has-primary > thead > tr > th:first-child {
  border-bottom: none; }
.data-table--has-primary > tbody > tr > td:first-child img,
.data-table--has-primary > tbody > tr > td:first-child .thumbnail {
  border-radius: 50%;
  overflow: hidden; }
.data-table--has-primary > thead > tr > th:nth-child(2), .data-table--has-primary > tbody > tr > td:nth-child(2) {
  padding-left: 0; }

.data-table--has-secondary > thead > tr > th:last-child, .data-table--has-secondary > tbody > tr > td:last-child {
  padding: 0 8px;
  width: 56px; }

.data-table__clickable-row {
  cursor: pointer; }
  .data-table__clickable-row:hover {
    background-color: #F5F5F5; }

.lx-date-filter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.lx-date-filter--is-shown {
  opacity: 1; }

.lx-date-input,
.lx-date-input input {
  cursor: pointer !important; }

.lx-date-picker {
  display: none;
  position: fixed;
  top: 30px;
  left: 50%;
  z-index: 1000;
  width: 280px;
  margin-left: -140px;
  background-color: #FFFFFF;
  opacity: 0;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.lx-date-picker--is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.lx-date-picker__current-day-of-week {
  background-color: #00796B; }
  .lx-date-picker__current-day-of-week span {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    text-transform: capitalize; }

.lx-date-picker__current-date {
  padding: 8px 0;
  background-color: #009688; }
  .lx-date-picker__current-date span,
  .lx-date-picker__current-date strong,
  .lx-date-picker__current-date em {
    display: block;
    font-weight: 400;
    text-align: center; }
  .lx-date-picker__current-date span,
  .lx-date-picker__current-date strong {
    color: #FFFFFF; }
  .lx-date-picker__current-date span,
  .lx-date-picker__current-date em {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px; }
  .lx-date-picker__current-date span {
    text-transform: uppercase; }
  .lx-date-picker__current-date strong {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1; }
  .lx-date-picker__current-date em {
    font-style: normal;
    color: rgba(255, 255, 255, 0.3); }

.lx-date-picker__nav {
  position: relative;
  padding-top: 12px; }
  .lx-date-picker__nav span {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize; }
  .lx-date-picker__nav button {
    position: absolute !important;
    top: 20px; }
    .lx-date-picker__nav button:first-child {
      left: 16px; }
    .lx-date-picker__nav button:last-child {
      right: 16px; }

.lx-date-picker__days-of-week {
  padding: 0 16px; }
  .lx-date-picker__days-of-week span {
    display: inline-block;
    vertical-align: top;
    width: 14.28571%;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54);
    line-height: 24px;
    text-align: center;
    text-transform: uppercase; }

.lx-date-picker__days {
  padding: 0 16px; }

.lx-date-picker__day {
  display: inline-block;
  vertical-align: top;
  width: 14.28571%;
  padding: 4px 0; }
  .lx-date-picker__day a {
    display: block;
    height: 32px;
    width: 32px;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 32px;
    text-align: center; }

.lx-date-picker__day--is-today a {
  font-weight: 600;
  color: #00796B; }

.lx-date-picker__day a:hover,
.lx-date-picker__day--is-selected a {
  cursor: pointer;
  background-color: #009688;
  color: #FFFFFF; }

.lx-date-picker__actions {
  padding: 16px;
  padding-top: 8px;
  text-align: right; }

.dialog-filter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.dialog-filter--is-shown {
  opacity: 1; }

.dialog {
  display: none;
  position: fixed;
  top: 30px;
  left: 50%;
  z-index: 1000;
  background-color: #FFFFFF;
  opacity: 0;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.dialog--alert {
  width: 400px;
  margin-left: -200px; }

@media screen and (min-width: 1024px) {
  .dialog--l {
    width: 800px;
    margin-left: -400px; } }
@media screen and (max-width: 1023px) {
  .dialog--l {
    width: 80%;
    margin-left: -40%; } }

.dialog--is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.dialog--is-fixed {
  bottom: 30px; }
  .dialog--is-fixed .dialog__header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }
  .dialog--is-fixed .dialog__scrollable {
    position: absolute;
    right: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto; }
  .dialog--is-fixed .dialog__actions {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12); }

.dialog__actions {
  padding: 8px 16px;
  text-align: right; }

.dropdown {
  position: relative;
  display: inline-block;
  vertical-align: top; }

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  border-radius: 2px;
  background-color: #FFFFFF;
  text-align: left;
  opacity: 0;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  .dropdown-menu ul > li {
    position: relative; }

.dropdown__menu--is-dropped .dropdown-menu__content {
  opacity: 1; }

.dropdown-menu__content {
  padding: 8px 0;
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.dropdown-divider {
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: rgba(0, 0, 0, 0.12); }

.dropdown-link {
  display: block;
  height: 32px;
  padding: 0 16px;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  line-height: 32px;
  text-decoration: none;
  white-space: nowrap; }
  .dropdown-link:not(.dropdown-link--is-header):hover {
    background-color: #EEEEEE; }

.dropdown-link--is-header {
  color: rgba(0, 0, 0, 0.26);
  cursor: default; }

.fab {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .fab:hover .fab__primary .mdi:first-child {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .fab:hover .fab__primary .mdi:last-child {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .fab:hover .fab__actions {
    pointer-events: auto; }
    .fab:hover .fab__actions .btn {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.fab__primary .mdi {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  .fab__primary .mdi:last-child {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }

.fab__actions {
  z-index: 999;
  pointer-events: none; }
  .fab__actions .btn {
    display: block;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }

.fab__actions--up .btn:nth-child(1),
.fab__actions--left .btn:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.fab__actions--up .btn:nth-child(2),
.fab__actions--left .btn:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s; }
.fab__actions--up .btn:nth-child(3),
.fab__actions--left .btn:nth-child(3) {
  -webkit-transition-delay: 0.06667s;
  -moz-transition-delay: 0.06667s;
  transition-delay: 0.06667s; }
.fab__actions--up .btn:nth-child(4),
.fab__actions--left .btn:nth-child(4) {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s; }
.fab__actions--up .btn:nth-child(5),
.fab__actions--left .btn:nth-child(5) {
  -webkit-transition-delay: 0.04s;
  -moz-transition-delay: 0.04s;
  transition-delay: 0.04s; }
.fab__actions--up .btn:nth-child(6),
.fab__actions--left .btn:nth-child(6) {
  -webkit-transition-delay: 0.03333s;
  -moz-transition-delay: 0.03333s;
  transition-delay: 0.03333s; }
.fab__actions--up .btn:nth-child(7),
.fab__actions--left .btn:nth-child(7) {
  -webkit-transition-delay: 0.02857s;
  -moz-transition-delay: 0.02857s;
  transition-delay: 0.02857s; }
.fab__actions--up .btn:nth-child(8),
.fab__actions--left .btn:nth-child(8) {
  -webkit-transition-delay: 0.025s;
  -moz-transition-delay: 0.025s;
  transition-delay: 0.025s; }
.fab__actions--up .btn:nth-child(9),
.fab__actions--left .btn:nth-child(9) {
  -webkit-transition-delay: 0.02222s;
  -moz-transition-delay: 0.02222s;
  transition-delay: 0.02222s; }
.fab__actions--up .btn:nth-child(10),
.fab__actions--left .btn:nth-child(10) {
  -webkit-transition-delay: 0.02s;
  -moz-transition-delay: 0.02s;
  transition-delay: 0.02s; }

.fab__actions--down .btn:nth-child(1),
.fab__actions--right .btn:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s; }
.fab__actions--down .btn:nth-child(2),
.fab__actions--right .btn:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s; }
.fab__actions--down .btn:nth-child(3),
.fab__actions--right .btn:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s; }
.fab__actions--down .btn:nth-child(4),
.fab__actions--right .btn:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.fab__actions--down .btn:nth-child(5),
.fab__actions--right .btn:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s; }
.fab__actions--down .btn:nth-child(6),
.fab__actions--right .btn:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s; }
.fab__actions--down .btn:nth-child(7),
.fab__actions--right .btn:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s; }
.fab__actions--down .btn:nth-child(8),
.fab__actions--right .btn:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s; }
.fab__actions--down .btn:nth-child(9),
.fab__actions--right .btn:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  transition-delay: 0.45s; }
.fab__actions--down .btn:nth-child(10),
.fab__actions--right .btn:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.fab__actions--left,
.fab__actions--right {
  white-space: nowrap; }
  .fab__actions--left .btn,
  .fab__actions--right .btn {
    display: inline-block; }

.fab__actions--up {
  position: absolute;
  bottom: 56px;
  left: 7px; }
  .fab__actions--up .btn {
    margin-bottom: 6px; }

.fab__actions--down {
  position: absolute;
  top: 56px;
  left: 7px; }
  .fab__actions--down .btn {
    margin-top: 6px; }

.fab__actions--left {
  position: absolute;
  right: 56px;
  bottom: 7px; }
  .fab__actions--left .btn {
    margin-right: 6px; }

.fab__actions--right {
  position: absolute;
  bottom: 7px;
  left: 56px; }
  .fab__actions--right .btn {
    margin-left: 6px; }

.input-file {
  position: relative;
  padding-top: 32px;
  padding-bottom: 8px; }
  .input-file:before, .input-file:after {
    content: ''; }
  .input-file:before {
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .input-file:after {
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;
    height: 2px;
    background-color: #2196F3;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .input-file label {
    display: block;
    position: relative;
    height: 32px;
    cursor: pointer; }

.input-file--is-active .input-file__label {
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transform: translateY(16px);
  -moz-transform: translateY(16px);
  -ms-transform: translateY(16px);
  -o-transform: translateY(16px);
  transform: translateY(16px); }
.input-file--is-active .input-file__filename {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.input-file--is-focused:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.input-file--is-focused .input-file__label {
  color: #2196F3; }

.input-file__label {
  display: block;
  position: absolute;
  top: -32px;
  left: 0;
  color: rgba(0, 0, 0, 0.26);
  line-height: 16px;
  pointer-events: none;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition-property: -webkit-transform, font-size, color;
  -moz-transition-property: -moz-transform, font-size, color;
  transition-property: transform, font-size, color;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.input-file__filename {
  display: block;
  overflow: hidden;
  opacity: 0;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transform: translateX(48px);
  -moz-transform: translateX(48px);
  -ms-transform: translateX(48px);
  -o-transform: translateX(48px);
  transform: translateX(48px);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.form-error {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  color: #F44336; }
  .form-error:after {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 md-icons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    line-height: 18px; }

.grid {
  position: relative; }
  @media screen and (min-width: 1024px) {
    .grid {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .grid::after {
        clear: both;
        content: "";
        display: table; } }

.grid__col1 {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .grid__col1 {
      margin-bottom: 24px; }
      .grid__col1:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .grid__col1 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 6.17215%; }
      .grid__col1:last-child {
        margin-right: 0; } }

.grid__col2 {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .grid__col2 {
      margin-bottom: 24px; }
      .grid__col2:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .grid__col2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      .grid__col2:last-child {
        margin-right: 0; } }

.grid__col3 {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .grid__col3 {
      margin-bottom: 24px; }
      .grid__col3:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .grid__col3 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .grid__col3:last-child {
        margin-right: 0; } }

.grid__col4 {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .grid__col4 {
      margin-bottom: 24px; }
      .grid__col4:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .grid__col4 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .grid__col4:last-child {
        margin-right: 0; } }

.grid__col5 {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .grid__col5 {
      margin-bottom: 24px; }
      .grid__col5:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .grid__col5 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .grid__col5:last-child {
        margin-right: 0; } }

.grid__col6 {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .grid__col6 {
      margin-bottom: 24px; }
      .grid__col6:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .grid__col6 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .grid__col6:last-child {
        margin-right: 0; } }

.grid__col7 {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .grid__col7 {
      margin-bottom: 24px; }
      .grid__col7:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .grid__col7 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .grid__col7:last-child {
        margin-right: 0; } }

.grid__col8 {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .grid__col8 {
      margin-bottom: 24px; }
      .grid__col8:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .grid__col8 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .grid__col8:last-child {
        margin-right: 0; } }

.grid__col9 {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .grid__col9 {
      margin-bottom: 24px; }
      .grid__col9:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .grid__col9 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .grid__col9:last-child {
        margin-right: 0; } }

.grid__col10 {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .grid__col10 {
      margin-bottom: 24px; }
      .grid__col10:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .grid__col10 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%; }
      .grid__col10:last-child {
        margin-right: 0; } }

.grid__col11 {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .grid__col11 {
      margin-bottom: 24px; }
      .grid__col11:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .grid__col11 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 91.4702%; }
      .grid__col11:last-child {
        margin-right: 0; } }

.grid__col12 {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .grid__col12 {
      margin-bottom: 24px; }
      .grid__col12:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .grid__col12 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .grid__col12:last-child {
        margin-right: 0; } }

.icon {
  vertical-align: top;
  text-align: center; }

.icon--s {
  height: 24px;
  width: 24px;
  line-height: 24px; }
  .icon--s.icon--circled {
    font-size: 10px;
    font-size: 0.625rem; }
  .icon--s.icon--flat {
    font-size: 18px;
    font-size: 1.125rem; }

.icon--l {
  height: 40px;
  width: 40px;
  line-height: 40px; }
  .icon--l.icon--circled {
    font-size: 18px;
    font-size: 1.125rem; }
  .icon--l.icon--flat {
    font-size: 22px;
    font-size: 1.375rem; }

.icon--circled.icon--red {
  color: #FFFFFF;
  background-color: #F44336; }

.icon--flat.icon--red {
  color: #F44336; }

.icon--circled.icon--pink {
  color: #FFFFFF;
  background-color: #E91E63; }

.icon--flat.icon--pink {
  color: #E91E63; }

.icon--circled.icon--purple {
  color: #FFFFFF;
  background-color: #9C27B0; }

.icon--flat.icon--purple {
  color: #9C27B0; }

.icon--circled.icon--deep-purple {
  color: #FFFFFF;
  background-color: #673AB7; }

.icon--flat.icon--deep-purple {
  color: #673AB7; }

.icon--circled.icon--indigo {
  color: #FFFFFF;
  background-color: #3F51B5; }

.icon--flat.icon--indigo {
  color: #3F51B5; }

.icon--circled.icon--blue {
  color: #FFFFFF;
  background-color: #2196F3; }

.icon--flat.icon--blue {
  color: #2196F3; }

.icon--circled.icon--light-blue {
  color: #FFFFFF;
  background-color: #00BCD4; }

.icon--flat.icon--light-blue {
  color: #00BCD4; }

.icon--circled.icon--teal {
  color: #FFFFFF;
  background-color: #009688; }

.icon--flat.icon--teal {
  color: #009688; }

.icon--circled.icon--green {
  color: #FFFFFF;
  background-color: #4CAF50; }

.icon--flat.icon--green {
  color: #4CAF50; }

.icon--circled.icon--light-green {
  color: #FFFFFF;
  background-color: #8BC34A; }

.icon--flat.icon--light-green {
  color: #8BC34A; }

.icon--circled.icon--lime {
  color: #FFFFFF;
  background-color: #CDDC39; }

.icon--flat.icon--lime {
  color: #CDDC39; }

.icon--circled.icon--yellow {
  color: #FFFFFF;
  background-color: #FFEB3B; }

.icon--flat.icon--yellow {
  color: #FFEB3B; }

.icon--circled.icon--amber {
  color: #FFFFFF;
  background-color: #FFC107; }

.icon--flat.icon--amber {
  color: #FFC107; }

.icon--circled.icon--orange {
  color: #FFFFFF;
  background-color: #FF9800; }

.icon--flat.icon--orange {
  color: #FF9800; }

.icon--circled.icon--deep-orange {
  color: #FFFFFF;
  background-color: #FF5722; }

.icon--flat.icon--deep-orange {
  color: #FF5722; }

.icon--circled.icon--brown {
  color: #FFFFFF;
  background-color: #795548; }

.icon--flat.icon--brown {
  color: #795548; }

.icon--circled.icon--grey {
  color: #FFFFFF;
  background-color: #9E9E9E; }

.icon--flat.icon--grey {
  color: #9E9E9E; }

.icon--circled.icon--blue-grey {
  color: #FFFFFF;
  background-color: #607D8B; }

.icon--flat.icon--blue-grey {
  color: #607D8B; }

.icon--circled.icon--black {
  color: #FFFFFF;
  background-color: #000000; }

.icon--flat.icon--black {
  color: #000000; }

.icon--circled.icon--white {
  color: #FFFFFF;
  background-color: #FFFFFF; }

.icon--flat.icon--white {
  color: #FFFFFF; }

.icon--circled {
  border-radius: 50%; }

.list-row {
  position: relative;
  padding: 0 16px; }

.list-row--has-primary > .list-content-tile {
  margin-left: 56px; }

.list-row--has-secondary > .list-content-tile {
  margin-right: 32px; }

.list-row--has-separator:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.list-row--has-separator:last-child:after {
  border-bottom: none; }

.list-row--has-primary.list-row--has-separator:after {
  left: 72px; }

.list-row--is-clickable {
  cursor: pointer; }

.list-row--is-clickable:hover,
.list-row--is-active {
  background-color: #F5F5F5; }

.list-primary-tile {
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -20px; }

.list-primary-tile__img {
  height: 40px;
  width: 40px;
  border-radius: 50%; }

.list-content-tile {
  padding: 16px 0; }
  .list-content-tile strong,
  .list-content-tile span {
    display: block; }
  .list-content-tile strong {
    font-weight: 400; }
  .list-content-tile span {
    font-size: 14px;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.54); }

.list-content-tile--one-line strong {
  line-height: 1; }

.list-row--has-primary > .list-content-tile--one-line strong {
  line-height: 24px; }

.list-content-tile--two-lines strong,
.list-content-tile--two-lines span {
  line-height: 20px; }

.list-secondary-tile {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.list-divider {
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: rgba(0, 0, 0, 0.12); }

.list-divider--is-pushed {
  margin-left: 72px; }

.list-subheader {
  padding: 16px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.54);
  line-height: 16px; }

.list-subheader--is-pushed {
  margin-left: 56px; }

.notification {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1001;
  max-width: 300px;
  padding: 16px 24px;
  border-radius: 2px;
  background-color: #323232;
  cursor: pointer;
  -webkit-animation: jelly 1000ms linear both;
  -moz-animation: jelly 1000ms linear both;
  animation: jelly 1000ms linear both;
  -webkit-transition: margin-bottom 0.2s ease-in-out;
  -moz-transition: margin-bottom 0.2s ease-in-out;
  transition: margin-bottom 0.2s ease-in-out; }

.notification__content {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 20px; }

.notification--has-icon .notification__content {
  padding-left: 32px; }

.notification__icon {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 20px; }

.notification--red .notification__icon {
  color: #F44336; }

.notification--pink .notification__icon {
  color: #E91E63; }

.notification--purple .notification__icon {
  color: #9C27B0; }

.notification--deep-purple .notification__icon {
  color: #673AB7; }

.notification--indigo .notification__icon {
  color: #3F51B5; }

.notification--blue .notification__icon {
  color: #2196F3; }

.notification--light-blue .notification__icon {
  color: #00BCD4; }

.notification--teal .notification__icon {
  color: #009688; }

.notification--green .notification__icon {
  color: #4CAF50; }

.notification--light-green .notification__icon {
  color: #8BC34A; }

.notification--lime .notification__icon {
  color: #CDDC39; }

.notification--yellow .notification__icon {
  color: #FFEB3B; }

.notification--amber .notification__icon {
  color: #FFC107; }

.notification--orange .notification__icon {
  color: #FF9800; }

.notification--deep-orange .notification__icon {
  color: #FF5722; }

.notification--brown .notification__icon {
  color: #795548; }

.notification--grey .notification__icon {
  color: #9E9E9E; }

.notification--blue-grey .notification__icon {
  color: #607D8B; }

.notification--black .notification__icon {
  color: #000000; }

.notification--white .notification__icon {
  color: #FFFFFF; }

.paragraph p:last-child,
.paragraph ul:last-child {
  margin-bottom: 0; }
.paragraph a {
  color: #3F51B5;
  text-decoration: none; }
  .paragraph a:hover {
    text-decoration: underline; }

.progress-circular {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px; }

.progress-circular--is-shown .progress-circular__path {
  stroke-width: 6; }

.progress-circular__svg {
  position: relative;
  height: 100px;
  width: 100px;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

.progress-circular__path {
  stroke-width: 0;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  -webkit-animation: circular 1.5s ease-in-out infinite;
  -moz-animation: circular 1.5s ease-in-out infinite;
  animation: circular 1.5s ease-in-out infinite;
  -webkit-transition-property: stroke-width;
  -moz-transition-property: stroke-width;
  transition-property: stroke-width;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s; }

@-webkit-keyframes circular {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124; } }
@-moz-keyframes circular {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124; } }
@keyframes circular {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124; } }
.progress-linear {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  height: 4px;
  overflow: hidden;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center; }

.progress-linear--is-shown {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.progress-linear__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4; }

.progress-linear__bar {
  -webkit-transform: scale(1) translateX(50%);
  -moz-transform: scale(1) translateX(50%);
  -ms-transform: scale(1) translateX(50%);
  -o-transform: scale(1) translateX(50%);
  transform: scale(1) translateX(50%); }

.progress-linear__bar--first {
  position: absolute;
  top: -12px;
  height: 24px;
  width: 100%;
  -webkit-animation: bar1 2s linear infinite;
  -moz-animation: bar1 2s linear infinite;
  animation: bar1 2s linear infinite; }

.progress-linear__bar--second {
  position: absolute;
  top: -48px;
  height: 96px;
  width: 100%;
  -webkit-animation: bar2 2s linear infinite;
  -moz-animation: bar2 2s linear infinite;
  animation: bar2 2s linear infinite; }

@-webkit-keyframes bar1 {
  0% {
    -webkit-transform: scale(0.5) translateX(-150%); }
  37.5% {
    -webkit-transform: scale(0.75) translateX(0%); }
  75% {
    -webkit-transform: scale(0.5) translateX(150%); }
  100% {
    -webkit-transform: scale(0.5) translateX(150%); } }
@-moz-keyframes bar1 {
  0% {
    -moz-transform: scale(0.5) translateX(-150%); }
  37.5% {
    -moz-transform: scale(0.75) translateX(0%); }
  75% {
    -moz-transform: scale(0.5) translateX(150%); }
  100% {
    -moz-transform: scale(0.5) translateX(150%); } }
@keyframes bar1 {
  0% {
    -webkit-transform: scale(0.5) translateX(-150%);
    -moz-transform: scale(0.5) translateX(-150%);
    -ms-transform: scale(0.5) translateX(-150%);
    -o-transform: scale(0.5) translateX(-150%);
    transform: scale(0.5) translateX(-150%); }
  37.5% {
    -webkit-transform: scale(0.75) translateX(0%);
    -moz-transform: scale(0.75) translateX(0%);
    -ms-transform: scale(0.75) translateX(0%);
    -o-transform: scale(0.75) translateX(0%);
    transform: scale(0.75) translateX(0%); }
  75% {
    -webkit-transform: scale(0.5) translateX(150%);
    -moz-transform: scale(0.5) translateX(150%);
    -ms-transform: scale(0.5) translateX(150%);
    -o-transform: scale(0.5) translateX(150%);
    transform: scale(0.5) translateX(150%); }
  100% {
    -webkit-transform: scale(0.5) translateX(150%);
    -moz-transform: scale(0.5) translateX(150%);
    -ms-transform: scale(0.5) translateX(150%);
    -o-transform: scale(0.5) translateX(150%);
    transform: scale(0.5) translateX(150%); } }
@-webkit-keyframes bar2 {
  0% {
    -webkit-transform: scale(0.5) translateX(-250%); }
  40% {
    -webkit-transform: scale(0.5) translateX(-250%); }
  55% {
    -webkit-transform: scale(0.5) translateX(-150%); }
  70% {
    -webkit-transform: scale(0.5) translateX(-50%); }
  85% {
    -webkit-transform: scale(0.25) translateX(150%); }
  100% {
    -webkit-transform: scale(0.25) translateX(250%); } }
@-moz-keyframes bar2 {
  0% {
    -moz-transform: scale(0.5) translateX(-250%); }
  40% {
    -moz-transform: scale(0.5) translateX(-250%); }
  55% {
    -moz-transform: scale(0.5) translateX(-150%); }
  70% {
    -moz-transform: scale(0.5) translateX(-50%); }
  85% {
    -moz-transform: scale(0.25) translateX(150%); }
  100% {
    -moz-transform: scale(0.25) translateX(250%); } }
@keyframes bar2 {
  0% {
    -webkit-transform: scale(0.5) translateX(-250%);
    -moz-transform: scale(0.5) translateX(-250%);
    -ms-transform: scale(0.5) translateX(-250%);
    -o-transform: scale(0.5) translateX(-250%);
    transform: scale(0.5) translateX(-250%); }
  40% {
    -webkit-transform: scale(0.5) translateX(-250%);
    -moz-transform: scale(0.5) translateX(-250%);
    -ms-transform: scale(0.5) translateX(-250%);
    -o-transform: scale(0.5) translateX(-250%);
    transform: scale(0.5) translateX(-250%); }
  55% {
    -webkit-transform: scale(0.5) translateX(-150%);
    -moz-transform: scale(0.5) translateX(-150%);
    -ms-transform: scale(0.5) translateX(-150%);
    -o-transform: scale(0.5) translateX(-150%);
    transform: scale(0.5) translateX(-150%); }
  70% {
    -webkit-transform: scale(0.5) translateX(-50%);
    -moz-transform: scale(0.5) translateX(-50%);
    -ms-transform: scale(0.5) translateX(-50%);
    -o-transform: scale(0.5) translateX(-50%);
    transform: scale(0.5) translateX(-50%); }
  85% {
    -webkit-transform: scale(0.25) translateX(150%);
    -moz-transform: scale(0.25) translateX(150%);
    -ms-transform: scale(0.25) translateX(150%);
    -o-transform: scale(0.25) translateX(150%);
    transform: scale(0.25) translateX(150%); }
  100% {
    -webkit-transform: scale(0.25) translateX(250%);
    -moz-transform: scale(0.25) translateX(250%);
    -ms-transform: scale(0.25) translateX(250%);
    -o-transform: scale(0.25) translateX(250%);
    transform: scale(0.25) translateX(250%); } }
.radio-group .radio-button {
  margin-bottom: 12px; }

.radio-button__input:not(:checked) + .radio-button__label:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.radio-button__input:not(:checked) + .radio-button__label:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
.radio-button__input:checked + .radio-button__label:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
.radio-button__input:checked + .radio-button__label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.radio-button__input[disabled] + .radio-button__label {
  cursor: not-allowed; }
  .radio-button__input[disabled] + .radio-button__label:before, .radio-button__input[disabled] + .radio-button__label:after {
    color: rgba(0, 0, 0, 0.26); }

.radio-button__label {
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer; }
  .radio-button__label:before, .radio-button__label:after {
    display: inline-block;
    font: normal normal normal 14px/1 md-icons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .radio-button__label:before {
    content: ""; }
  .radio-button__label:after {
    content: "";
    color: #009688; }

.radio-button__help {
  display: block;
  padding-left: 30px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.54);
  text-align: left; }

.ripple {
  display: block;
  position: absolute;
  border-radius: 100%;
  opacity: 0.3;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none; }

.ripple--is-animated {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear; }

.search-filter {
  position: relative;
  overflow: hidden; }

.search-filter--is-closed {
  width: 40px; }

.search-filter--is-focused .search-filter__cancel {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.search-filter--dark-theme .search-filter__label {
  color: #FFFFFF; }
.search-filter--dark-theme .search-filter__input {
  color: #FFFFFF; }
.search-filter--dark-theme .search-filter__cancel {
  color: #FFFFFF; }

.search-filter--light-theme .search-filter__label {
  color: rgba(0, 0, 0, 0.87); }
.search-filter--light-theme .search-filter__input {
  color: rgba(0, 0, 0, 0.87); }
.search-filter--light-theme .search-filter__cancel {
  color: rgba(0, 0, 0, 0.87); }

.search-filter__container {
  position: relative;
  height: 40px;
  width: 240px;
  padding: 0 40px 0 56px; }

.search-filter__label {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  cursor: pointer; }
  .search-filter__label .mdi {
    position: absolute;
    top: 9px;
    left: 8px; }

.search-filter__input {
  display: block;
  height: 40px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none; }
  .search-filter__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.26); }
    .search-filter--dark-theme .search-filter__input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
  .search-filter__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.26); }
    .search-filter--dark-theme .search-filter__input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.7); }
  .search-filter__input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.26); }
    .search-filter--dark-theme .search-filter__input:-moz-placeholder {
      color: rgba(255, 255, 255, 0.7); }
  .search-filter__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.26); }
    .search-filter--dark-theme .search-filter__input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }

.search-filter__cancel {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .search-filter__cancel .mdi {
    line-height: 40px; }

@media screen and (max-width: 1023px) {
  .scrollbar-container {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }
@media screen and (min-width: 1024px) {
  .scrollbar-container {
    position: relative;
    overflow: hidden; } }

.scrollbar-container:hover .scrollbar-y-axis__handle,
.scrollbar-y-axis--is-dragging .scrollbar-y-axis__handle {
  opacity: 1; }

.scrollbar-y-axis {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px; }
  .scrollbar-y-axis:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }

.scrollbar-y-axis:hover:before,
.scrollbar-y-axis--is-dragging:before {
  opacity: 1; }

.scrollbar-y-axis__handle {
  position: absolute;
  top: 0;
  left: 2px;
  width: 6px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.lx-select {
  position: relative;
  margin-top: 32px;
  padding-bottom: 8px; }
  .lx-select:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .lx-select .dropdown {
    display: block; }

.lx-select__floating-label {
  color: rgba(0, 0, 0, 0.26);
  position: absolute;
  top: -20px;
  left: 0;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left; }

.lx-select__selected {
  position: relative;
  padding-right: 24px;
  cursor: pointer;
  white-space: nowrap; }
  .lx-select__selected:after {
    display: inline-block;
    font: normal normal normal 14px/1 md-icons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 14px;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.26);
    line-height: 16px; }
  .lx-select__selected:hover .lx-select__close {
    opacity: 1; }
  .lx-select__selected .ripple {
    background-color: #9E9E9E; }

.lx-select__selected--is-unique {
  line-height: 32px; }

.lx-select__selected--is-multiple {
  padding-top: 6px;
  padding-bottom: 2px; }

.lx-select__selected--placeholder {
  padding-top: 0 !important;
  color: rgba(0, 0, 0, 0.26);
  line-height: 32px !important; }

.lx-select__close {
  display: block;
  position: absolute;
  right: 24px;
  opacity: 0;
  line-height: 32px;
  -webkit-transition-property: opacity, color;
  -moz-transition-property: opacity, color;
  transition-property: opacity, color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  .lx-select__close:hover {
    color: #F44336; }

.lx-select__tag {
  position: relative;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0 4px;
  border-radius: 2px;
  background-color: #F5F5F5;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .lx-select__tag:last-child {
    margin-right: 0; }

.lx-select__choices {
  margin-left: -16px;
  margin-top: -12px; }
  .lx-select__choices .dropdown-menu__content {
    padding-top: 0; }

.lx-select__choice--is-multiple {
  position: relative;
  padding-left: 40px; }
  .lx-select__choice--is-multiple:before, .lx-select__choice--is-multiple:after {
    display: inline-block;
    font: normal normal normal 14px/1 md-icons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 16px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .lx-select__choice--is-multiple:before {
    content: "";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .lx-select__choice--is-multiple:after {
    content: "";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    color: #009688; }

.lx-select__choice--is-selected:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
.lx-select__choice--is-selected:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.lx-select__help {
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.26);
  line-height: 32px;
  white-space: nowrap; }

.lx-select__loader {
  height: 32px;
  line-height: 32px;
  text-align: center; }
  .lx-select__loader .mdi {
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite; }

.lx-select__chosen {
  display: block;
  min-height: 56px;
  padding: 0 40px 0 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 56px; }

.lx-select__chosen--is-multiple {
  padding-top: 18px;
  padding-bottom: 14px; }
  .lx-select__chosen--is-multiple::after {
    clear: both;
    content: "";
    display: table; }

.lx-select__filter {
  padding: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

/*------------------------------------*\
   #OBJECTS-SWITCH
\*------------------------------------*/
.switch__input:not(:checked) + .switch__label:before {
  background-color: rgba(0, 0, 0, 0.26); }
.switch__input:not(:checked) + .switch__label:after {
  background-color: #FAFAFA; }
.switch__input:checked + .switch__label:before {
  background-color: rgba(0, 150, 136, 0.5); }
.switch__input:checked + .switch__label:after {
  background-color: #009688;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px); }
.switch__input[disabled] + .switch__label {
  cursor: not-allowed; }
  .switch__input[disabled] + .switch__label:before {
    background-color: rgba(0, 0, 0, 0.12); }
  .switch__input[disabled] + .switch__label:after {
    background-color: #BDBDBD; }

.switch__label {
  position: relative;
  padding-left: 45px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch__label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
    height: 14px;
    width: 35px;
    border-radius: 7px;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .switch__label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 2;
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }

.switch__help {
  display: block;
  padding-left: 45px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.54);
  text-align: left; }

.tabs {
  position: relative; }
  .tabs:after {
    content: '';
    position: absolute;
    top: 47px;
    right: 0;
    left: 0;
    height: 1px; }

.tabs--theme-light:after {
  background-color: rgba(255, 255, 255, 0.7); }
.tabs--theme-light .tabs-link {
  color: rgba(255, 255, 255, 0.7); }
.tabs--theme-light .tabs-link:hover,
.tabs--theme-light .tabs-link--is-active {
  color: #FFFFFF !important; }

.tabs--theme-dark:after {
  background-color: rgba(0, 0, 0, 0.12); }
.tabs--theme-dark .tabs-link {
  color: rgba(0, 0, 0, 0.54); }

.tabs--layout-full .tabs__links {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center; }
  .tabs--layout-full .tabs__links li {
    display: table-cell; }

.tabs--layout-inline .tabs__links li {
  display: inline-block;
  vertical-align: top; }
@media screen and (max-width: 480px) {
  .tabs--layout-inline .tabs-link {
    padding-left: 12px;
    padding-right: 12px; } }
@media screen and (min-width: 481px) {
  .tabs--layout-inline .tabs-link {
    padding-left: 24px;
    padding-right: 24px; } }

.tabs--no-divider:after {
  display: none; }

.tabs__links {
  position: relative; }

.tabs__indicator {
  position: absolute;
  top: 46px;
  right: 0;
  left: 0;
  z-index: 1;
  height: 2px; }

.tabs-link {
  display: block;
  height: 48px;
  cursor: pointer;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  @media screen and (max-width: 1023px) {
    .tabs-link {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .tabs-link {
      font-size: 13px;
      font-size: 0.8125rem; } }
  .tabs-link .mdi {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 48px; }

.text-field {
  position: relative;
  padding-top: 32px;
  padding-bottom: 8px; }
  .text-field:before, .text-field:after {
    content: ''; }
  .text-field:before {
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .text-field:after {
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;
    height: 2px;
    background-color: #2196F3;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.text-field--is-active .text-field__label {
  -webkit-transform: scale(0.75) translateY(0);
  -moz-transform: scale(0.75) translateY(0);
  -ms-transform: scale(0.75) translateY(0);
  -o-transform: scale(0.75) translateY(0);
  transform: scale(0.75) translateY(0); }

.text-field--is-focused:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.text-field--is-focused .text-field__label {
  color: #2196F3; }
.text-field--is-focused.text-field--dark-theme .text-field__label {
  color: #2196F3; }

.text-field--is-disabled:before {
  border-bottom-style: dashed; }
.text-field--is-disabled .text-field__input {
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed; }
.text-field--is-disabled.text-field--dark-theme .text-field__input {
  color: rgba(255, 255, 255, 0.3); }

.text-field--has-error:after {
  background-color: #F44336;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.text-field--has-error .text-field__label {
  color: #F44336; }
.text-field--has-error.text-field--dark-theme .text-field__label {
  color: #F44336; }

.text-field--fixed-label {
  padding-top: 8px; }
  .text-field--fixed-label .text-field__label {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .text-field--fixed-label.text-field--is-focused .text-field__label {
    color: rgba(0, 0, 0, 0.26); }
  .text-field--fixed-label.text-field--dark-theme.text-field--is-focused .text-field__label {
    color: rgba(255, 255, 255, 0.3); }

.text-field--label-hidden .text-field__label {
  display: none; }

.text-field--is-valid .text-field__label {
  color: #4CAF50; }
.text-field--is-valid:after {
  background-color: #4CAF50;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.text-field--is-valid.text-field--dark-theme .text-field__label {
  color: #4CAF50; }

.text-field--dark-theme:before {
  border-color: rgba(255, 255, 255, 0.3); }

.text-field--with-icon {
  margin-left: 64px; }

.text-field__label {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  color: rgba(0, 0, 0, 0.26);
  line-height: 32px;
  pointer-events: none;
  -webkit-transform: translateY(24px);
  -moz-transform: translateY(24px);
  -ms-transform: translateY(24px);
  -o-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition-property: -webkit-transform, color;
  -moz-transition-property: -moz-transform, color;
  transition-property: transform, color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .text-field--dark-theme .text-field__label {
    color: rgba(255, 255, 255, 0.3); }

.text-field__input {
  display: block;
  height: 32px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  resize: none;
  font-weight: 400;
  line-height: 32px;
  cursor: text;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .text-field__input:focus {
    outline: none; }
  .text-field--dark-theme .text-field__input {
    color: #FFFFFF; }

.text-field__icon {
  position: absolute;
  top: 2px;
  left: -68px;
  height: 44px;
  width: 48px;
  line-height: 44px;
  font-size: 24px;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .text-field--dark-theme .text-field__icon {
    color: #FFFFFF; }
  .text-field--is-focused .text-field__icon {
    color: #2196F3; }
  .text-field--has-error .text-field__icon {
    color: #F44336; }

.toolbar {
  padding: 0 16px; }
  .toolbar::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1023px) {
    .toolbar {
      height: 56px;
      padding-top: 8px;
      padding-bottom: 8px; } }
  @media screen and (min-width: 1024px) {
    .toolbar {
      height: 64px;
      padding-top: 12px;
      padding-bottom: 12px; } }

.toolbar__left {
  float: left; }
  .toolbar__left .btn,
  .toolbar__left .dropdown,
  .toolbar__left .search-filter {
    float: left; }

.toolbar__right {
  float: right; }
  .toolbar__right .btn,
  .toolbar__right .dropdown,
  .toolbar__right .search-filter {
    float: right; }

.toolbar__label {
  float: left;
  margin: 0;
  margin-left: 8px;
  line-height: 40px; }

.tooltip {
  position: absolute;
  z-index: 999;
  border-radius: 2px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.tooltip--is-active {
  opacity: 1; }
  .tooltip--is-active.tooltip--top {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px); }
  .tooltip--is-active.tooltip--bottom {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }
  .tooltip--is-active.tooltip--left {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    transform: translateX(-8px); }
  .tooltip--is-active.tooltip--right {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px); }

.tooltip__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: scale(0) translateY(50%);
  -moz-transform: scale(0) translateY(50%);
  -ms-transform: scale(0) translateY(50%);
  -o-transform: scale(0) translateY(50%);
  transform: scale(0) translateY(50%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.tooltip__label {
  display: block;
  padding: 0 8px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 22px;
  white-space: nowrap; }

.tooltip--black .tooltip__background {
  background-color: #757575; }
.tooltip--black .tooltip__label {
  color: #FFFFFF; }

.tooltip--white .tooltip__background {
  background-color: #EEEEEE; }
.tooltip--white .tooltip__label {
  color: rgba(0, 0, 0, 0.87); }

.tooltip--top .tooltip__background {
  -webkit-transform: scale(0) translateY(50%);
  -moz-transform: scale(0) translateY(50%);
  -ms-transform: scale(0) translateY(50%);
  -o-transform: scale(0) translateY(50%);
  transform: scale(0) translateY(50%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

.tooltip--top.tooltip--is-active .tooltip__background {
  -webkit-transform: scale(3) translateY(50%);
  -moz-transform: scale(3) translateY(50%);
  -ms-transform: scale(3) translateY(50%);
  -o-transform: scale(3) translateY(50%);
  transform: scale(3) translateY(50%); }

.tooltip--bottom .tooltip__background {
  -webkit-transform: scale(0) translateY(-50%);
  -moz-transform: scale(0) translateY(-50%);
  -ms-transform: scale(0) translateY(-50%);
  -o-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }

.tooltip--bottom.tooltip--is-active .tooltip__background {
  -webkit-transform: scale(3) translateY(-50%);
  -moz-transform: scale(3) translateY(-50%);
  -ms-transform: scale(3) translateY(-50%);
  -o-transform: scale(3) translateY(-50%);
  transform: scale(3) translateY(-50%); }

.tooltip--left .tooltip__background {
  -webkit-transform: scale(0) translateX(50%);
  -moz-transform: scale(0) translateX(50%);
  -ms-transform: scale(0) translateX(50%);
  -o-transform: scale(0) translateX(50%);
  transform: scale(0) translateX(50%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }

.tooltip--left.tooltip--is-active .tooltip__background {
  -webkit-transform: scale(3) translateX(50%);
  -moz-transform: scale(3) translateX(50%);
  -ms-transform: scale(3) translateX(50%);
  -o-transform: scale(3) translateX(50%);
  transform: scale(3) translateX(50%); }

.tooltip--right .tooltip__background {
  -webkit-transform: scale(0) translateX(-50%);
  -moz-transform: scale(0) translateX(-50%);
  -ms-transform: scale(0) translateX(-50%);
  -o-transform: scale(0) translateX(-50%);
  transform: scale(0) translateX(-50%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.tooltip--right.tooltip--is-active .tooltip__background {
  -webkit-transform: scale(3) translateX(-50%);
  -moz-transform: scale(3) translateX(-50%);
  -ms-transform: scale(3) translateX(-50%);
  -o-transform: scale(3) translateX(-50%);
  transform: scale(3) translateX(-50%); }

.z-depth1 {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

.z-depth2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4); }

.z-depth3 {
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.5); }

body {
  font-family: 'roboto', sans-serif; }

@media screen and (min-width: 1024px) {
  .wrapper {
    width: 960px;
    margin: 0 auto; } }
@media screen and (max-width: 1023px) {
  .wrapper {
    margin: 0 24px; } }

@media screen and (min-width: 1024px) {
  .room-planner-wrapper {
    width: 1100px;
    margin: 0 auto; } }
@media screen and (max-width: 1023px) {
  .room-planner-wrapper {
    margin: 0 24px; } }

.sidebar-filter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

@media all and (max-width: 1023px) {
  .sidebar-filter--is-shown {
    opacity: 1;
    pointer-events: auto; } }

.sidebar {
  z-index: 998;
  width: 260px;
  border-right: solid 1px rgba(255, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition-property: box-shadow, -webkit-transform;
  -moz-transition-property: box-shadow, -moz-transform;
  transition-property: box-shadow, transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  overflow: auto; }
  @media all and (min-width: 1024px) {
    .sidebar {
      position: fixed;
      top: 60px;
      bottom: 0;
      display: none;} }
  @media all and (max-width: 1023px) {
    .sidebar {
      position: fixed;
      top: 60px;
      bottom: 0;
      left: -260px;
      } }

@media screen and (max-width: 1023px) {
  .sidebar--is-shown {
    box-shadow: 3px 0 6px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px); } }

.sidebar-menu {
  padding: 8px 0; }

.sidebar-menu__link {
  display: block;
  padding: 0 16px;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  line-height: 48px;
  text-decoration: none; }
  .sidebar-menu__link:hover {
    background-color: rgba(255, 255, 255, 0.7); }

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  height: 62px;
  padding: 12px;
  background-color: rgba(240, 240, 240, 1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  .header::after {
    clear: both;
    content: "";
    display: table; }

@media all and (min-width: 1024px) {
  .menubar {
    display: none; } }
@media all and (max-width: 1023px) {
  .menubar {
    float: left; } }

.home .menubar {
  display: none; }

.main-logo {
  float: left; }

.main-logo__link {
  display: block;
  padding: 4px 6px;
  border-radius: 2px;
  font-size: 24px;
  font-size: 1.5rem; }
  .main-logo__link img {
    display: block;
    height: 28px; }

.main-nav {
  float: right; }
  .main-nav ul li {
    float: left; }

@media all and (max-width: 1023px) {
  .main-nav--lap-and-up {
    display: none; } }

@media all and (min-width: 481px) {
  .main-nav--palm {
    display: none; } }

.main-nav__link {
  display: block;
  padding: 0 12px;
  border-radius: 2px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: white;
  line-height: 36px;
  text-decoration: none; }
  @media screen and (min-width: 481px) and (max-width: 1023px) {
    .main-nav__link {
      font-size: 14px;
      font-size: 0.875rem; } }

.main {
  padding: 60px 0 0; }

@media screen and (min-width: 1024px) {
  .main-section {
    margin: 0 0 0 260px; } }

.main-section__title {
  display: block;
  height: 64px;
  margin: 0;
  padding: 0 24px;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 64px;
}

.main-section__intro {
  margin: 0;
  padding: 24px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
}

.main-section__intro a {
    color: #2196F3;
    text-decoration: none;
}

.main-section__content {
  padding: 24px; }
  .main-section__content p > code {
    padding: 2px 4px;
    font-size: 90%;
    color: #2196F3;
    background-color: #e3f2fd;
    border-radius: 4px; }
  .main-section__content p > a {
    color: #2196F3;
    text-decoration: none; }
  .main-section__content p:last-child,
  .main-section__content ul:last-child {
    margin-bottom: 0; }

.main-section__subtitle {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1; }

.footer {
    background-color: rgba(240, 240, 240, 1);
    color: #FFFFFF;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    margin: 0;
}

.footer__link img {
  display: inline-block;
  vertical-align: middle;
  height: 100px;
  margin-left: 6px;
}

.banner {
  background: url("../images/grid.png") repeat 0 0 #FF0505;
  padding: 60px 0;
  color: white;
  text-align: center; }

.banner img {
    width:100%;
}

.banner__logo {
  margin: 0; }
  .banner__logo img {
    display: block;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      .banner__logo img {
        height: 90px; } }
    @media screen and (max-width: 1023px) {
      .banner__logo img {
        height: 60px; } }

.banner__subtitle {
  font-weight: 300; }
  @media screen and (min-width: 1024px) {
    .banner__subtitle {
      margin: 40px;
      font-size: 32px;
      font-size: 2rem;
      line-height: 40px; } }
  @media screen and (max-width: 1023px) {
    .banner__subtitle {
      margin: 20px;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 32px; } }

.banner__version {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8); }

.github-activity {
  background: #3bafda; }
  @media screen and (min-width: 1024px) {
    .github-activity {
      height: 60px;
      line-height: 60px; } }
  @media screen and (max-width: 1023px) {
    .github-activity {
      padding: 20px 0;
      text-align: center; } }

.github-activity__update {
  color: #fff; }
  @media screen and (min-width: 1024px) {
    .github-activity__update {
      float: left; } }
  @media screen and (max-width: 1023px) {
    .github-activity__update span,
    .github-activity__update strong,
    .github-activity__update a {
      display: block; } }
  .github-activity__update span {
    color: #abdaed; }
  .github-activity__update strong {
    padding: 0 0 0 24px; }
  .github-activity__update a {
    color: #d0e9f4;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
    @media screen and (max-width: 1023px) {
      .github-activity__update a {
        font-size: 10px;
        font-size: 0.625rem; } }
    .github-activity__update a:hover {
      color: #fff; }

@media screen and (min-width: 1024px) {
  .github-activity__contribute {
    float: right; } }
@media screen and (max-width: 1023px) {
  .github-activity__contribute {
    margin: 0; } }
.github-activity__contribute .btn {
  margin-top: 15px; }

.features {
  padding: 60px 0;
  text-align: center; }

.features-header__title {
  color: #333333;
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px; }

.features-header__subtitle {
  margin: 0 0 60px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px; }

.feature__picture-box {
  padding: 24px; }
  .feature__picture-box img {
    display: block;
    margin: 0 auto;
    max-height: 80px; }

.feature-title {
  margin-bottom: 12px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #eaeaea; }

.feature-description {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #eaeaea; }

.example {
  margin-bottom: 24px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  .example:last-child {
    margin-bottom: 0; }

.example__content {
  position: relative;
  padding: 24px;
  border-bottom: 1px solid #ddd; }

.example__code {
  padding: 12px;
  background-color: #f8f8f8; }
  .example__code pre {
    margin-bottom: 0; }

.colors {
  margin-bottom: 24px; }
  .colors li {
    height: 48px;
    padding: 0 16px;
    line-height: 48px; }

.colors__main {
  position: relative;
  height: 96px !important;
  margin-bottom: 6px;
  line-height: 1em !important; }
  .colors__main .colors__variable {
    position: absolute;
    bottom: 16px;
    left: 16px; }

.colors__title {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFFFFF; }

.colors__variable {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFFFFF; }

.colors__variable--black {
  color: #000000 !important; }

.colors--red .colors__main {
  background-color: #F44336; }
.colors--red .colors__50 {
  background-color: #FFEBEE; }
.colors--red .colors__100 {
  background-color: #FFCDD2; }
.colors--red .colors__200 {
  background-color: #EF9A9A; }
.colors--red .colors__300 {
  background-color: #E57373; }
.colors--red .colors__400 {
  background-color: #EF5350; }
.colors--red .colors__500 {
  background-color: #F44336; }
.colors--red .colors__600 {
  background-color: #E53935; }
.colors--red .colors__700 {
  background-color: #D32F2F; }
.colors--red .colors__800 {
  background-color: #C62828; }
.colors--red .colors__900 {
  background-color: #B71C1C; }
.colors--red .colors__A100 {
  background-color: #FF8A80; }
.colors--red .colors__A200 {
  background-color: #FF5252; }
.colors--red .colors__A400 {
  background-color: #FF1744; }
.colors--red .colors__A700 {
  background-color: #D50000; }

.colors--pink .colors__main {
  background-color: #E91E63; }
.colors--pink .colors__50 {
  background-color: #FCE4EC; }
.colors--pink .colors__100 {
  background-color: #F8BBD0; }
.colors--pink .colors__200 {
  background-color: #F48FB1; }
.colors--pink .colors__300 {
  background-color: #F06292; }
.colors--pink .colors__400 {
  background-color: #EC407A; }
.colors--pink .colors__500 {
  background-color: #E91E63; }
.colors--pink .colors__600 {
  background-color: #D81B60; }
.colors--pink .colors__700 {
  background-color: #C2185B; }
.colors--pink .colors__800 {
  background-color: #AD1457; }
.colors--pink .colors__900 {
  background-color: #880E4F; }
.colors--pink .colors__A100 {
  background-color: #FF80AB; }
.colors--pink .colors__A200 {
  background-color: #FF4081; }
.colors--pink .colors__A400 {
  background-color: #F50057; }
.colors--pink .colors__A700 {
  background-color: #C51162; }

.colors--purple .colors__main {
  background-color: #9C27B0; }
.colors--purple .colors__50 {
  background-color: #F3E5F5; }
.colors--purple .colors__100 {
  background-color: #E1BEE7; }
.colors--purple .colors__200 {
  background-color: #CE93D8; }
.colors--purple .colors__300 {
  background-color: #BA68C8; }
.colors--purple .colors__400 {
  background-color: #AB47BC; }
.colors--purple .colors__500 {
  background-color: #9C27B0; }
.colors--purple .colors__600 {
  background-color: #8E24AA; }
.colors--purple .colors__700 {
  background-color: #7B1FA2; }
.colors--purple .colors__800 {
  background-color: #6A1B9A; }
.colors--purple .colors__900 {
  background-color: #4A148C; }
.colors--purple .colors__A100 {
  background-color: #EA80FC; }
.colors--purple .colors__A200 {
  background-color: #E040FB; }
.colors--purple .colors__A400 {
  background-color: #D500F9; }
.colors--purple .colors__A700 {
  background-color: #AA00FF; }

.colors--deep-purple .colors__main {
  background-color: #673AB7; }
.colors--deep-purple .colors__50 {
  background-color: #EDE7F6; }
.colors--deep-purple .colors__100 {
  background-color: #D1C4E9; }
.colors--deep-purple .colors__200 {
  background-color: #B39DDB; }
.colors--deep-purple .colors__300 {
  background-color: #9575CD; }
.colors--deep-purple .colors__400 {
  background-color: #7E57C2; }
.colors--deep-purple .colors__500 {
  background-color: #673AB7; }
.colors--deep-purple .colors__600 {
  background-color: #5E35B1; }
.colors--deep-purple .colors__700 {
  background-color: #512DA8; }
.colors--deep-purple .colors__800 {
  background-color: #4527A0; }
.colors--deep-purple .colors__900 {
  background-color: #311B92; }
.colors--deep-purple .colors__A100 {
  background-color: #B388FF; }
.colors--deep-purple .colors__A200 {
  background-color: #7C4DFF; }
.colors--deep-purple .colors__A400 {
  background-color: #651FFF; }
.colors--deep-purple .colors__A700 {
  background-color: #6200EA; }

.colors--indigo .colors__main {
  background-color: #3F51B5; }
.colors--indigo .colors__50 {
  background-color: #E8EAF6; }
.colors--indigo .colors__100 {
  background-color: #C5CAE9; }
.colors--indigo .colors__200 {
  background-color: #9FA8DA; }
.colors--indigo .colors__300 {
  background-color: #7986CB; }
.colors--indigo .colors__400 {
  background-color: #5C6BC0; }
.colors--indigo .colors__500 {
  background-color: #3F51B5; }
.colors--indigo .colors__600 {
  background-color: #3949AB; }
.colors--indigo .colors__700 {
  background-color: #303F9F; }
.colors--indigo .colors__800 {
  background-color: #283593; }
.colors--indigo .colors__900 {
  background-color: #1A237E; }
.colors--indigo .colors__A100 {
  background-color: #8C9EFF; }
.colors--indigo .colors__A200 {
  background-color: #536DFE; }
.colors--indigo .colors__A400 {
  background-color: #3D5AFE; }
.colors--indigo .colors__A700 {
  background-color: #304FFE; }

.colors--blue .colors__main {
  background-color: #2196F3; }
.colors--blue .colors__50 {
  background-color: #E3F2FD; }
.colors--blue .colors__100 {
  background-color: #BBDEFB; }
.colors--blue .colors__200 {
  background-color: #90CAF9; }
.colors--blue .colors__300 {
  background-color: #64B5F6; }
.colors--blue .colors__400 {
  background-color: #42A5F5; }
.colors--blue .colors__500 {
  background-color: #2196F3; }
.colors--blue .colors__600 {
  background-color: #1E88E5; }
.colors--blue .colors__700 {
  background-color: #1976D2; }
.colors--blue .colors__800 {
  background-color: #1565C0; }
.colors--blue .colors__900 {
  background-color: #0D47A1; }
.colors--blue .colors__A100 {
  background-color: #82B1FF; }
.colors--blue .colors__A200 {
  background-color: #448AFF; }
.colors--blue .colors__A400 {
  background-color: #2979FF; }
.colors--blue .colors__A700 {
  background-color: #2962FF; }

.colors--light-blue .colors__main {
  background-color: #00BCD4; }
.colors--light-blue .colors__50 {
  background-color: #E0F7FA; }
.colors--light-blue .colors__100 {
  background-color: #B2EBF2; }
.colors--light-blue .colors__200 {
  background-color: #80DEEA; }
.colors--light-blue .colors__300 {
  background-color: #4DD0E1; }
.colors--light-blue .colors__400 {
  background-color: #26C6DA; }
.colors--light-blue .colors__500 {
  background-color: #00BCD4; }
.colors--light-blue .colors__600 {
  background-color: #00ACC1; }
.colors--light-blue .colors__700 {
  background-color: #0097A7; }
.colors--light-blue .colors__800 {
  background-color: #00838F; }
.colors--light-blue .colors__900 {
  background-color: #006064; }
.colors--light-blue .colors__A100 {
  background-color: #84FFFF; }
.colors--light-blue .colors__A200 {
  background-color: #18FFFF; }
.colors--light-blue .colors__A400 {
  background-color: #00E5FF; }
.colors--light-blue .colors__A700 {
  background-color: #00B8D4; }

.colors--teal .colors__main {
  background-color: #009688; }
.colors--teal .colors__50 {
  background-color: #E0F2F1; }
.colors--teal .colors__100 {
  background-color: #B2DFDB; }
.colors--teal .colors__200 {
  background-color: #80CBC4; }
.colors--teal .colors__300 {
  background-color: #4DB6AC; }
.colors--teal .colors__400 {
  background-color: #26A69A; }
.colors--teal .colors__500 {
  background-color: #009688; }
.colors--teal .colors__600 {
  background-color: #00897B; }
.colors--teal .colors__700 {
  background-color: #00796B; }
.colors--teal .colors__800 {
  background-color: #00695C; }
.colors--teal .colors__900 {
  background-color: #004D40; }
.colors--teal .colors__A100 {
  background-color: #A7FFEB; }
.colors--teal .colors__A200 {
  background-color: #64FFDA; }
.colors--teal .colors__A400 {
  background-color: #1DE9B6; }
.colors--teal .colors__A700 {
  background-color: #00BFA5; }

.colors--green .colors__main {
  background-color: #4CAF50; }
.colors--green .colors__50 {
  background-color: #E8F5E9; }
.colors--green .colors__100 {
  background-color: #C8E6C9; }
.colors--green .colors__200 {
  background-color: #A5D6A7; }
.colors--green .colors__300 {
  background-color: #81C784; }
.colors--green .colors__400 {
  background-color: #66BB6A; }
.colors--green .colors__500 {
  background-color: #4CAF50; }
.colors--green .colors__600 {
  background-color: #43A047; }
.colors--green .colors__700 {
  background-color: #388E3C; }
.colors--green .colors__800 {
  background-color: #2E7D32; }
.colors--green .colors__900 {
  background-color: #1B5E20; }
.colors--green .colors__A100 {
  background-color: #B9F6CA; }
.colors--green .colors__A200 {
  background-color: #69F0AE; }
.colors--green .colors__A400 {
  background-color: #00E676; }
.colors--green .colors__A700 {
  background-color: #00C853; }

.colors--light-green .colors__main {
  background-color: #8BC34A; }
.colors--light-green .colors__50 {
  background-color: #F1F8E9; }
.colors--light-green .colors__100 {
  background-color: #DCEDC8; }
.colors--light-green .colors__200 {
  background-color: #C5E1A5; }
.colors--light-green .colors__300 {
  background-color: #AED581; }
.colors--light-green .colors__400 {
  background-color: #9CCC65; }
.colors--light-green .colors__500 {
  background-color: #8BC34A; }
.colors--light-green .colors__600 {
  background-color: #7CB342; }
.colors--light-green .colors__700 {
  background-color: #689F38; }
.colors--light-green .colors__800 {
  background-color: #558B2F; }
.colors--light-green .colors__900 {
  background-color: #33691E; }
.colors--light-green .colors__A100 {
  background-color: #CCFF90; }
.colors--light-green .colors__A200 {
  background-color: #B2FF59; }
.colors--light-green .colors__A400 {
  background-color: #76FF03; }
.colors--light-green .colors__A700 {
  background-color: #64DD17; }

.colors--lime .colors__main {
  background-color: #CDDC39; }
.colors--lime .colors__50 {
  background-color: #F9FBE7; }
.colors--lime .colors__100 {
  background-color: #F0F4C3; }
.colors--lime .colors__200 {
  background-color: #E6EE9C; }
.colors--lime .colors__300 {
  background-color: #DCE775; }
.colors--lime .colors__400 {
  background-color: #D4E157; }
.colors--lime .colors__500 {
  background-color: #CDDC39; }
.colors--lime .colors__600 {
  background-color: #C0CA33; }
.colors--lime .colors__700 {
  background-color: #AFB42B; }
.colors--lime .colors__800 {
  background-color: #9E9D24; }
.colors--lime .colors__900 {
  background-color: #827717; }
.colors--lime .colors__A100 {
  background-color: #F4FF81; }
.colors--lime .colors__A200 {
  background-color: #EEFF41; }
.colors--lime .colors__A400 {
  background-color: #C6FF00; }
.colors--lime .colors__A700 {
  background-color: #AEEA00; }

.colors--yellow .colors__main {
  background-color: #FFEB3B; }
.colors--yellow .colors__50 {
  background-color: #FFFDE7; }
.colors--yellow .colors__100 {
  background-color: #FFF9C4; }
.colors--yellow .colors__200 {
  background-color: #FFF59D; }
.colors--yellow .colors__300 {
  background-color: #FFF176; }
.colors--yellow .colors__400 {
  background-color: #FFEE58; }
.colors--yellow .colors__500 {
  background-color: #FFEB3B; }
.colors--yellow .colors__600 {
  background-color: #FDD835; }
.colors--yellow .colors__700 {
  background-color: #FBC02D; }
.colors--yellow .colors__800 {
  background-color: #F9A825; }
.colors--yellow .colors__900 {
  background-color: #F57F17; }
.colors--yellow .colors__A100 {
  background-color: #FFFF8D; }
.colors--yellow .colors__A200 {
  background-color: #FFFF00; }
.colors--yellow .colors__A400 {
  background-color: #FFEA00; }
.colors--yellow .colors__A700 {
  background-color: #FFD600; }

.colors--amber .colors__main {
  background-color: #FFC107; }
.colors--amber .colors__50 {
  background-color: #FFF8E1; }
.colors--amber .colors__100 {
  background-color: #FFECB3; }
.colors--amber .colors__200 {
  background-color: #FFE082; }
.colors--amber .colors__300 {
  background-color: #FFD54F; }
.colors--amber .colors__400 {
  background-color: #FFCA28; }
.colors--amber .colors__500 {
  background-color: #FFC107; }
.colors--amber .colors__600 {
  background-color: #FFB300; }
.colors--amber .colors__700 {
  background-color: #FFA000; }
.colors--amber .colors__800 {
  background-color: #FF8F00; }
.colors--amber .colors__900 {
  background-color: #FF6F00; }
.colors--amber .colors__A100 {
  background-color: #FFE57F; }
.colors--amber .colors__A200 {
  background-color: #FFD740; }
.colors--amber .colors__A400 {
  background-color: #FFC400; }
.colors--amber .colors__A700 {
  background-color: #FFAB00; }

.colors--orange .colors__main {
  background-color: #FF9800; }
.colors--orange .colors__50 {
  background-color: #FFF3E0; }
.colors--orange .colors__100 {
  background-color: #FFE0B2; }
.colors--orange .colors__200 {
  background-color: #FFCC80; }
.colors--orange .colors__300 {
  background-color: #FFB74D; }
.colors--orange .colors__400 {
  background-color: #FFA726; }
.colors--orange .colors__500 {
  background-color: #FF9800; }
.colors--orange .colors__600 {
  background-color: #FB8C00; }
.colors--orange .colors__700 {
  background-color: #F57C00; }
.colors--orange .colors__800 {
  background-color: #EF6C00; }
.colors--orange .colors__900 {
  background-color: #E65100; }
.colors--orange .colors__A100 {
  background-color: #FFD180; }
.colors--orange .colors__A200 {
  background-color: #FFAB40; }
.colors--orange .colors__A400 {
  background-color: #FF9100; }
.colors--orange .colors__A700 {
  background-color: #FF6D00; }

.colors--deep-orange .colors__main {
  background-color: #FF5722; }
.colors--deep-orange .colors__50 {
  background-color: #FBE9E7; }
.colors--deep-orange .colors__100 {
  background-color: #FFCCBC; }
.colors--deep-orange .colors__200 {
  background-color: #FFAB91; }
.colors--deep-orange .colors__300 {
  background-color: #FF8A65; }
.colors--deep-orange .colors__400 {
  background-color: #FF7043; }
.colors--deep-orange .colors__500 {
  background-color: #FF5722; }
.colors--deep-orange .colors__600 {
  background-color: #F4511E; }
.colors--deep-orange .colors__700 {
  background-color: #E64A19; }
.colors--deep-orange .colors__800 {
  background-color: #D84315; }
.colors--deep-orange .colors__900 {
  background-color: #BF360C; }
.colors--deep-orange .colors__A100 {
  background-color: #FF9E80; }
.colors--deep-orange .colors__A200 {
  background-color: #FF6E40; }
.colors--deep-orange .colors__A400 {
  background-color: #FF3D00; }
.colors--deep-orange .colors__A700 {
  background-color: #DD2C00; }

.colors--brown .colors__main {
  background-color: #795548; }
.colors--brown .colors__50 {
  background-color: #EFEBE9; }
.colors--brown .colors__100 {
  background-color: #D7CCC8; }
.colors--brown .colors__200 {
  background-color: #BCAAA4; }
.colors--brown .colors__300 {
  background-color: #A1887F; }
.colors--brown .colors__400 {
  background-color: #8D6E63; }
.colors--brown .colors__500 {
  background-color: #795548; }
.colors--brown .colors__600 {
  background-color: #6D4C41; }
.colors--brown .colors__700 {
  background-color: #5D4037; }
.colors--brown .colors__800 {
  background-color: #4E342E; }
.colors--brown .colors__900 {
  background-color: #3E2723; }

.colors--grey .colors__main {
  background-color: #9E9E9E; }
.colors--grey .colors__50 {
  background-color: #FAFAFA; }
.colors--grey .colors__100 {
  background-color: #F5F5F5; }
.colors--grey .colors__200 {
  background-color: #EEEEEE; }
.colors--grey .colors__300 {
  background-color: #E0E0E0; }
.colors--grey .colors__400 {
  background-color: #BDBDBD; }
.colors--grey .colors__500 {
  background-color: #9E9E9E; }
.colors--grey .colors__600 {
  background-color: #757575; }
.colors--grey .colors__700 {
  background-color: #616161; }
.colors--grey .colors__800 {
  background-color: #424242; }
.colors--grey .colors__900 {
  background-color: #212121; }

.colors--blue-grey .colors__main {
  background-color: #607D8B; }
.colors--blue-grey .colors__50 {
  background-color: #ECEFF1; }
.colors--blue-grey .colors__100 {
  background-color: #CFD8DC; }
.colors--blue-grey .colors__200 {
  background-color: #B0BEC5; }
.colors--blue-grey .colors__300 {
  background-color: #90A4AE; }
.colors--blue-grey .colors__400 {
  background-color: #78909C; }
.colors--blue-grey .colors__500 {
  background-color: #607D8B; }
.colors--blue-grey .colors__600 {
  background-color: #546E7A; }
.colors--blue-grey .colors__700 {
  background-color: #455A64; }
.colors--blue-grey .colors__800 {
  background-color: #37474F; }
.colors--blue-grey .colors__900 {
  background-color: #263238; }

.colors--black .colors__main {
  background-color: #000000; }
.colors--black .colors__first {
  background-color: rgba(0, 0, 0, 0.87); }
.colors--black .colors__second {
  background-color: rgba(0, 0, 0, 0.54); }
.colors--black .colors__third {
  background-color: rgba(0, 0, 0, 0.26); }
.colors--black .colors__fourth {
  background-color: rgba(0, 0, 0, 0.12); }

.colors--white {
  background: #f9f9f9; }
  .colors--white .colors__main {
    height: 102px !important;
    margin-bottom: 0;
    border-bottom: solid 6px #fff;
    background-color: #FFFFFF; }
  .colors--white .colors__first {
    background-color: #FFFFFF; }
  .colors--white .colors__second {
    background-color: rgba(255, 255, 255, 0.7); }
  .colors--white .colors__third {
    background-color: rgba(255, 255, 255, 0.3); }
  .colors--white .colors__fourth {
    background-color: rgba(255, 255, 255, 0.12); }

.colors__black {
  background-color: #000000; }

.colors__white {
  background-color: #FFFFFF; }

.hljs {
  display: block; }

.hljs-comment, .hljs-template_comment, .diff .hljs-header, .hljs-javadoc {
  color: #998;
  font-style: italic; }

.hljs-keyword, .css .rule .hljs-keyword, .hljs-winutils, .javascript .hljs-title, .nginx .hljs-title, .hljs-subst, .hljs-request, .hljs-status {
  color: #333;
  font-weight: bold; }

.hljs-number, .hljs-hexcolor, .ruby .hljs-constant {
  color: #099; }

.hljs-string, .hljs-tag .hljs-value, .hljs-phpdoc, .tex .hljs-formula {
  color: #d14; }

.hljs-title, .hljs-id, .coffeescript .hljs-params, .scss .hljs-preprocessor {
  color: #900;
  font-weight: bold; }

.javascript .hljs-title, .lisp .hljs-title, .clojure .hljs-title, .hljs-subst {
  font-weight: normal; }

.hljs-class .hljs-title, .haskell .hljs-type, .vhdl .hljs-literal, .tex .hljs-command {
  color: #458;
  font-weight: bold; }

.hljs-tag, .hljs-tag .hljs-title, .hljs-rules .hljs-property, .django .hljs-tag .hljs-keyword {
  color: #000080;
  font-weight: normal; }

.hljs-attribute, .hljs-variable, .lisp .hljs-body {
  color: #008080; }

.hljs-regexp {
  color: #009926; }

.hljs-symbol, .ruby .hljs-symbol .hljs-string, .lisp .hljs-keyword, .tex .hljs-special, .hljs-prompt {
  color: #990073; }

.hljs-built_in, .lisp .hljs-title, .clojure .hljs-built_in {
  color: #0086b3; }

.hljs-preprocessor, .hljs-pragma, .hljs-pi, .hljs-doctype, .hljs-shebang, .hljs-cdata {
  color: #999;
  font-weight: bold; }

.hljs-deletion {
  background: #fdd; }

.hljs-addition {
  background: #dfd; }

.diff .hljs-change {
  background: #0086b3; }

.hljs-chunk {
  color: #aaa; }

/* Angular Growl styling */
  .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 {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .alert-success hr {
    border-top-color: #c9e2b3;
  }
  .alert-success .alert-link {
    color: #2b542c;
  }
  .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
  .alert-info hr {
    border-top-color: #a6e1ec;
  }
  .alert-info .alert-link {
    color: #245269;
  }
  .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }
  .alert-warning hr {
    border-top-color: #f7e1b5;
  }
  .alert-warning .alert-link {
    color: #66512c;
  }
  .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  .alert-danger hr {
    border-top-color: #e4b9c0;
  }
  .alert-danger .alert-link {
    color: #843534;
  }

button {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}
button::-moz-focus-inner, {
  padding: 0;
  border: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.prbs-slot.free {
    background-color: rgba(255, 255, 255, 1);
}

.prbs-slot.booked {
    background-color: rgba(255, 0, 0, 1);
}

.prbs-slot.booked-by-me {
    background-color: rgba(0, 255, 0, 1);
}

.prbs-sidebar-menu-user-welcome {
    padding: 12px;
    background-color: white;
    margin-top: -6px;
    font-size: 1.2em;
}

.prbs-sidebar-menu-user-gravatar {
    margin: 0;
    background: red;
    position: absolute;
    top: 97px;
    left: 85%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
