footer {
  background: #F5F5F5;
  padding-bottom: 52px;
  padding-top: 45px; }
  footer p {
    color: #414040; }
  footer ul {
    margin: 11px 0 0;
    padding: 0; }
    footer ul li {
      display: block; }
      footer ul li a {
        color: #414040; }
  footer .col-md-4 p {
    margin-bottom: 16px; }
    footer .col-md-4 p:last-child {
      color: #9B9A9A;
      margin-top: 56px; }
  footer .col-md-4 input {
    -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid #414040;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    color: #787878;
    display: inline-block;
    font-family: "courier-std",monospace;
    font-size: 12px;
    height: 35px;
    letter-spacing: 0.04px;
    line-height: 35px;
    margin: 0;
    outline: none;
    padding: 0 15px 0;
    vertical-align: middle;
    width: 231px;
    font-weight: lighter; }
  footer .col-md-4 button {
    background: transparent;
    border: 1px solid #414040;
    border-left: none;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    color: #414040;
    display: inline-block;
    font-family: 'Futura-Boo';
    font-size: 12px;
    height: 35px;
    letter-spacing: 0.34px;
    line-height: 35px;
    margin: 0;
    outline: none;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 60px; }
    footer .col-md-4 button:hover {
      background: #414040;
      color: #F5F5F5; }

@media (max-width: 991px) {
  footer {
    padding-bottom: 51px;
    padding-top: 46px; }
    footer ul {
      margin: 10px 0 0; }
    footer .col-md-4 p:nth-of-type(1) {
      margin-top: 44px; }
    footer .col-md-4 p:last-child {
      margin-top: 84px !important;
      text-align: right; }
    footer .col-md-4 input {
      width: 220px; }
    footer .col-md-4 button {
      width: 62px; } }
@media (max-width: 767px) {
  footer {
    padding-bottom: 14px; }
    footer .f-12-m {
      font-size: 13px; }
    footer ul {
      margin: 10px 0 50px; }
    footer .col-md-4 p {
      margin-bottom: 20px; }
      footer .col-md-4 p:nth-of-type(1) {
        margin-top: 0; }
      footer .col-md-4 p:last-child {
        margin-top: 25px !important;
        text-align: center; }
    footer .col-md-4 input {
      width: -webkit-calc(100% - 75px);
      width: -moz-calc(100% - 75px);
      width: calc(100% - 75px); }
    footer .col-md-4 button {
      width: 75px; } }
