#geocoding .ipad {
    height: 560px;
    width: 980px;
    position: absolute;
    background: url(ipad.png) 40px 100px no-repeat;
    background-size: 100% auto;
    left: 0;
    right: -580px;
    margin-left: auto;
    margin-right: auto;
    top: 0;
}

#geocoding {
/*   background : -moz-linear-gradient(0% 50% 0deg,rgba(59, 178, 208, 1) 3.08%,rgba(38, 127, 190, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(59, 178, 208, 1) 3.08%, rgba(38, 127, 190, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0.0308,rgba(59, 178, 208, 1) ),color-stop(1,rgba(38, 127, 190, 1) ));
  background : -o-linear-gradient(0deg, rgba(59, 178, 208, 1) 3.08%, rgba(38, 127, 190, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(59, 178, 208, 1) 3.08%, rgba(38, 127, 190, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3BB2D0', endColorstr='#267FBE' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(59, 178, 208, 1) 3.08%, rgba(38, 127, 190, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3BB2D0',endColorstr='#267FBE' , GradientType=1);*/

  background : -moz-linear-gradient(50% 100% 90deg,rgba(233, 85, 145, 1) 0%,rgba(246, 126, 139, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(233, 85, 145, 1) 0%, rgba(246, 126, 139, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(233, 85, 145, 1) ),color-stop(1,rgba(246, 126, 139, 1) ));
  background : -o-linear-gradient(90deg, rgba(233, 85, 145, 1) 0%, rgba(246, 126, 139, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(233, 85, 145, 1) 0%, rgba(246, 126, 139, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E95591', endColorstr='#F67E8B' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(233, 85, 145, 1) 0%, rgba(246, 126, 139, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F67E8B',endColorstr='#E95591' , GradientType=0);
}

.fill-pink .pill > .button.fill-cyan:hover {
    background-color: rgb(249, 139, 181);
}

.api {
  top: 60px;
  left: -10%;
}


.bullet-list li:nth-child(3n+2) {
  padding-left: 4.1666%;
}

.bullet-list li:nth-child(3n+3) {
  padding-left: 4.1666%;
}

.bullet-list p, .bullet-list h3 {
  padding-left: 60px;
}

#data .bullet-list .icon:before {
    color: #ED6498;
}

iframe {
  margin-bottom: -5px !important;
}

/*p.intro span {
  background-color: rgb(219, 229, 236);
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 5px;
  padding-bottom: 2px;
  padding-top: 1px;
}
*/

.coverage-table,
.coverage-map {
  display: none;
}

.coverage-show {
  display: block;
}

.scroll-mobile {
  overflow-y: scroll;
}

pre.key {
  display: block;
  padding: 20px;
  padding-left: 25px;
  padding-right: 25px;
  word-break: none;
  word-wrap: break-word;
  white-space: pre;
  white-space: none;
  -moz-tab-size: 4;
  tab-size: 0;
  background: #142736;
  font-size: 12px;
  line-height: 19px;
  border-radius: 0px 0px 10px 10px;
  color: white;
  overflow-y: scroll;
}


.pin {
  width: 40px;
  height: 40px;
  background: url(marker.svg) no-repeat;
  position: absolute;
  left: 10%;
  top: 10%;
  margin: -20px 0 0 -20px;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration:   .7s;
  -moz-animation-duration:      .7s;
  -o-animation-duration:        .7s;
  -ms-animation-duration:       .7s;
  animation-duration:           .7s;
  z-index: 4;
}

.pin-1 .pin {
  -webkit-animation-delay:  .3s;
  -moz-animation-delay:     .3s;
  -o-animation-delay:       .3s;
  -ms-animation-delay:      .3s;
  animation-delay:          .3s;
}
.pin-2 .pin {
  -webkit-animation-delay:  .5s;
  -moz-animation-delay:     .5s;
  -o-animation-delay:       .5s;
  -ms-animation-delay:      .5s;
  animation-delay:          .5s;
}
.pin-3 .pin {
  -webkit-animation-delay:  .2s;
  -moz-animation-delay:     .2s;
  -o-animation-delay:       .2s;
  -ms-animation-delay:      .2s;
  animation-delay:          .2s;
}

.pin-1 {
    position: absolute;
    bottom: 200px;
    right: 509px;
}
.pin-2 {
    position: absolute;
    bottom: 210px;
    right: 310px;
}
.pin-3 {
  display: none;

}
.pin-4 {
    position: absolute;
    top: 400px;
    right: 590px;
}
.pin-5 {
    position: absolute;
    right: 261px;
    top: 300px;
}
.pin-6 {
    position: absolute;
    right: 510px;
    bottom: 114px;
}

.pin-7 {
    position: absolute;
    right: 310px;
    top: 300px;
}

.pin-5 .pin, .pin-2 .pin  {
  width: 30px;
  height: 30px;
}

.pin-1 .pin {
  width: 33px;
  height: 33px;
}
.pin-7 .pin {
  width: 25px;
  height: 25px;
}

.pulse {
  background: rgba(0,0,0,0.15);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 10%;
  top: 10%;
  margin: 12px 0px 0px -7px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: 2;
}
.pulse:after {
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation:  pulsate 2s ease-out;
  -moz-animation:     pulsate 2s ease-out;
  -o-animation:       pulsate 2s ease-out;
  -ms-animation:      pulsate 2s ease-out;
  animation:          pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow:  0 0 1px 2px rgba(128, 128, 128, 0.5);
  -moz-box-shadow:  0 0 1px 2px rgba(128, 128, 128, 0.5);
  -o-box-shadow:  0 0 1px 2px rgba(128, 128, 128, 0.5);
  -ms-box-shadow:  0 0 1px 2px rgba(128, 128, 128, 0.5);
  box-shadow:  0 0 1px 2px rgba(128, 128, 128, 0.5);
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

 .pin-2 .pulse, .pin-5 .pulse {
       margin: 1px 0px 0px -12px;
}

.pin-7 .pulse {
      margin: -3px 0px 0px -14px;
}
.pin-2 .pulse:after, .pin-5 .pulse:after, .pin-7 .pulse:after {
  height: 25px;
  width: 25px;
  margin: -5px 0 0 -6px;
}

.pin-1 .pulse {
 margin: 5px 0px 0px -9px;
}

@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px) ;
    -o-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px) ;
    transform: translateY(-2000px) ;
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px)  ;
    -moz-transform: translateY(30px)  ;
    -o-transform: translateY(30px)  ;
    -ms-transform: translateY(30px)  ;
    transform: translateY(30px)  ;
  }
  80% {
    -webkit-transform: translateY(-10px)  ;
    -moz-transform: translateY(-10px)  ;
    -o-transform: translateY(-10px)  ;
    -ms-transform: translateY(-10px)  ;
    transform: translateY(-10px)  ;
  }
  100% {
    -webkit-transform: translateY(0)  ;
    -moz-transform: translateY(0)  ;
    -o-transform: translateY(0)  ;
    -ms-transform: translateY(0)  ;
    transform: translateY(0)  ;
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px)  ;
    -moz-transform: translateY(-2000px)  ;
    -o-transform: translateY(-2000px)  ;
    -ms-transform: translateY(-2000px)  ;
    transform: translateY(-2000px)  ;
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px)  ;
    -moz-transform: translateY(30px)  ;
    -o-transform: translateY(30px)  ;
    -ms-transform: translateY(30px)  ;
    transform: translateY(30px)  ;
  }
  80% {
    -webkit-transform: translateY(-10px)  ;
    -moz-transform: translateY(-10px)  ;
    -o-transform: translateY(-10px)  ;
    -ms-transform: translateY(-10px)  ;
    transform: translateY(-10px)  ;
  }
  100% {
    -webkit-transform: translateY(0)  ;
    -moz-transform: translateY(0)  ;
    -o-transform: translateY(0)  ;
    -ms-transform: translateY(0)  ;
    transform: translateY(0)  ;
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px)  ;
    -moz-transform: translateY(-2000px)  ;
    -o-transform: translateY(-2000px)  ;
    -ms-transform: translateY(-2000px)  ;
    transform: translateY(-2000px)  ;
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px)  ;
    -moz-transform: translateY(30px)  ;
    -o-transform: translateY(30px)  ;
    -ms-transform: translateY(30px)  ;
    transform: translateY(30px)  ;
  }
  80% {
    -webkit-transform: translateY(-10px)  ;
    -moz-transform: translateY(-10px)  ;
    -o-transform: translateY(-10px)  ;
    -ms-transform: translateY(-10px)  ;
    transform: translateY(-10px)  ;
  }
  100% {
    -webkit-transform: translateY(0)  ;
    -moz-transform: translateY(0)  ;
    -o-transform: translateY(0)  ;
    -ms-transform: translateY(0)  ;
    transform: translateY(0)  ;
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px)  ;
    -moz-transform: translateY(-2000px)  ;
    -o-transform: translateY(-2000px)  ;
    -ms-transform: translateY(-2000px)  ;
    transform: translateY(-2000px)  ;
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px)  ;
    -moz-transform: translateY(30px)  ;
    -o-transform: translateY(30px)  ;
    -ms-transform: translateY(30px)  ;
    transform: translateY(30px)  ;
  }
  80% {
    -webkit-transform: translateY(-10px)  ;
    -moz-transform: translateY(-10px)  ;
    -o-transform: translateY(-10px)  ;
    -ms-transform: translateY(-10px)  ;
    transform: translateY(-10px)  ;
  }
  100% {
    -webkit-transform: translateY(0)  ;
    -moz-transform: translateY(0)  ;
    -o-transform: translateY(0)  ;
    -ms-transform: translateY(0)  ;
    transform: translateY(0)  ;
  }
}


