.nav.nav-tile {
  margin: 31px auto 55px;
  background: #de3c43 url("/images/main/nav-tile-bg1.jpg") center no-repeat;
  background-size: cover; }
  .nav.nav-tile li {
    display: table;
    padding: 0;
    min-height: 85px;
    height: auto;
    border-right: 1px solid white;
    border-bottom: 1px solid white; }
    @media (min-width: 768px) {
      .nav.nav-tile li {
        height: 150px; } }
  .nav.nav-tile > li > a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "VAG Bold", Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.4;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: white;
    box-shadow: inset 0 0 0 0 rgba(234, 26, 60, 0.36);
    -o-transition: box-shadow 0.4s ease-in;
    -ms-transition: box-shadow 0.4s ease-in;
    -moz-transition: box-shadow 0.4s ease-in;
    -webkit-transition: box-shadow 0.4s ease-in;
    transition: box-shadow 0.4s ease-in; }
    .nav.nav-tile > li > a:hover, .nav.nav-tile > li > a:focus {
      color: white;
      background-color: transparent;
      box-shadow: inset 0 0 0 150px rgba(234, 26, 60, 0.36); }
  .nav.nav-tile li:first-child + li + li,
  .nav.nav-tile li:first-child + li + li + li + li + li,
  .nav.nav-tile li:first-child + li + li + li + li + li + li + li + li {
    border-right: none; }

/*# sourceMappingURL=style.css.map */
