﻿#mobile-footer-wrap {
  display: none;
}
@media only screen and (max-width: 400px) {
  #mobile-footer-wrap {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 50px;
    background-color: #4b4b4b;
    text-align: center;
    z-index: 1;
  }
  #mobile-footer-wrap #mobile-footer-border {
    border-top: 1px solid #00b1b0;
    height: 6px;
    background-color: #00b1b0;
    clear: both;
  }
  #mobile-footer-wrap .mobile-footer-button {
    margin-top: -1px;
    float: left;
    width: 25%;
    color: #a0a0a0;
    background-color: #4b4b4b;
    line-height: 46px;
    text-transform: uppercase;
    font-size: 1.05em;
    letter-spacing: .5px;
    cursor: pointer;
  }
  #mobile-footer-wrap .mobile-footer-button-selected {
    color: #ffffff;
    background-color: #00b1b0;
  }
}
