﻿.footer {
  background-color: #f6f6f6; }
  .footer .footer-nav li {
    margin-bottom: 15px;
    line-height: 1; }
  .footer .footer-nav a {
    font-size: 14px;
    font-family: GTWalsheim;
    font-weight: 300;
    color: #34495e; }
  .footer .social-nav {
    margin-top: 25px; }
    .footer .social-nav p {
      margin-top: 0;
      margin-bottom: 30px;
      font-size: 14px;
      color: #34495e; }
    .footer .social-nav ul li {
      line-height: 1;
      margin-right: 20px; }
  .footer .copyright {
    margin-bottom: 0;
    margin-top: 46px;
    font-size: 12px;
    text-align: right;
    line-height: 1;
    color: #34495e; }

@media screen and (max-width: 1024px) {
  .footer .footer-nav li {
    line-height: 1.6; } }

@media screen and (max-width: 745px), handheld and (orientation: landscape) {
  .footer .social-nav {
    padding: 20px 0 15px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    display: block; }
    .footer .social-nav p {
      margin-bottom: 20px;
      font-size: 12px; }
    .footer .social-nav ul {
      width: 80%;
      margin: 0 auto; }
      .footer .social-nav ul li {
        float: none; }
        .footer .social-nav ul li a span {
          width: 18px;
          height: 18px;
          background-size: contain; }
      .footer .social-nav ul li:last-child {
        margin-right: 0; }
  .footer .copyright {
    margin-top: 25px;
    text-align: center;
    float: none;
    display: block; }
    .footer .copyright li:first-child {
      display: block;
      width: 100%;
      text-align: center; }
    .footer .copyright li:last-child {
      display: block;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      text-align: center; } }

