﻿.footer1 {
  width: 100%;
  height: 500px;
  position: relative; }
  .footer1 .background-image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top; }
    .footer1 .background-image.greyscale {
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }
  .footer1 .background-fitler {
    overflow: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 ); }
  .footer1 .content {
    clear: both;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    bottom: 15%; }
    .footer1 .content .social-media-links {
      position: relative;
      z-index: 102;
      margin-bottom: 15px; }
      .footer1 .content .social-media-links .link {
        display: inline-block;
        font-size: 50px;
        text-shadow: 0px -1px 1px #333;
        margin: 0 5px;
        color: #fff; }
        @media (min-width: 576px) {
          .footer1 .content .social-media-links .link {
            margin: 0 20px; } }
        @media (min-width: 768px) {
          .footer1 .content .social-media-links .link {
            margin: 0 35px; } }
        .footer1 .content .social-media-links .link:first-child {
          margin-left: 0; }
        .footer1 .content .social-media-links .link:last-child {
          margin-right: 0; }
    .footer1 .content .company-address {
      position: relative;
      z-index: 102;
      margin-bottom: 15px;
      font-size: 14px;
      font-weight: bold;
      text-shadow: 1px 1px 2px #333; }
    .footer1 .content .disclaimer {
      position: relative;
      z-index: 102;
      margin-bottom: 15px;
      font-size: 12px;
      font-weight: bold;
      text-shadow: 1px 1px 2px #333; }
      .footer1 .content .disclaimer a {
        text-decoration: underline;
        text-shadow: none; }
      .footer1 .content .disclaimer .link {
        display: inline-block;
        margin: 0 5px;
        margin-bottom: 15px;
        text-decoration: none;
        text-shadow: none; }
  .footer1[data-reduced="True"] {
    height: 400px; }
    .footer1[data-reduced="True"] .content {
      top: 5%;
      bottom: 5%; }
  .footer1[data-show-social-media="False"][data-reduced="True"] {
    height: 320px; }
  .footer1[data-show-social-media="False"][data-reduced="False"] {
    height: 400px; }
  .footer1[data-show-social-media="True"][data-reduced="False"] {
    height: 500px; }
  @media (min-width: 576px) {
    .footer1[data-reduced="True"] {
      height: 400px; }
      .footer1[data-reduced="True"] .content {
        top: 5%;
        bottom: 5%; }
    .footer1[data-show-social-media="False"][data-reduced="True"] {
      height: 240px; }
    .footer1[data-show-social-media="False"][data-reduced="False"] {
      height: 330px; }
    .footer1[data-show-social-media="True"][data-reduced="False"] {
      height: 440px; }
    .footer1[data-show-social-media="True"][data-reduced="True"] {
      height: 330px; } }
