﻿footer {
  position: relative;
  z-index: 999; }
  footer .footer-wrapper {
    width: 100%;
    display: block;
    background-color: #274f6d;
    padding-top: 20px; }
    footer .footer-wrapper .social-network {
      padding: 5px;
      border-top: 2px solid rgba(65, 79, 104, 0.22);
      border-bottom: 2px solid rgba(65, 79, 104, 0.22);
      justify-content: center;
      display: flex;
      margin-bottom: 20px;
      background-color: rgba(0, 0, 0, 0.2); }
      footer .footer-wrapper .social-network p.social-description {
        float: right;
        color: lightgray;
        font-size: 11px;
        font-weight: bold;
        line-height: 3.3;
        margin-left: 10px;
        margin-bottom: 0 !important; }
      footer .footer-wrapper .social-network li.footer-content {
        float: right !important;
        padding: 0 !important; }
        footer .footer-wrapper .social-network li.footer-content i {
          background-color: rgba(0, 0, 0, 0.4) !important;
          margin-left: 10px !important;
          margin: 2px;
          width: 33px;
          height: 33px;
          color: white;
          padding: 8px;
          font-size: 22px !important;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          position: relative;
          top: 0px; }
          footer .footer-wrapper .social-network li.footer-content i:hover {
            background-color: rgba(0, 0, 0, 0.4) !important;
            color: #37002a !important; }
    footer .footer-wrapper .mobile-apps {
      width: 68% !important; }
      footer .footer-wrapper .mobile-apps .mobile-app {
        width: 100%;
        margin-top: 6px !important; }
        footer .footer-wrapper .mobile-apps .mobile-app .mobile-app-button {
          padding: 0 !important; }
    footer .footer-wrapper li.footer-inner {
      text-align: right;
      padding: 10px;
      font-size: 13px;
      color: lightgray; }
      footer .footer-wrapper li.footer-inner li.footer-content.location a:hover {
        color: lightgray !important; }
      footer .footer-wrapper li.footer-inner li.footer-content.location > a {
        position: relative;
        width: 215px;
        margin: auto;
        height: 125px;
        display: block;
        max-width: 90%;
        right: -20px; }
      footer .footer-wrapper li.footer-inner li.footer-content.location p {
        font-weight: bold; }
        footer .footer-wrapper li.footer-inner li.footer-content.location p i {
          color: #37002a;
          margin-left: 10px; }
          footer .footer-wrapper li.footer-inner li.footer-content.location p i.fa-phone {
            -moz-transform: rotate(-95deg);
            -ms-transform: rotate(-95deg);
            -o-transform: rotate(-95deg);
            -webkit-transform: rotate(-95deg);
            transform: rotate(-95deg); }
      footer .footer-wrapper li.footer-inner li.footer-content.location img {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: .6;
        display: block;
        width: 100%;
        height: 100%; }
      footer .footer-wrapper li.footer-inner li.footer-content.location span.map-name {
        position: absolute;
        font-size: 24px;
        font-weight: bold;
        top: 33%;
        left: 50%;
        color: lightgray;
        text-shadow: 0 1px rgba(0, 0, 0, 0.6); }
      footer .footer-wrapper li.footer-inner li.footer-content.location span.map-marker {
        position: absolute;
        top: 3%;
        right: 25%;
        background-color: #37002a;
        -moz-animation: av-pulsate 2s linear infinite;
        -o-animation: av-pulsate 2s linear infinite;
        -webkit-animation: av-pulsate 2s linear infinite;
        animation: av-pulsate 2s linear infinite;
        border-radius: 100%;
        z-index: 9999;
        display: block;
        height: 40px;
        width: 40px;
        opacity: 0;
        z-index: 1; }
      footer .footer-wrapper li.footer-inner h5 {
        font-size: 15px;
        padding-bottom: 13px;
        color: white;
        font-weight: bold;
        text-align: right; }
      footer .footer-wrapper li.footer-inner li.footer-content {
        float: inherit;
        padding: 5px; }
        footer .footer-wrapper li.footer-inner li.footer-content a {
          color: lightgray; }
          footer .footer-wrapper li.footer-inner li.footer-content a:hover {
            color: #6ca3cb !important; }
      footer .footer-wrapper li.footer-inner .logo-footer {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.2;
        text-align: center !important; }
    footer .footer-wrapper .footer-last-part {
      padding: 10px;
      text-align: center;
      width: 100%;
      float: right; }
      footer .footer-wrapper .footer-last-part li.footer-content {
        float: inherit;
        padding: 5px; }
        footer .footer-wrapper .footer-last-part li.footer-content a {
          color: lightgray; }
          footer .footer-wrapper .footer-last-part li.footer-content a:hover {
            color: #6ca3cb !important; }
      footer .footer-wrapper .footer-last-part .footer-contact i {
        position: relative;
        top: 2px;
        left: 5px;
        -moz-transform: rotate(268deg);
        -ms-transform: rotate(268deg);
        -o-transform: rotate(268deg);
        -webkit-transform: rotate(268deg);
        transform: rotate(268deg); }
      footer .footer-wrapper .footer-last-part .footer-contact {
        padding: 20px;
        color: white; }
        footer .footer-wrapper .footer-last-part .footer-contact b {
          color: white !important; }
    footer .footer-wrapper .footer-description {
      color: white;
      line-height: 2.5;
      font-size: 15px;
      text-align: justify;
      float: right;
      width: 100%; }
      footer .footer-wrapper .footer-description a {
        color: #37709a; }

@keyframes av-pulsate {
  0% {
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 0.7; }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.0; } }
  footer .socket-wrapper {
    width: 100%;
    background-color: white; }
    footer .socket-wrapper .copyright {
      padding-top: 4px;
      display: inline-block;
      font-size: 15px;
      font-weight: bold; }
      footer .socket-wrapper .copyright i {
        font-size: 26px !important;
        position: relative;
        top: 5px; }
    footer .socket-wrapper li a {
      padding: 10px;
      font-size: 13px;
      display: block;
      padding-top: 12px; }