var {
  color: #e95591;
  font-style: italic;
}


@media only screen and (max-width: 1080px) {
  #geocoding .ipad {
    right: -740px;
     top: auto;
    bottom: -20px;
  }
}

@media only screen and (max-width: 900px) {
  #geocoding .ipad {
    display: none;
  }
  #geocoding .col10, #geocoding .col6 {
    width: 100%;
    margin-right: 0;
  }
  #pricing .col6 div {
    min-height: 61px;
  }
}

@media only screen and (max-width: 700px) {

  #pricing .col6 div:first-of-type {
    min-height: 110px;
  }
}


@media only screen and (max-width: 640px) {
  #pricing .col6:last-of-type {
  border-top: 1px solid rgba(255,255,255,0.25);
  }
    .bullet-list li:nth-child(3n+2) {
    padding-left: 0px;
    margin-bottom: 20px;
  }

  .bullet-list li:nth-child(3n+3) {
    padding-left: 0px;
    margin-bottom: 20px;
  }
    .bullet-list span.col10 {
      width: 80%;
   }
   #pricing .col6 div:first-of-type {
    min-height: 0px;
  }
}


/********** CONTACT SECTION **********/
#contact .half {
  z-index: -10;
  position: absolute;
  width: 50%;
  height: 320px;
}

