  .text-shadow {
    text-shadow: 0px 0px 5px rgba(0, 0, 3, 1);
  }

  .text-shadow1 {
    text-shadow: 0px 0px 5px rgba(0, 0, 3, .5);
  }

  .text-shadow-no {
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }

  .text-shadow-ligth {
    text-shadow: 0px 0px 2px rgba(0, 0, 3, 1);
  }

  .text-shadow-white {
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
  }

  .white-text {
    color: #ffffff;
  }

  .black-text {
    color: #000000;
  }

  .gray-text {
    color: #ccc;
  }

  .texto-gris {
    color: #666;
  }

  .grays-text {
    color: #2f2f2f;
  }

  .blue-text {
    color: #199919;
  }

  .blues-text {
    color: #7DB9E8;
  }

  .red-text {
    color: #ff0000 !important;
  }

  .greenblack-text {
    color: rgb(12, 102, 12);
    font-size: 17px;
  }



  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  .green-text {
    color: #00A2A4;
  }

  sup {
    font-size: 11px;
  }

  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  body {
    margin: 0;
    /*min-width: 485px;*/
  }

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

  a {
    background-color: transparent;
  }


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

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

  b,
  strong {
    font-weight: bold;
  }

  dfn {
    font-style: italic;
  }

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

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

  small {
    font-size: 80%;
  }

  img {
    border: 0;
  }

  form {
    padding: 50px 0;
    margin: 0 auto;
  }

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

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

  input {
    line-height: normal;
  }

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

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

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


  textarea {
    overflow: auto;
  }

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

  td,
  th {
    padding: 0;
  }

  html {
    box-sizing: border-box;
  }

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

  ul {
    list-style-type: none;
  }

  a {
    color: #fff;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  .valign-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .valign-wrapper .valign {
    display: block;
  }

  ul {
    padding: 0;
  }

  ul li {
    list-style-type: none;
  }

  .z-depth-0 {
    box-shadow: none !important;
  }

  .z-depth-1,
  nav,
  .card-panel,
  .card,
  .toast,
  .dropdown-content,
  .collapsible,
  .side-nav {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .z-depth-1-half {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  }

  .z-depth-2,
  footer {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .z-depth-3 {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  }

  .z-depth-4 {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  }

  .z-depth-5 {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  }

  .divider {
    height: 1px;
    overflow: hidden;
    background-color: #ccc;
  }

  blockquote {
    margin: 20px 0;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 5px solid #ee6e73;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }

  blockquote a:hover {
    color: #ee6e73;
  }

  i {
    line-height: inherit;
  }

  i.left {
    float: left;
    margin-right: 15px;
  }

  i.right {
    float: right;
    margin-left: 15px;
  }

  i.tiny {
    font-size: 1rem;
  }

  i.small {
    font-size: 2rem;
  }

  i.medium {
    font-size: 4rem;
  }

  i.large {
    font-size: 6rem;
  }

  img.responsive-img,
  video.responsive-video {
    max-width: 100%;
    height: auto;
  }

  .parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px;
  }

  .parallax-container-inicio {
    position: relative;
    overflow: hidden;
    height: 768px;
  }

  .parallax-container-pie {
    position: relative;
    overflow: hidden;
    height: 00px;
  }

  .parallax {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }

  .parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translateX(-50%);
  }

  @media only screen and (max-width: 959px) {
    .ocultar {
      display: none !important;
    }
  }

  @media only screen and (max-width : 600px) {

    .hide-on-small-only,
    .hide-on-small-and-down {
      display: none !important;
    }
  }

  @media only screen and (max-width : 1332px) {
    .hide-on-med-and-down {
      display: none !important;
    }
  }

  @media only screen and (min-width : 601px) {
    .hide-on-med-and-up {
      display: none !important;
    }
  }

  @media only screen and (min-width: 600px) and (max-width: 1332px) {
    .hide-on-med-only {
      display: none !important;
    }
  }

  @media only screen and (min-width : 1333px) {
    .hide-on-large-only {
      display: none !important;
    }
  }

  @media only screen and (min-width : 1333px) {
    .show-on-large {
      display: initial !important;
    }
  }

  @media only screen and (min-width: 600px) and (max-width: 1332px) {
    .show-on-medium {
      display: initial !important;
    }
  }

  @media only screen and (max-width : 600px) {
    .show-on-small {
      display: initial !important;
    }
  }

  @media only screen and (min-width : 601px) {
    .show-on-medium-and-up {
      display: initial !important;
    }
  }

  @media only screen and (max-width : 1332px) {
    .show-on-medium-and-down {
      display: initial !important;
    }
  }

  @media only screen and (max-width : 600px) {
    .center-on-small-only {
      text-align: center;
    }
  }

  footer.page-footer {
    margin-top: 20px;
    padding-top: 20px;
    background-color: #f2f2f2;
  }

  footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 65px;
    line-height: 65px;
    text-align: center;
    padding-top: 10px;
    color: rgba(42, 43, 95, 0.8);
    background-color: rgba(255, 255, 255, 0.4);
  }

  footer a {
    text-decoration: none;
    color: #666;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  footer a:hover {
    color: #199919;
  }

  .collection {
    margin: 0.5rem 0 1rem 0;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    behavior: url(../border.htc);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
  }

  .collection .collection-item {
    background-color: #f2f2f2;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
  }

  .collection .collection-item.avatar {
    min-height: 84px;
    padding-left: 72px;
    position: relative;
  }

  .collection .collection-item.avatar .circle {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
  }

  .collection .collection-item.avatar i.circle {
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    background-color: #999;
    text-align: center;
  }

  .collection .collection-item.avatar .title {
    font-size: 16px;
  }

  .collection .collection-item.avatar p {
    margin: 0;
  }

  .collection .collection-item.avatar .secondary-content {
    position: absolute;
    top: 16px;
    right: 16px;
  }

  .collection .collection-item:last-child {
    border-bottom: none;
  }

  .collection .collection-item.active {
    background-color: #199919;
    color: #fff;
  }

  .collection .collection-item.active .secondary-content {
    color: #fff;
  }

  .collection a.collection-item {
    display: block;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
    color: #199919;
  }

  .collection a.collection-item:not(.active):hover {
    background-color: #199919;
    color: white;
  }

  .collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px;
  }

  .collection.with-header .collection-item {
    padding-left: 30px;
  }

  .collection.with-header .collection-item.avatar {
    padding-left: 72px;
  }

  .secondary-content {
    float: right;
    /*color: #1c69d4;*/
  }

  .collapsible .collection {
    margin: 0;
    border: none;
  }

  .textleft {
    text-align: left;
  }

  .textright {
    text-align: right;
  }

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

  .textjustify {
    text-align: justify;
  }

  .left {
    float: left !important;
  }

  .right {
    float: right !important;
  }

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

  .circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    behavior: url(../border.htc);
    border-radius: 50%;
  }

  @font-face {
    font-family: "Material-Design-Icons";
    src: url("../font/material-design-icons/Material-Design-Icons.eot?#iefix") format("embedded-opentype"), url("../font/material-design-icons/Material-Design-Icons.woff2") format("woff2"), url("../font/material-design-icons/Material-Design-Icons.woff") format("woff"), url("../font/material-design-icons/Material-Design-Icons.ttf") format("truetype"), url("../font/material-design-icons/Material-Design-Icons.svg#Material-Design-Icons") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  [class^="mdi-"],
  [class*="mdi-"] {
    speak: none;
    display: inline-block;
    font-family: "Material-Design-Icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
  }

  .mdi-image-slideshow:before {
    content: "\e854";
  }

  .container {
    margin: 0 auto;

    width: 90%;
  }

  .containerpie {
    margin: 0 auto;
    width: 90%;
  }

  @media only screen and (min-width : 601px) {
    .container {
      width: 85%;
    }

    .containerpie {
      width: 85%;
    }
  }

  @media only screen and (min-width : 1333px) {
    .container {
      width: 70%;
    }

    .containerpie {
      width: 70%;
    }
  }

  .container .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section.no-pad {
    padding: 0;
  }

  .section.no-pad-bot {
    padding-bottom: 0;
  }

  .section.no-pad-top {
    padding-top: 0;
  }

  .padding-top {
    padding-top: 4rem;
  }

  .margin-bot {
    margin-bottom: 3em;
  }

  .row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

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

  .row .col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem;
  }

  .row .col.s1 {
    width: 8.33333%;
    margin-left: 0;
  }

  .row .col.s2 {
    width: 16.66667%;
    margin-left: 0;
  }

  .row .col.s3 {
    width: 25%;
    margin-left: 0;
  }

  .row .col.s4 {
    width: 33.33333%;
    margin-left: 0;
  }

  .row .col.s5 {
    width: 41.66667%;
    margin-left: 0;
  }

  .row .col.s6 {
    width: 50%;
    margin-left: 0;
  }

  .row .col.s7 {
    width: 58.33333%;
    margin-left: 0;
  }

  .row .col.s8 {
    width: 66.66667%;
    margin-left: 0;
  }

  .row .col.s9 {
    width: 75%;
    margin-left: 0;
  }

  .row .col.s10 {
    width: 83.33333%;
    margin-left: 0;
  }

  .row .col.s11 {
    width: 91.66667%;
    margin-left: 0;
  }

  .row .col.s12 {
    width: 100%;
    margin-left: 0;
  }

  .row .col.offset-s1 {
    margin-left: 8.33333%;
  }

  .row .col.offset-s2 {
    margin-left: 16.66667%;
  }

  .row .col.offset-s3 {
    margin-left: 25%;
  }

  .row .col.offset-s4 {
    margin-left: 33.33333%;
  }

  .row .col.offset-s5 {
    margin-left: 41.66667%;
  }

  .row .col.offset-s6 {
    margin-left: 50%;
  }

  .row .col.offset-s7 {
    margin-left: 58.33333%;
  }

  .row .col.offset-s8 {
    margin-left: 66.66667%;
  }

  .row .col.offset-s9 {
    margin-left: 75%;
  }

  .row .col.offset-s10 {
    margin-left: 83.33333%;
  }

  .row .col.offset-s11 {
    margin-left: 91.66667%;
  }

  .row .col.offset-s12 {
    margin-left: 100%;
  }

  @media only screen and (min-width : 601px) {
    .row .col.m1 {
      width: 8.33333%;
      margin-left: 0;
    }

    .row .col.m2 {
      width: 16.66667%;
      margin-left: 0;
    }

    .row .col.m3 {
      width: 25%;
      margin-left: 0;
    }

    .row .col.m4 {
      width: 33.33333%;
      margin-left: 0;
    }

    .row .col.m5 {
      width: 41.66667%;
      margin-left: 0;
    }

    .row .col.m6 {
      width: 50%;
      margin-left: 0;
    }

    .row .col.m7 {
      width: 58.33333%;
      margin-left: 0;
    }

    .row .col.m8 {
      width: 66.66667%;
      margin-left: 0;
    }

    .row .col.m9 {
      width: 75%;
      margin-left: 0;
    }

    .row .col.m10 {
      width: 83.33333%;
      margin-left: 0;
    }

    .row .col.m11 {
      width: 91.66667%;
      margin-left: 0;
    }

    .row .col.m12 {
      width: 100%;
      margin-left: 0;
    }

    .row .col.offset-m1 {
      margin-left: 8.33333%;
    }

    .row .col.offset-m2 {
      margin-left: 16.66667%;
    }

    .row .col.offset-m3 {
      margin-left: 25%;
    }

    .row .col.offset-m4 {
      margin-left: 33.33333%;
    }

    .row .col.offset-m5 {
      margin-left: 41.66667%;
    }

    .row .col.offset-m6 {
      margin-left: 50%;
    }

    .row .col.offset-m7 {
      margin-left: 58.33333%;
    }

    .row .col.offset-m8 {
      margin-left: 66.66667%;
    }

    .row .col.offset-m9 {
      margin-left: 75%;
    }

    .row .col.offset-m10 {
      margin-left: 83.33333%;
    }

    .row .col.offset-m11 {
      margin-left: 91.66667%;
    }

    .row .col.offset-m12 {
      margin-left: 100%;
    }
  }

  @media only screen and (min-width : 1333px) {
    .row .col.l1 {
      width: 8.33333%;
      margin-left: 0;
    }

    .row .col.l2 {
      width: 16.66667%;
      margin-left: 0;
    }

    .row .col.l3 {
      width: 25%;
      margin-left: 0;
    }

    .row .col.l4 {
      width: 33.33333%;
      margin-left: 0;
    }

    .row .col.l5 {
      width: 41.66667%;
      margin-left: 0;
    }

    .row .col.l6 {
      width: 50%;
      margin-left: 0;
    }

    .row .col.l7 {
      width: 58.33333%;
      margin-left: 0;
    }

    .row .col.l8 {
      width: 66.66667%;
      margin-left: 0;
    }

    .row .col.l9 {
      width: 75%;
      margin-left: 0;
    }

    .row .col.l10 {
      width: 83.33333%;
      margin-left: 0;
    }

    .row .col.l11 {
      width: 91.66667%;
      margin-left: 0;
    }

    .row .col.l12 {
      width: 100%;
      margin-left: 0;
    }

    .row .col.offset-l1 {
      margin-left: 8.33333%;
    }

    .row .col.offset-l2 {
      margin-left: 16.66667%;
    }

    .row .col.offset-l3 {
      margin-left: 25%;
    }

    .row .col.offset-l4 {
      margin-left: 33.33333%;
    }

    .row .col.offset-l5 {
      margin-left: 41.66667%;
    }

    .row .col.offset-l6 {
      margin-left: 50%;
    }

    .row .col.offset-l7 {
      margin-left: 58.33333%;
    }

    .row .col.offset-l8 {
      margin-left: 66.66667%;
    }

    .row .col.offset-l9 {
      margin-left: 75%;
    }

    .row .col.offset-l10 {
      margin-left: 83.33333%;
    }

    .row .col.offset-l11 {
      margin-left: 91.66667%;
    }

    .row .col.offset-l12 {
      margin-left: 100%;
    }
  }

  nav {
    color: #38458a;
    background-color: #ffffff;
    width: 100%;
    height: 80px;
    line-height: 40px;
  }

  nav a.button-collapse {
    padding: 0 13px;
  }

  nav a {
    color: #38458a;
  }

  nav a:hover {
    color: #666;
    background-color: transparent !important;
  }

  nav .nav-wrapper {
    position: relative;
    height: 100%;
  }

  nav .nav-wrapper i {
    display: block;
    font-size: 2rem;
  }

  @media only screen and (min-width : 960px) {
    nav a.button-collapse {
      display: none;
    }
  }

  nav .button-collapse {
    float: left;
    position: relative;
    z-index: 1;
    height: 80px;
  }

  nav .button-collapse i {
    font-size: 2.7rem;
    height: 80px;
    line-height: 80px;
  }

  nav .brand-logo {
    position: absolute;
    background-color: transparent !important;
    color: #38458a;
    display: inline-block;
    height: 75px;
    padding: 0;
    white-space: nowrap;
  }

  nav .brand-logo.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  @media only screen and (max-width : 959px) {
    nav .brand-logo {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
    }

    nav .brand-logo.left,
    nav .brand-logo.right {
      padding: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
    }

    nav .brand-logo.left {
      left: 0.5rem;
    }

    nav .brand-logo.right {
      right: 0.5rem;
      left: auto;
    }
  }

  nav .brand-logo.right {
    right: 0.5rem;
    padding: 0;
  }

  nav ul {
    margin: 0;
  }

  nav ul li {
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    transition: background-color .3s;
    float: left;
    padding: 0;
  }

  nav ul a {
    font-size: 14px;
    color: #38458a;
    display: block;
    padding: 0 9px;
  }

  nav ul.left {
    float: left;
  }

  nav .input-field {
    margin: 0;
  }

  nav .input-field input {
    height: 100%;
    font-size: 1.2rem;
    border: none;
    padding-left: 2rem;
  }

  nav .input-field input:focus,
  nav .input-field input[type=text]:valid,
  nav .input-field input[type=password]:valid,
  nav .input-field input[type=email]:valid,
  nav .input-field input[type=url]:valid,
  nav .input-field input[type=date]:valid {
    border: none;
    box-shadow: none;
  }

  nav .input-field label {
    top: 0;
    left: 0;
  }

  nav .input-field label i {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -ms-transition: color .3s;
    transition: color .3s;
  }

  nav .input-field label.active i {
    color: #38458a;
  }

  nav .input-field label.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .navbar-fixed {
    position: relative;
    height: 40px;
    z-index: 998;
  }

  .navbar-fixed nav {
    position: fixed;
  }

  @media only screen and (min-width : 601px) {

    nav,
    nav .nav-wrapper i,
    nav a.button-collapse,
    nav a.button-collapse i {
      height: 80px;
      line-height: 80px;
    }

    .navbar-fixed {
      height: 40px;
    }
  }


  @font-face {
    font-family: "Proxima";
    src: url("../font/proxima/ProximaNova-Light.ttf") format("truetype");
    font-weight: 100;
  }

  @font-face {
    font-family: "Proxima";
    src: url("../font/proxima/ProximaNova-Regular.ttf") format("truetype");
    font-weight: 400;
  }

  @font-face {
    font-family: "Proxima";
    src: url("../font/proxima/ProximaNova-Bold.ttf") format("truetype");
    font-weight: 700;
  }

  a {
    text-decoration: none;
  }

  html {
    line-height: 1.5;
    font-family: "Proxima", Helvetica, Arial, sans-serif;
    letter-spacing: .8pt;
    font-weight: normal;
    color: #666;
  }

  @media only screen and (min-width: 0) {
    html {
      font-size: 14px;
    }
  }

  @media only screen and (min-width: 1332px) {
    html {
      font-size: 14.5px;
    }
  }

  @media only screen and (min-width: 1200px) {
    html {
      font-size: 15px;
    }
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 100;
    line-height: 1.1;
  }

  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    font-weight: inherit;
  }

  h1 {
    font-size: 4.2rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
  }

  h2 {
    font-size: 3.56rem;
    line-height: 110%;
    margin: 0.78rem 0 0.424rem 0;
  }

  h3 {
    font-size: 2.92rem;
    line-height: 110%;
    margin: 1.46rem 0 1.168rem 0;
  }

  h4 {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem 0;
  }

  h5 {
    font-size: 1.64rem;
    line-height: 110%;
    margin: 0.82rem 0 0.656rem 0;
  }

  h6 {
    font-size: 1.2rem;
    line-height: 110%;
    margin: 0.5rem 0 0.4rem 0;
  }

  em {
    font-style: italic;
  }

  strong {
    font-weight: 700;
  }

  small {
    font-size: 75%;
  }

  .light,
  footer.page-footer .footer-copyright {
    font-weight: 100;
  }

  .regular {
    font-weight: 400;
  }

  .bold {
    font-weight: 700;
  }

  .card-panel {
    transition: all 0.3s ease-in-out;
    padding: 20px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 12px;
    background-color: #ffffff;
    color: rgb(12, 78, 21);
  }

  .card-panel:hover {
    background-color: #c5fab9;
    box-shadow: 0 0 3px #000;
    cursor: pointer;
  }

  .card {
    position: relative;
    overflow: hidden;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
  }

  .card .card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
  }

  .card .card-title.activator {
    cursor: pointer;
  }

  .card.small,
  .card.medium,
  .card.large {
    position: relative;
  }

  .card.small .card-image,
  .card.medium .card-image,
  .card.large .card-image {
    overflow: hidden;
  }

  .card.small .card-content,
  .card.medium .card-content,
  .card.large .card-content {
    overflow: hidden;
  }

  .card.small .card-action,
  .card.medium .card-action,
  .card.large .card-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .card.small {
    height: 300px;
  }

  .card.small .card-image {
    height: 150px;
  }

  .card.small .card-content {
    height: 150px;
  }

  .card.medium {
    height: 400px;
  }

  .card.medium .card-image {
    height: 250px;
  }

  .card.medium .card-content {
    height: 150px;
  }

  .card.large {
    height: 500px;
  }

  .card.large .card-image {
    height: 330px;
  }

  .card.large .card-content {
    height: 170px;
  }

  .card .card-image {
    position: relative;
  }

  .card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
  }

  .card .card-image .card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
  }

  .card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px;
  }

  .card .card-content p {
    margin: 0;
    color: inherit;
  }

  .card .card-content .card-title {
    line-height: 48px;
  }

  .card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 20px;
  }

  .card .card-action a {
    color: #4b8fd4;
    margin-right: 20px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
    text-transform: uppercase;
  }

  .card .card-action a:hover {
    color: #199919;
  }

  .card .card-reveal {
    padding: 20px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    top: 100%;
    height: 100%;
    z-index: 1;
    display: none;
  }

  .card .card-reveal .card-title {
    cursor: pointer;
    display: block;
  }

  .tabs {
    /*display: -webkit-box;*/
    display: -moz-box;
    display: -ms-aflexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: 48px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    behavior: url(../border.htc);
    border-radius: 10px;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
  }

  .tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    float: left;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .8px;
    width: 15%;
  }

  .tabs .tab a {
    color: #2f2f2f;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: color .28s ease;
    -moz-transition: color .28s ease;
    -o-transition: color .28s ease;
    -ms-transition: color .28s ease;
    transition: color .28s ease;
  }

  .tabs .tab a:hover {
    color: #ccc;
  }

  .tabs .tab.disabled a {
    color: #ccc;
    cursor: default;
  }

  .border-right {
    border-right: 1px solid #ccc;
  }

  .tabs .indicator {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #199919;
    will-change: left, right;
  }

  /*.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #ccc;
    will-change: left, right; }*/

  .tabs .tab {
    padding: 0;
  }

  .mybox {
    margin: 50px 0;
  }

  .material-tooltip {
    padding: 10px 8px;
    font-size: 1rem;
    z-index: 2000;
    background-color: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    behavior: url(../border.htc);
    border-radius: 2px;
    color: #fff;
    min-height: 36px;
    line-height: 1rem;
    opacity: 0;
    display: none;
    position: absolute;
    text-align: center;
    overflow: hidden;
    left: 0;
    top: 0;
    will-change: top, left;
  }

  .backdrop {
    position: absolute;
    opacity: 0;
    display: none;
    height: 7px;
    width: 14px;
    -webkit-border-radius: 0 0 14px 14px;
    -moz-border-radius: 0 0 14px 14px;
    behavior: url(../border.htc);
    border-radius: 0 0 14px 14px;
    background-color: #323232;
    z-index: -1;
    -webkit-transform-origin: 50% 10%;
    -moz-transform-origin: 50% 10%;
    -ms-transform-origin: 50% 10%;
    -o-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
    will-change: transform, opacity;
  }

  .btn,
  .btn-large,
  .btn-flat {
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    behavior: url(../border.htc);
    border-radius: 10px;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    outline: 0;
    padding: 0 1rem;
    text-transform: uppercase;
  }

  .collection .btnz {
    position: absolute;
    background-color: #38458a;
    border: 4px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    behavior: url(../border.htc);
    border-radius: 10px;
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    margin-top: 5%;
    height: auto;
    line-height: 16px;
    outline: 0;
    padding: .5rem 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 20;
    -webkit-tap-highlight-color: transparent;
  }

  .btn.disabled,
  .disabled.btn-large,
  .btn-floating.disabled,
  .btn-large.disabled,
  .btn:disabled,
  .btn-large:disabled,
  .btn-large:disabled,
  .btn-floating:disabled {
    background-color: #DFDFDF !important;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
  }

  .btn.disabled *,
  .disabled.btn-large *,
  .btn-floating.disabled *,
  .btn-large.disabled *,
  .btn:disabled *,
  .btn-large:disabled *,
  .btn-large:disabled *,
  .btn-floating:disabled * {
    pointer-events: none;
  }

  .btn.disabled:hover,
  .disabled.btn-large:hover,
  .btn-floating.disabled:hover,
  .btn-large.disabled:hover,
  .btn:disabled:hover,
  .btn-large:disabled:hover,
  .btn-large:disabled:hover,
  .btn-floating:disabled:hover {
    background-color: #DFDFDF;
    color: #9F9F9F;
  }

  .btn i,
  .btn-large i,
  .btn-floating i,
  .btn-large i,
  .btn-flat i {
    font-size: 1.3rem;
    line-height: inherit;
  }

  .btn,
  .btn-large {
    width: auto;
    text-decoration: none;
    color: #666;
    border: 1px solid rgb(222, 222, 222);
    background-color: #fff;
    text-align: center;
    letter-spacing: 1pt;
    -webkit-box-shadow: 0 4px 0 0 rgb(178, 178, 178);
    -moz-box-shadow: 0 4px 0 0 rgb(178, 178, 178);
    box-shadow: 0 4px 0 0 rgb(178, 178, 178);
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
  }

  .btn:hover,
  .btn-large:hover {
    position: relative;
    top: 1px;
    -webkit-box-shadow: 0 1px 0 0 rgb(178, 178, 178);
    -moz-box-shadow: 0 1px 0 0 rgb(178, 178, 178);
    box-shadow: 0 1px 0 0 rgb(178, 178, 178);
  }

  .btn:active {
    position: relative;
    top: 1px;
    -webkit-box-shadow: 0 0 0 0 rgb(178, 178, 178);
    -moz-box-shadow: 0 0 0 0 rgb(178, 178, 178);
    box-shadow: 0 0 0 0 rgb(178, 178, 178);
    -webkit-box-shadow: 0 2px 0 0 rgb(178, 178, 178);
    -moz-box-shadow: 0 2px 0 0 rgb(178, 178, 178);
    box-shadow: inset 0 2px 0 0 rgb(178, 178, 178);
  }

  .btn-flat {
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
  }

  .btn-flat.disabled {
    color: #b3b3b3;
    cursor: default;
  }

  .btn-large {
    height: 54px;
    line-height: 56px;
  }

  .btn-large i {
    font-size: 1.6rem;
  }

  .btn-block {
    display: block;
  }

  .dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: visible;
    overflow-x: hidden;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
  }

  .dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    line-height: 1rem;
    width: 400px;
    text-align: left;
    text-transform: none;
  }

  .dropdown-content li:hover,
  .dropdown-content li.active {
    background-color: #eee;
  }

  .dropdown-content li>a,
  .dropdown-content li>span {
    font-size: 1rem;
    color: #38458a;
    display: block;
    padding: 1rem 1rem;
  }

  .dropdown-content li>a>i {
    height: inherit;
    line-height: inherit;
  }

  .collapsible {
    background-color: #fff;
    border-radius: 10px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0.5rem 0 1rem 0;
  }

  .collapsible-header {
    display: block;
    cursor: pointer;
    min-height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    background-color: #f2f2f2;
    border-bottom: 1px solid #fff;
  }

  .collapsible-header i {
    width: 1rem;
    font-size: 1.6rem;
    line-height: 2rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1.1rem;
  }

  .collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .collapsible-body p {
    margin: 0;
    padding: 1rem 1rem 1rem 3rem;
    font-weight: 100;
  }

  .side-nav .collapsible {
    border: none;
    box-shadow: none;
  }

  .side-nav .collapsible li {
    padding: 0;
  }

  .side-nav .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    margin: 0 1rem;
  }

  .side-nav .collapsible-header i {
    line-height: inherit;
  }

  .side-nav .collapsible-body {
    border: 0;
    background-color: #fff;
  }

  .side-nav .collapsible-body li a {
    margin: 0 1rem 0 2rem;
  }

  .collapsible.popout {
    border: none;
    box-shadow: none;
  }

  .collapsible.popout>li {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 24px;
    transition: margin .35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .collapsible.popout>li.active {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    margin: 16px 0;
  }

  .materialboxed {
    display: block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: relative;
    transition: opacity .4s
  }

  .materialboxed:hover {
    will-change: left, top, width, height
  }

  .materialboxed:hover:not(.active) {
    opacity: .8
  }

  .materialboxed.active {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
  }

  #materialbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    will-change: opacity
  }

  .materialbox-caption {
    position: fixed;
    display: none;
    color: #fff;
    line-height: 50px;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0% 15%;
    height: 50px;
    z-index: 1000;
    -webkit-font-smoothing: antialiased
  }


  /*select:focus {
  outline: 1px solid #c9f3ef; }*/

  button:focus {
    outline: none;
    background-color: #9e9e9e;
  }

  label {
    font-size: 0.8rem;
    color: #9e9e9e;
  }

  input::-webkit-input-placeholder {
    color: #b2b2b2;
  }

  input:focus::-webkit-input-placeholder {
    color: #ffffff;
  }

  /*Firefox < 19*/
  input:-moz-placeholder {
    color: #b2b2b2;
  }

  input:focus:-moz-placeholder {
    color: #ffffff;
  }

  /*Firefox > 19*/
  input::-moz-placeholder {
    color: #b2b2b2;
  }

  input:focus::-moz-placeholder {
    color: #ffffff;
  }

  /*Internet Explorer 10*/
  input:-ms-input-placeholder {
    color: #b2b2b2;
  }

  input:focus:-ms-input-placeholder {
    color: #ffffff;
  }

  input[type=text],
  input[type=password],
  input[type=email],
  input[type=url],
  input[type=time],
  input[type=date],
  input[type=datetime-local],
  input[type=tel],
  input[type=number],
  input[type=search],
  textarea.materialize-textarea,
  select {
    background-color: #fff;
    border: 2px solid #b2b2b2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    behavior: url(../border.htc);
    border-radius: 20px;
    text-indent: 10px;
    outline: none;
    color: #b2b2b2;
    height: 2rem;
    width: 100%;
    /* Original 90% */
    font-size: 1rem;
    margin: 10px auto;
    letter-spacing: .7pt;
    /*padding: 0 .8em;*/
    box-shadow: none;
    /*-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;*/
    transition: all .3s;
  }

  input[type=text]:disabled,
  input[type=text][readonly="readonly"],
  input[type=password]:disabled,
  input[type=password][readonly="readonly"],
  input[type=email]:disabled,
  input[type=email][readonly="readonly"],
  input[type=url]:disabled,
  input[type=url][readonly="readonly"],
  input[type=time]:disabled,
  input[type=time][readonly="readonly"],
  input[type=date]:disabled,
  input[type=date][readonly="readonly"],
  input[type=datetime-local]:disabled,
  input[type=datetime-local][readonly="readonly"],
  input[type=tel]:disabled,
  input[type=tel][readonly="readonly"],
  input[type=number]:disabled,
  input[type=number][readonly="readonly"],
  input[type=search]:disabled,
  input[type=search][readonly="readonly"],
  textarea.materialize-textarea:disabled,
  textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.26);
  }

  input[type=text]:disabled+label,
  input[type=text][readonly="readonly"]+label,
  input[type=password]:disabled+label,
  input[type=password][readonly="readonly"]+label,
  input[type=email]:disabled+label,
  input[type=email][readonly="readonly"]+label,
  input[type=url]:disabled+label,
  input[type=url][readonly="readonly"]+label,
  input[type=time]:disabled+label,
  input[type=time][readonly="readonly"]+label,
  input[type=date]:disabled+label,
  input[type=date][readonly="readonly"]+label,
  input[type=datetime-local]:disabled+label,
  input[type=datetime-local][readonly="readonly"]+label,
  input[type=tel]:disabled+label,
  input[type=tel][readonly="readonly"]+label,
  input[type=number]:disabled+label,
  input[type=number][readonly="readonly"]+label,
  input[type=search]:disabled+label,
  input[type=search][readonly="readonly"]+label,
  textarea.materialize-textarea:disabled+label,
  textarea.materialize-textarea[readonly="readonly"]+label {
    color: rgba(0, 0, 0, 0.26);
  }

  input[type=text]:focus:not([readonly]),
  input[type=password]:focus:not([readonly]),
  input[type=email]:focus:not([readonly]),
  input[type=url]:focus:not([readonly]),
  input[type=time]:focus:not([readonly]),
  input[type=date]:focus:not([readonly]),
  input[type=datetime-local]:focus:not([readonly]),
  input[type=tel]:focus:not([readonly]),
  input[type=number]:focus:not([readonly]),
  input[type=search]:focus:not([readonly]),
  textarea.materialize-textarea:focus:not([readonly]) {
    width: 70%;
    background-color: #199919;
    color: #fff;
    border-color: #fff;
  }

  select:focus {
    background-color: #199919;
    color: #fff;
  }

  select:focus option {
    background-color: #fff;
    color: #b2b2b2;
  }

  select:focus option:hover {
    background-color: #199919 !important;
    color: #fff;
  }

  input[type=text]:focus:not([readonly])+label,
  input[type=password]:focus:not([readonly])+label,
  input[type=email]:focus:not([readonly])+label,
  input[type=url]:focus:not([readonly])+label,
  input[type=time]:focus:not([readonly])+label,
  input[type=date]:focus:not([readonly])+label,
  input[type=datetime-local]:focus:not([readonly])+label,
  input[type=tel]:focus:not([readonly])+label,
  input[type=number]:focus:not([readonly])+label,
  input[type=search]:focus:not([readonly])+label,
  textarea.materialize-textarea:focus:not([readonly])+label {
    color: #38458a;
  }

  input[type=text].valid,
  input[type=text]:focus.valid,
  input[type=password].valid,
  input[type=password]:focus.valid,
  input[type=email].valid,
  input[type=email]:focus.valid,
  input[type=url].valid,
  input[type=url]:focus.valid,
  input[type=time].valid,
  input[type=time]:focus.valid,
  input[type=date].valid,
  input[type=date]:focus.valid,
  input[type=datetime-local].valid,
  input[type=datetime-local]:focus.valid,
  input[type=tel].valid,
  input[type=tel]:focus.valid,
  input[type=number].valid,
  input[type=number]:focus.valid,
  input[type=search].valid,
  input[type=search]:focus.valid,
  textarea.materialize-textarea.valid,
  textarea.materialize-textarea:focus.valid {
    box-shadow: 0 0 5px 0 #0080ff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 128, 255, .8);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 128, 255, .8);
    box-shadow: 0 0 5px 0 rgba(0, 128, 255, .8);
  }

  input[type=text].valid+label:after,
  input[type=text]:focus.valid+label:after,
  input[type=password].valid+label:after,
  input[type=password]:focus.valid+label:after,
  input[type=email].valid+label:after,
  input[type=email]:focus.valid+label:after,
  input[type=url].valid+label:after,
  input[type=url]:focus.valid+label:after,
  input[type=time].valid+label:after,
  input[type=time]:focus.valid+label:after,
  input[type=date].valid+label:after,
  input[type=date]:focus.valid+label:after,
  input[type=datetime-local].valid+label:after,
  input[type=datetime-local]:focus.valid+label:after,
  input[type=tel].valid+label:after,
  input[type=tel]:focus.valid+label:after,
  input[type=number].valid+label:after,
  input[type=number]:focus.valid+label:after,
  input[type=search].valid+label:after,
  input[type=search]:focus.valid+label:after,
  textarea.materialize-textarea.valid+label:after,
  textarea.materialize-textarea:focus.valid+label:after {
    content: attr(data-success);
    color: #4CAF50;
    opacity: 1;
  }

  input[type=text].invalid,
  input[type=text]:focus.invalid,
  input[type=password].invalid,
  input[type=password]:focus.invalid,
  input[type=email].invalid,
  input[type=email]:focus.invalid,
  input[type=url].invalid,
  input[type=url]:focus.invalid,
  input[type=time].invalid,
  input[type=time]:focus.invalid,
  input[type=date].invalid,
  input[type=date]:focus.invalid,
  input[type=datetime-local].invalid,
  input[type=datetime-local]:focus.invalid,
  input[type=tel].invalid,
  input[type=tel]:focus.invalid,
  input[type=number].invalid,
  input[type=number]:focus.invalid,
  input[type=search].invalid,
  input[type=search]:focus.invalid,
  textarea.materialize-textarea.invalid,
  textarea.materialize-textarea:focus.invalid {
    box-shadow: 0 0 5px 0 #ff0000;
    -webkit-box-shadow: 0 0 5px 0 rgba(200, 0, 0, .8);
    -moz-box-shadow: 0 0 5px 0 rgba(200, 0, 0, .8);
    box-shadow: 0 0 5px 0 rgba(200, 0, 0, .8);
  }

  input[type=text].invalid+label:after,
  input[type=text]:focus.invalid+label:after,
  input[type=password].invalid+label:after,
  input[type=password]:focus.invalid+label:after,
  input[type=email].invalid+label:after,
  input[type=email]:focus.invalid+label:after,
  input[type=url].invalid+label:after,
  input[type=url]:focus.invalid+label:after,
  input[type=time].invalid+label:after,
  input[type=time]:focus.invalid+label:after,
  input[type=date].invalid+label:after,
  input[type=date]:focus.invalid+label:after,
  input[type=datetime-local].invalid+label:after,
  input[type=datetime-local]:focus.invalid+label:after,
  input[type=tel].invalid+label:after,
  input[type=tel]:focus.invalid+label:after,
  input[type=number].invalid+label:after,
  input[type=number]:focus.invalid+label:after,
  input[type=search].invalid+label:after,
  input[type=search]:focus.invalid+label:after,
  textarea.materialize-textarea.invalid+label:after,
  textarea.materialize-textarea:focus.invalid+label:after {
    content: attr(data-error);
    color: #F44336;
    opacity: 1;
  }

  input[type=text]+label:after,
  input[type=password]+label:after,
  input[type=email]+label:after,
  input[type=url]+label:after,
  input[type=time]+label:after,
  input[type=date]+label:after,
  input[type=datetime-local]+label:after,
  input[type=tel]+label:after,
  input[type=number]+label:after,
  input[type=search]+label:after,
  textarea.materialize-textarea+label:after {
    display: block;
    content: "";
    position: absolute;
    top: 50px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out;
  }

  .input-field {
    position: relative;
    margin-top: 1rem;
  }

  .input-field label {
    color: #fff;
    position: absolute;
    top: .2rem;
    left: 1.5rem;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
  }

  .input-field label.active {
    font-size: 0.8rem;
    left: .75rem;
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%);
  }

  .input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    -ms-transition: color .2s;
    transition: color .2s;
  }

  .input-field .prefix.active {
    color: #db2734;
  }

  .input-field .prefix~input,
  .input-field .prefix~textarea {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
  }

  .input-field .prefix~textarea {
    padding-top: .8rem;
  }

  .input-field .prefix~label {
    margin-left: 3rem;
  }

  @media only screen and (max-width : 1332px) {
    .input-field .prefix~input {
      width: 86%;
      width: calc(100% - 3rem);
    }
  }

  @media only screen and (max-width : 600px) {
    .input-field .prefix~input {
      width: 80%;
      width: calc(100% - 3rem);
    }
  }

  .input-field input[type=search] {
    display: block;
    line-height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
  }

  .input-field input[type=search]:focus {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444;
  }

  .input-field input[type=search]:focus+label i,
  .input-field input[type=search]:focus~.mdi-navigation-close,
  .input-field input[type=search]:focus~.material-icons {
    color: #444;
  }

  .input-field input[type=search]+label {
    left: 1rem;
  }

  .input-field input[type=search]~.mdi-navigation-close,
  .input-field input[type=search]~.material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s color;
  }

  textarea {
    width: 100%;
    height: 3rem;
    max-height: 4rem;
    background-color: transparent;
  }

  textarea.materialize-textarea {
    overflow-y: hidden;
    padding: 1.6rem 0;
    resize: none;
    min-height: 5rem;
  }

  form p {
    margin-bottom: 10px;
    text-align: left;
  }

  form p:last-child {
    margin-bottom: 0;
  }

  .table-of-contents.fixed {
    position: fixed;
  }

  .table-of-contents li {
    padding: 2px 0;
  }

  .table-of-contents a {
    display: inline-block;
    font-weight: 300;
    color: #757575;
    padding-left: 20px;
    height: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: .4;
    display: inline-block;
  }

  .table-of-contents a:hover {
    color: #a8a8a8;
    padding-left: 19px;
    border-left: 1px solid #ea4a4f;
  }

  .table-of-contents a.active {
    font-weight: 500;
    padding-left: 18px;
    border-left: 2px solid #ea4a4f;
  }




  .side-nav {
    position: fixed;
    width: 240px;
    left: -105%;
    top: 0;
    margin: 0;
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #199919;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,2989d8+38,1e5799+100 */
    background: #7db9e8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 38%, #1e5799 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7db9e8 0%, #2989d8 38%, #1e5799 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7db9e8 0%, #2989d8 38%, #1e5799 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8', endColorstr='#1e5799', GradientType=0);
    /* IE6-9 */

    z-index: 999;
    overflow-y: auto;
    will-change: left;
  }

  .side-nav.right-aligned {
    will-change: right;
    right: -105%;
    left: auto;
  }

  .side-nav .collapsible {
    margin: 0;
  }

  .side-nav li {
    float: none;
    padding: 0 10px;
    border-bottom: 1px solid #b1dcfb
  }

  .side-nav>li:hover {
    background-color: #fff;
    box-shadow: inset 0 0 4px rgb(60, 60, 60);
  }

  .side-nav a {
    color: #fff;
    display: block;
    font-size: 1rem;
    height: 64px;
    line-height: 64px;
    padding: 0 15px;
  }


  .drag-target {
    height: 100%;
    width: 10px;
    position: fixed;
    top: 0;
    z-index: 998;
  }

  .side-nav.fixed a {
    display: block;
    padding: 0 15px;
    color: #444;
  }

  .side-nav.fixed {
    left: 0;
    position: fixed;
  }

  .side-nav.fixed.right-aligned {
    right: 0;
    left: auto;
  }

  @media only screen and (max-width : 1332px) {
    .side-nav.fixed {
      left: -105%;
    }

    .side-nav.fixed.right-aligned {
      right: -105%;
      left: auto;
    }
  }

  .side-nav .collapsible-body li.active,
  .side-nav.fixed .collapsible-body li.active {
    background-color: #ee6e73;
  }

  .side-nav .collapsible-body li.active a,
  .side-nav.fixed .collapsible-body li.active a {
    color: #fff;
  }

  #sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    will-change: opacity;
  }

  /*MODAL*/

  .waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none
  }

  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45)
  }

  .waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7)
  }

  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7)
  }

  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7)
  }

  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7)
  }

  .waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7)
  }

  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7)
  }

  .waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important
  }

  .waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%)
  }

  .waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom
  }

  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
  }

  .waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none
  }

  .waves-block {
    display: block
  }

  a.waves-effect .waves-ripple {
    z-index: -1
  }

  .modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0;
    height: 70%;
    width: 60%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity
  }

  @media only screen and (max-width : 992px) {
    .modal {
      width: 90%;
    }
  }

  .modal h1,
  .modal h2,
  .modal h3,
  .modal h4 {
    margin-top: 0
  }

  .modal .modal-content {
    padding: 24px
  }

  .modal .modal-close {
    cursor: pointer
  }

  .modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%
  }

  .modal .modal-footer .btn,
  .modal .modal-footer .btn-large,
  .modal .modal-footer .btn-flat {
    float: right;
    margin: 6px 0
  }

  .lean-overlay {
    position: fixed;
    z-index: 999;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity
  }

  .modal.modal-fixed-footer {
    padding: 0;
    height: 80%;
    width: 70%;
    max-width: 1090px;
  }

  .modal.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(100% - 25px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto
  }

  .modal.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0
  }

  .modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity
  }

  .salirModal {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 20px;
    background-color: #f00;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 0 9px;
    border-radius: 20px;
    z-index: 200;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
  }

  .salirModal:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  }

  .salirModal:active {
    position: absolute;
    top: 15px;
  }



  .preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px
  }

  .preloader-wrapper.small {
    width: 36px;
    height: 36px
  }

  .preloader-wrapper.big {
    width: 64px;
    height: 64px
  }

  .preloader-wrapper.active {
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite
  }

  @-webkit-keyframes container-rotate {
    to {
      -webkit-transform: rotate(360deg)
    }
  }

  @keyframes container-rotate {
    to {
      transform: rotate(360deg)
    }
  }

  .spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #26a69a
  }

  .spinner-blue,
  .spinner-blue-only {
    border-color: #4285f4
  }

  .spinner-red,
  .spinner-red-only {
    border-color: #db4437
  }

  .spinner-yellow,
  .spinner-yellow-only {
    border-color: #f4b400
  }

  .spinner-green,
  .spinner-green-only {
    border-color: #0f9d58
  }

  .active .spinner-layer.spinner-blue {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
  }

  .active .spinner-layer.spinner-red {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
  }

  .active .spinner-layer.spinner-yellow {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
  }

  .active .spinner-layer.spinner-green {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
  }

  .active .spinner-layer,
  .active .spinner-layer.spinner-blue-only,
  .active .spinner-layer.spinner-red-only,
  .active .spinner-layer.spinner-yellow-only,
  .active .spinner-layer.spinner-green-only {
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
  }

  @-webkit-keyframes fill-unfill-rotate {
    12.5% {
      -webkit-transform: rotate(135deg)
    }

    25% {
      -webkit-transform: rotate(270deg)
    }

    37.5% {
      -webkit-transform: rotate(405deg)
    }

    50% {
      -webkit-transform: rotate(540deg)
    }

    62.5% {
      -webkit-transform: rotate(675deg)
    }

    75% {
      -webkit-transform: rotate(810deg)
    }

    87.5% {
      -webkit-transform: rotate(945deg)
    }

    to {
      -webkit-transform: rotate(1080deg)
    }
  }

  @keyframes fill-unfill-rotate {
    12.5% {
      transform: rotate(135deg)
    }

    25% {
      transform: rotate(270deg)
    }

    37.5% {
      transform: rotate(405deg)
    }

    50% {
      transform: rotate(540deg)
    }

    62.5% {
      transform: rotate(675deg)
    }

    75% {
      transform: rotate(810deg)
    }

    87.5% {
      transform: rotate(945deg)
    }

    to {
      transform: rotate(1080deg)
    }
  }

  @-webkit-keyframes blue-fade-in-out {
    from {
      opacity: 1
    }

    25% {
      opacity: 1
    }

    26% {
      opacity: 0
    }

    89% {
      opacity: 0
    }

    90% {
      opacity: 1
    }

    100% {
      opacity: 1
    }
  }

  @keyframes blue-fade-in-out {
    from {
      opacity: 1
    }

    25% {
      opacity: 1
    }

    26% {
      opacity: 0
    }

    89% {
      opacity: 0
    }

    90% {
      opacity: 1
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes red-fade-in-out {
    from {
      opacity: 0
    }

    15% {
      opacity: 0
    }

    25% {
      opacity: 1
    }

    50% {
      opacity: 1
    }

    51% {
      opacity: 0
    }
  }

  @keyframes red-fade-in-out {
    from {
      opacity: 0
    }

    15% {
      opacity: 0
    }

    25% {
      opacity: 1
    }

    50% {
      opacity: 1
    }

    51% {
      opacity: 0
    }
  }

  @-webkit-keyframes yellow-fade-in-out {
    from {
      opacity: 0
    }

    40% {
      opacity: 0
    }

    50% {
      opacity: 1
    }

    75% {
      opacity: 1
    }

    76% {
      opacity: 0
    }
  }

  @keyframes yellow-fade-in-out {
    from {
      opacity: 0
    }

    40% {
      opacity: 0
    }

    50% {
      opacity: 1
    }

    75% {
      opacity: 1
    }

    76% {
      opacity: 0
    }
  }

  @-webkit-keyframes green-fade-in-out {
    from {
      opacity: 0
    }

    65% {
      opacity: 0
    }

    75% {
      opacity: 1
    }

    90% {
      opacity: 1
    }

    100% {
      opacity: 0
    }
  }

  @keyframes green-fade-in-out {
    from {
      opacity: 0
    }

    65% {
      opacity: 0
    }

    75% {
      opacity: 1
    }

    90% {
      opacity: 1
    }

    100% {
      opacity: 0
    }
  }

  .gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
  }

  .gap-patch .circle {
    width: 1000%;
    left: -450%
  }

  .circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
  }

  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
  }

  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg)
  }

  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg)
  }

  .active .circle-clipper.left .circle {
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
  }

  .active .circle-clipper.right .circle {
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
  }

  @-webkit-keyframes left-spin {
    from {
      -webkit-transform: rotate(130deg)
    }

    50% {
      -webkit-transform: rotate(-5deg)
    }

    to {
      -webkit-transform: rotate(130deg)
    }
  }

  @keyframes left-spin {
    from {
      transform: rotate(130deg)
    }

    50% {
      transform: rotate(-5deg)
    }

    to {
      transform: rotate(130deg)
    }
  }

  @-webkit-keyframes right-spin {
    from {
      -webkit-transform: rotate(-130deg)
    }

    50% {
      -webkit-transform: rotate(5deg)
    }

    to {
      -webkit-transform: rotate(-130deg)
    }
  }

  @keyframes right-spin {
    from {
      transform: rotate(-130deg)
    }

    50% {
      transform: rotate(5deg)
    }

    to {
      transform: rotate(-130deg)
    }
  }

  #spinnerContainer.cooldown {
    -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
    animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1)
  }

  @-webkit-keyframes fade-out {
    from {
      opacity: 1
    }

    to {
      opacity: 0
    }
  }

  @keyframes fade-out {
    from {
      opacity: 1
    }

    to {
      opacity: 0
    }
  }

  .slider {
    position: relative;
    height: 400px;
    width: 100%
  }

  .slider.fullscreen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }

  .slider.fullscreen ul.slides {
    height: 100%
  }

  .slider.fullscreen ul.indicators {
    z-index: 2;
    bottom: 30px
  }

  .slider .slides {
    background-color: #9e9e9e;
    margin: 0;
    height: 400px
  }

  .slider .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow: hidden
  }

  .slider .slides li img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center
  }

  .slider .slides li .caption {
    color: #fff;
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    opacity: 0
  }

  .slider .slides li .caption p {
    color: #e0e0e0
  }

  .slider .slides li.active {
    z-index: 2
  }

  .slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
  }

  .slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0 12px;
    background-color: #e0e0e0;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%
  }

  .slider .indicators .indicator-item.active {
    background-color: #4CAF50
  }

  .picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .picker__input {
    cursor: default
  }

  .picker__input.picker__input--active {
    border-color: #0089ec
  }

  .picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
  }