@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

html {
  scroll-behavior: smooth;
}

#map-wrapper {
  margin-top: 150px;
}

#map-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2vw;
  height: 3vw;
  pointer-events: none;
}

#map-canvas {
  height: calc(100vh - 150px);
  width: 100%;
}

#map-markers {
  display: none;
}

.fixed-action-btn {
  z-index: 95;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity .7s;
  -o-transition: opacity .7s;
  transition: opacity .7s;
  position: absolute;
}

#map-wrapper .fixed-action-btn {
  bottom: 30px;
  right: 30px;
  padding: 0;
}

#map-wrapper .fixed-action-btn:hover {
  -webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
          animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.fixed-action-btn .action-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  padding: 30px 18px 0;
  font-size: 18px;
}

#businesses {
  margin: 0;
  padding: 60px 5% 60px 0;
  min-height: 100vh;
}

#businesses h2 {
  margin: 0;
  font-size: 40px;
}

#businesses h2:after {
  content: '';
  height: 20px;
  width: 150px;
  margin-top: 8px;
  display: block;
  background-image: url(/images/section-title-waves.svg);
  background-repeat: no-repeat;
  background-position: top right;
}

#businesses #businesses-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

#businesses-list li {
  flex: 0 0 29%;
  padding: 0 0 30px 0;
  margin: 0 0 50px 5%;
  border-bottom: 1px solid #fff;
}

#businesses-list li:nth-child(3n + 3) {
  padding-left: 0;
  margin-left: 0;
}

.business header {
  display: flex;
  margin-bottom: 16px;
}

.business header .img-wrapper {
  margin-left: 20px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
}

.business header .img-wrapper img {
  max-width: 80px;
  max-height: 80px;
  /*border-radius: 50px;*/
}

.business header .info {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
}

.business header .info h3 {
  line-height: 1;
  font-size: 26px;
  margin: 0;
}

.business header .info address {
  font-size: 16px;
  font-style: normal;
  line-height: 1;
}

.business header .info a {
  color: #fff;
  font-size: 15px;
  text-decoration: underline;
}

.business .content {
  font-size: 15px;
}

.business .content p {
  margin-top: 0;
  margin-bottom: .5em;
}

.business .content p.discount {
  font-size: 17px;
}

footer {
  text-align: center;
}

footer nav.social-icons {
  display: none;
}

footer .footer-link {
  display: inline-block;
  margin: 30px 0;
  width: 33%;
  padding: 15px;
  color: white;
  text-align: center;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}

footer p {
  margin: 0;
  font-size: 20px;
}

footer p a {
  color: white;
  text-decoration: underline;
  font-weight: normal;
}

.gm-style .gm-style-iw.gm-style-iw-c {
  padding: 0;
  border-radius: 0;
}

.gm-style .gm-style-iw.gm-style-iw-c button {
  right: auto !important;
  left: 2px !important;
  top: 3px !important;
}

.gm-style .gm-style-iw.gm-style-iw-c button img {
  width: 18px !important;
  height: 18px !important;
}

.gm-style .gm-style-iw-d {
  width: 100%;
  overflow: hidden !important;
}

.gm-style .gm-style-iw-t:after {
  background: #bb3264;
}

.gm-style header {
  border-bottom: 1px solid #666666;
  padding: 8px 16px;
}

.gm-style header h3 {
  color: #bb3264;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
}

.gm-style header h3 address {
  display: inline-block;
  font-size: 13px;
  font-style: normal;
}

.gm-style .content {
  padding: 12px 16px 0;
  color: #4d4d4d;
  font-size: 12px;
}

.gm-style .content p {
  margin-top: 0;
}

.gm-style .content p a {
  text-decoration: underline;
  color: #4d4d4d;
}

.gm-style .content p.strong {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gm-style footer {
  background: #bb3264;
  color: white;
  text-align: left;
  padding: 12px 16px;
}

.gm-style footer ul {
  padding: 0;
  margin: 0;
}

.gm-style footer ul li {
  margin-right: 8px;
  display: inline-block;
}

.gm-style footer ul img {
  vertical-align: top;
}