.second-half {
  left: 50%;
}

#contact .col6 { max-width: none; }
#contact .col6.signup { background-color: #d14c82;}

@media only screen and (max-width: 960px) {
  #contact .col6 { width: 100%; }
  #contact .col6.signup { width: 100%; position: relative;}
  #contact .col6.signup .col10 {   width: 100%; margin: 0;}
}




/*********  STICKY NAV  *********/
.sticky-nav ul li a {
  color: #909090;
}

.sticky-nav ul li a.active {
  color: rgba(55, 132, 186, 1.000);
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}


/* Timeline + animation
------------------------------------------------------- */

#mb-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

#mb-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
  border-radius: 15px
}

@media only screen and (min-width: 800px) {
  #mb-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #mb-timeline::before {
     left: 0;
     margin-left: -2px;
  }
}

.mb-timeline-block {
  position: relative;
  margin: 2em 0;
}

.mb-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.mb-timeline-block:first-child {
  margin-top: 0;
}
.mb-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 800px) {
  .mb-timeline-block {
    margin: 2em 0;
  }
  .mb-timeline-block:first-child {
    margin-top: 0;
  }
  .mb-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.mb-timeline-img {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 800px) {
  .mb-timeline-img {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 60px;
    height: 60px;
    left: 0px;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .mb-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .mb-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: mb-bounce-1 0.6s ;
    -moz-animation: mb-bounce-1 0.6s ;
    animation: mb-bounce-1 0.6s ;
  }
}

@-webkit-keyframes mb-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes mb-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes mb-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.mb-timeline-content {
  position: relative;
  margin-left: 60px;
}

.mb-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media only screen and (min-width: 800px) {
  .mb-timeline-content {
    margin-left: 80px;
    padding: 1.6em;
    width: 85%;
  }
  .mb-timeline-content::before {
    top: 24px;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .mb-timeline-block:nth-child(even) .mb-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cssanimations .mb-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .mb-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: mb-bounce2 0.6s;
    -moz-animation: mb-bounce2 0.6s;
    animation: mb-bounce2 0.6s;
  }
}

@media only screen and (min-width: 800px) {
 .cssanimations .mb-timeline-block:nth-child(even) .mb-timeline-content.bounce-in {
    -webkit-animation: mb-bounce2 0.6s;
    -moz-animation: mb-bounce2 0.6s;
    animation: mb-bounce2 0.6s;
  }
}

@-webkit-keyframes mb-bounce2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes mb-bounce2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes mb-bounce2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* map styles */
.dotted {
  opacity: 0.4;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.25em 1.6875em;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
}

.dotted-pink {
  background-image: -webkit-repeating-radial-gradient(center center, #ed6498, #ed6498 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, #ed6498, #ed6498 1px, transparent 1px, transparent 100%);
  background-size: 3px 3px;
}

.dotted-dark {
  background-image: -webkit-repeating-radial-gradient(center center, #222b30, #222b30 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, #222b30, #222b30 1px, transparent 1px, transparent 100%);
  background-size: 3px 3px;
}

nav.legend {
  position: absolute;
  background-color: #fff;
  margin-top: -75px;
}

nav.legend .label { width: 100px; }