#telemetry-page {
  background: url(header.jpg) center top no-repeat;
  background-size: cover;
}

.center-y {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.features div::before, #telemetry ul li:before {
    font-family: 'icon';
    content: "\e61d";
    color: #ED6498;
    direction: block;
    position: absolute;
    top: 0px;
    left: -35px;
    width: 20px;
    height: 20px;
    font-size: 24px;
}

.features div  span:first-of-type, #telemetry ul li span:first-of-type {
display: inline;
    padding: 1px 0px 3px 0px;
    background-color: #ED6498;
    box-shadow: 9px 0 0 #ED6498,-7px 0 0 #ED6498;
    box-decoration-break: clone;
    color: white;
    margin-left: 5px;
    margin-right: 15px;
    border-radius: 4px;
}

.features div  span span, #telemetry ul li span span {
  display: none !important;
}

.footprint {
  position: relative;
  background: url(img/footprint.jpg) center center;
  background-size: cover;
  border-radius: 50%;
}

.footprint:before {
  content: "";
  display: block;
  padding-top: 100%;
}


#dashboard-video {
  margin-bottom: -5px;
}

#telemetry ul li span:first-of-type  {
    background-color: #39adcc;
    box-shadow: 6px 0 0 #39adcc,-7px 0 0 #39adcc;
    margin-right: 10px;
}

#telemetry ul li:before {
    color: #39adcc;
    margin-bottom: 15px;
}

#telemetry ul li {
    line-height: 27px;
}

.image-gallery {
  height: 100%;
  left: -80px;
}

.image-gallery div.col11 {
  height: 48.25%;
  margin-bottom: 2%;
}
.image-gallery div.col11:last-of-type {
  margin-bottom: 0px;
}


.telemetry-1 { background: url(img/1.jpg) no-repeat; background-size: cover; background-position: center center; height: 100%;}
.telemetry-2 { background: url(img/2.jpg) no-repeat; background-size: cover; background-position: center center; height: 100%;}
.telemetry-3 { background: url(img/3.png) no-repeat; background-size: cover; background-position: center center; height: 100%;}
.telemetry-4 { background: url(img/4.png) no-repeat; background-size: cover; background-position: center center; height: 100%;}

.device.device-browser .device-content {
    border-radius: 0 0 0px 0px;
    max-height: none;
}


#opt-out .mobile-iphone {
    background: url(img/opt-out.png) right top no-repeat;
    background-size: 100% auto;
    height: 560px;
    position: absolute;
    right: 0px;
    top: 10px;

 }

 #opt-out {
  overflow: hidden;

 }

 .pattern {
  background: url(pattern.svg);
 }





/*********  Quote *********/
blockquote {
    color: rgba(0,0,0,.5);
    padding: 0 0 0 30px;
    background: transparent;
    position: relative;
    margin: 20px 0px
}


blockquote .techcrunch-logo {
    left: -60px;
    position: relative;
    width: 200px;
    max-height: 60px;
    height: 60px;
    padding-bottom: 0;
}

.dark blockquote {
   color: white;
}

blockquote::after {
    content: '';
    position: absolute;
    width: 4px;
    left: -20px;
    bottom: 0;
    top: 35px;
    background-color: rgba(0,0,0,.1);
    border-radius: 10px;
}

.dark blockquote::after {
    background-color: rgba(255,255,255,.5);
}

blockquote::before {
    content: '\201C';
    padding-top: 15px;
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: rgba(0,0,0,.1);
    position: absolute;
    left: -40px;
    height: 35px;
}

.dark blockquote::before {
    color: rgba(255,255,255,.5);
}



/*********  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: 1000000;
    border-top: 0;
}


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

   #opt-out .mobile-iphone {
    width: 300px;
    top: 0px;
  }
}



 .button-container {
    margin:15px;
  }

  .terrain-hero { background-size: cover; }

  .terrain-header h2.fancy {
    max-width: none;
    position: absolute;
    top: 50%;
    margin-top: -60px;
  }

  .terrain-hero .underline {
    color: white;
    border-bottom: 4px solid white;
  }

  .terrain-hero a.underline { border-bottom-color: #63b6e5;}
  .terrain-hero a.underline:hover { color: #63b6e5;}

  .map-container,
  #map {
    height: 600px;
  }

  #next {
    z-index: 1000;
    background-color: rgba(0,0,0,0.25);
  }
  #next:active { background-color:#202c30; }

  #map .leaflet-right .leaflet-control-zoom.leaflet-control {
    margin: 0;
    top: 20px;
    right: 20px;
    border: 0;
    background-color: rgba(0,0,0,.2);
  }

  #map .leaflet-right .leaflet-control-zoom.leaflet-control a {
    width: 25px;
    height: 30px;
    border-bottom-color: rgba(0,0,0,.2);
  }

  #map .leaflet-bar.leaflet-control-zoom .leaflet-control-zoom-in  { background-position: 0 2px; }
  #map .leaflet-bar.leaflet-control-zoom .leaflet-control-zoom-out { background-position: 0 -24px; }

  .leaflet-container.dark .map-info-container { background: rgba(0,0,0,.75);}

  .leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-form input {
    background: rgba(0,0,0,0.9);
  }

  @media only screen and (max-width:965px) {
   .sticky-nav {
      display: none;
   }
  }
  @media only screen and (max-width:640px) {
    .map-container,
    #map { height: 400px;
    }
    .terrain-header {
      height: 400px;
      padding-bottom: 0;
    }
    .terrain-header h2.fancy {
      margin-top: -30px;
    }
    #footprint .col3 {
      width: 60%;
      margin-left: 20%;
      margin-right: 20%;
      margin-bottom: 20px;
    }
  }

