﻿.footer .sitemap li {
  list-style: none; }
  .footer .sitemap li a {
    color: #9b9b9b;
    text-transform: uppercase;
    font-size: 10px; }
    .footer .sitemap li a:hover {
      color: black;
      -o-transition: color 0.5s ease;
      -moz-transition: color 0.5s ease;
      -webkit-transition: color 0.5s ease;
      transition: color 0.5s ease; }

.footer .sitemap .sitemap-sub-item {
  margin-left: 20px; }
