#platform {
  background-color: #495D77;
}
#platform .limiter {
  height: 780px;
}
.stats-container {
  display: table;
  text-align: center;
}
.column {
  display: table-cell;
}
.row-title, 
.row-number {
  display: table-row;
}
.feature-list {
  margin-left: 24px;
}
.list-item:before {
      font-family: 'icon';
      font-size: 1.3em;
      content: '\e61d';
    color: rgba(0,0,0,0.3);
    border-radius: 50%;
    margin-left: -30px;
    padding: 0px 5px;

}
.security-list .col4 {
  box-shadow: -19px 0px 0px -18px rgba(225,225,225,0.25);
}
.security-list img {
    max-width: 110%;
    margin-top: -140px;
}

.list-item {
  padding-bottom: 4px;
 /* font-size: 0.9em;*/

}

 .bullet-list p, .bullet-list h3 {
  padding-left: 60px;
}
.bullet-list li {
  padding-bottom: 30px;
}
.bullet-list  span.icon.check {
  margin-top: 4px;
}

#map-datacenters { background: #495D77; height: auto;}

#map-datacenters .datacenter-marker {
  cursor: pointer;
  pointer-events: auto;
  z-index: 10;
  background: rgba(225,225,225,0.6);
  border-radius: 50%;
}

#map-datacenters .datacenter-marker:hover { background: #8689ca;}
#map-datacenters.leaflet-container { 
  height: 900px;
  margin-top: -250px;
}
#map-datacenters .leaflet-popup { z-index: 10; }
#map-datacenters .leaflet-popup h6 { margin-bottom: 0;}
#map-datacenters .leaflet-popup-content {
  margin: 0;
  width: 140px;
  padding: 10px;
  text-align: center;
}


#intro .img-col img {
    position: absolute;
    top: 50%;
    margin-top: -33%;
}

@media only screen and (max-width: 640px){
  .bullet-list span.col11 {
    width: 80%;
  }
  #platform .limiter {
    height: 410px;
  }
  .splash {
    padding-top: 60px;
    max-height: 510px;
  } 
  .img-col {
    position: relative;
  }
  .img-col img, #intro .img-col img  {
    position: relative;
    margin-top: 0;
    top: 0px;
    width: 60%;
    margin-left: 20%;
    margin-right:20%;
  }
  .bullet-list div.keyline-bottom {
    border-bottom: none;
  }
}



.leaflet-bottom.leaflet-right {
    display: none;
}


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

#mb-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 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;
  }
  #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: 4em 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 #F8F8F8;
}

@media only screen and (min-width: 800px) {
  .mb-timeline-content {
    margin-left: 80px;
    padding: 40px;
    width: 85%;
  }
  .mb-timeline-content::before {
    top: 24px;
    right: 100%;
    border-color: transparent;
    border-right-color: #F8F8F8;
  }
  .mb-timeline-block:nth-child(even) .mb-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #F8F8F8;
  }
  .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);
  }
}