﻿.quick-access {
  margin-right: 10px !important;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .quick-access {
      margin-right: 0 !important; } }
  .quick-access li {
    list-style: none;
    margin-bottom: 5px;
    margin-left: 10px; }
    @media screen and (max-width: 768px) {
      .quick-access li {
        width: 50%;
        margin-left: 0;
        margin-bottom: 20px; } }
    .quick-access li:nth-child(1) {
      -moz-animation-delay: 200ms;
      -o-animation-delay: 200ms;
      -webkit-animation-delay: 200ms;
      animation-delay: 200ms; }
    .quick-access li:nth-child(2) {
      -moz-animation-delay: 400ms;
      -o-animation-delay: 400ms;
      -webkit-animation-delay: 400ms;
      animation-delay: 400ms; }
    .quick-access li:nth-child(3) {
      -moz-animation-delay: 600ms;
      -o-animation-delay: 600ms;
      -webkit-animation-delay: 600ms;
      animation-delay: 600ms; }
    .quick-access li:nth-child(4) {
      -moz-animation-delay: 800ms;
      -o-animation-delay: 800ms;
      -webkit-animation-delay: 800ms;
      animation-delay: 800ms; }
    .quick-access li:nth-child(5) {
      -moz-animation-delay: 1000ms;
      -o-animation-delay: 1000ms;
      -webkit-animation-delay: 1000ms;
      animation-delay: 1000ms; }
    .quick-access li:nth-child(6) {
      -moz-animation-delay: 1200ms;
      -o-animation-delay: 1200ms;
      -webkit-animation-delay: 1200ms;
      animation-delay: 1200ms; }
    .quick-access li:nth-child(7) {
      -moz-animation-delay: 1400ms;
      -o-animation-delay: 1400ms;
      -webkit-animation-delay: 1400ms;
      animation-delay: 1400ms; }
    .quick-access li:nth-child(8) {
      -moz-animation-delay: 1600ms;
      -o-animation-delay: 1600ms;
      -webkit-animation-delay: 1600ms;
      animation-delay: 1600ms; }
    .quick-access li:nth-child(9) {
      -moz-animation-delay: 1800ms;
      -o-animation-delay: 1800ms;
      -webkit-animation-delay: 1800ms;
      animation-delay: 1800ms; }
    .quick-access li:nth-child(10) {
      -moz-animation-delay: 2000ms;
      -o-animation-delay: 2000ms;
      -webkit-animation-delay: 2000ms;
      animation-delay: 2000ms; }
    .quick-access li:nth-child(11) {
      -moz-animation-delay: 2200ms;
      -o-animation-delay: 2200ms;
      -webkit-animation-delay: 2200ms;
      animation-delay: 2200ms; }
    .quick-access li:nth-child(12) {
      -moz-animation-delay: 2400ms;
      -o-animation-delay: 2400ms;
      -webkit-animation-delay: 2400ms;
      animation-delay: 2400ms; }
    .quick-access li:nth-child(13) {
      -moz-animation-delay: 2600ms;
      -o-animation-delay: 2600ms;
      -webkit-animation-delay: 2600ms;
      animation-delay: 2600ms; }
    .quick-access li:nth-child(14) {
      -moz-animation-delay: 2800ms;
      -o-animation-delay: 2800ms;
      -webkit-animation-delay: 2800ms;
      animation-delay: 2800ms; }
    .quick-access li:nth-child(15) {
      -moz-animation-delay: 3000ms;
      -o-animation-delay: 3000ms;
      -webkit-animation-delay: 3000ms;
      animation-delay: 3000ms; }
    .quick-access li:nth-child(16) {
      -moz-animation-delay: 3200ms;
      -o-animation-delay: 3200ms;
      -webkit-animation-delay: 3200ms;
      animation-delay: 3200ms; }
    .quick-access li:nth-child(17) {
      -moz-animation-delay: 3400ms;
      -o-animation-delay: 3400ms;
      -webkit-animation-delay: 3400ms;
      animation-delay: 3400ms; }
    .quick-access li:nth-child(18) {
      -moz-animation-delay: 3600ms;
      -o-animation-delay: 3600ms;
      -webkit-animation-delay: 3600ms;
      animation-delay: 3600ms; }
    .quick-access li:nth-child(19) {
      -moz-animation-delay: 3800ms;
      -o-animation-delay: 3800ms;
      -webkit-animation-delay: 3800ms;
      animation-delay: 3800ms; }
    .quick-access li:nth-child(20) {
      -moz-animation-delay: 4000ms;
      -o-animation-delay: 4000ms;
      -webkit-animation-delay: 4000ms;
      animation-delay: 4000ms; }
    .quick-access li:nth-child(21) {
      -moz-animation-delay: 4200ms;
      -o-animation-delay: 4200ms;
      -webkit-animation-delay: 4200ms;
      animation-delay: 4200ms; }
    .quick-access li:nth-child(22) {
      -moz-animation-delay: 4400ms;
      -o-animation-delay: 4400ms;
      -webkit-animation-delay: 4400ms;
      animation-delay: 4400ms; }
    .quick-access li:nth-child(23) {
      -moz-animation-delay: 4600ms;
      -o-animation-delay: 4600ms;
      -webkit-animation-delay: 4600ms;
      animation-delay: 4600ms; }
    .quick-access li:nth-child(24) {
      -moz-animation-delay: 4800ms;
      -o-animation-delay: 4800ms;
      -webkit-animation-delay: 4800ms;
      animation-delay: 4800ms; }
    .quick-access li a {
      display: block;
      position: relative;
      color: #eaeaea;
      text-decoration: none; }
      @media screen and (max-width: 768px) {
        .quick-access li a {
          display: flex;
          flex-direction: column;
          align-items: center; } }
    .quick-access li i {
      font-size: 19px;
      vertical-align: middle;
      margin-left: 5px;
      color: #8f8f8f; }
