svg {
  height: auto;
  max-width: 100%;
}

.text-center {
  text-align: center;
}

.subline {
  color: #768191;
  font-weight: normal;
}


.map {
  margin-top: 3em;
  position: relative;
}
.map-markers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.map-marker {
  position: absolute;
}
/*.map-marker:after {
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: pop;
  border-radius: 50%;
  border: 1px solid #ce606f;
  content: '';
  height: 2em;
  left: 0;
  margin: -.5em 0 0 -.5em;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2em;
}*/
.map-marker:hover .map-marker-info {
  display: block;
}
.map-marker a {
  background-image:url('../images/logo-clt.png');
  background-size: cover;
  border-radius: 50%;
  height: 2em;
  display: block;
  text-indent: -9999px;
  width: 2em;
  animation: bounce 5s alternate infinite ease-in;
}
.map-marker-chicago {
  left: 40%;
  top: 40%;
}
.map-marker-florida {
  left: 51%;
  top: 64%;
}
.map-marker-florida:after {
  animation-delay: 3s;
}
.map-marker-los-angeles {
  left: 38%;
  top: 55%;
}
.map-marker-los-angeles:after {
  animation-delay: 5s;
}
.map-marker-new-york {
  left: 49%;
  top: 60%;
}
.map-marker-san-francisco {
  left: 31%;
  top: 51%;
}
.map-marker-san-francisco:after {
  animation-delay: 3s;
}
.map-marker-honduras{
    left: 45%;
    top: 40%;
}

.map-marker-honduras:after{
  animation-delay: 3s;
}

.map-marker-seattle {
  left: 34%;
  top: 47%;
}
.map-marker-seattle:after {
  animation-delay: 5s;
}
.map-marker-info {
  display: none;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -2em);
  width: 20em;
  z-index: 999;
}
.map-marker-info header {
  background-color: #ce606f;
  border-radius: .5em .5em 0 0;
  color: #fff;
  padding: .5em 1em;
}
.map-marker-info main {
  background-color: #fff;
  border-radius: 0 0 .5em .5em;
  color: #7e7e7e;
  padding: .5em 1em;
}
.map-marker-info h2 {
  margin-bottom: 0;
}
.map-marker-info-inner {
  border-radius: .5em;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  font-size: .875em;
}
.map-marker-info-inner:after {
  border-left: .75em solid transparent;
  border-right: .75em solid transparent;
  border-top: 1em solid #fff;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.animate {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes bounce-in {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate-bounce-in {
  animation-duration: .75s;
  animation-name: bounce-in;
}

@keyframes pop {
  0% {
    transform: scale(0);
  }
  8% {
    opacity: .4;
  }
  10% {
    opacity: 0;
    transform: scale(1);
  }
}
.animate-pop {
  animation-duration: 1s;
  animation-name: pop;
}

.close{
 background-color: transparent !important;
 color:#12285c !important;
 padding: 0px;
 border: 0px;
 width: inherit !important;
 margin-top: -56px !important;
}
