#satellite {
  background: url(header.jpg) left top no-repeat;
  background-size: cover;
}
input[type=range] {
    display: inline-block!important;
    vertical-align: middle;
    height: 20px;
    padding: 0 2px;
    border:none;
    background: #3eab9f;
    min-width: 100px;
    cursor: pointer;
}

.round.round-big {
    border-radius: 10px;

}

input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 25px;
    width: 25px;
    border-radius: none;
    background: #2b8579;
    margin-top: -10px;
    margin-right: -5px;
}

input[type=range]::-webkit-slider-thumb::after {
  content: "\e646";
  font-family: 'icon';
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  color: rgba(251, 253, 255, 0.750);
  font-size: 18px;
  padding-top: 2px;
  padding-left: 3px;
 }

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #3eab9f;
}


input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    background: #3eab9f;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb  {
    border: none;
    height: 25px;
    width: 25px;
    border-radius: none;
    background: #2b8579;
    margin-top: -10px;
    margin-right: -5px;
}


/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: 0px;
}


input[type=range]:focus::-moz-range-track {
    background: #3eab9f;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;

    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;

    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #3eab9f;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #3eab9f;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 25px;
    width: 25px;
    border-radius: none;
    background: #2b8579;
    margin-top: -10px;
    margin-right: -5px;
  }

input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #3eab9f;
}



@media (max-width: 800px) {
  #mapbox-imagery .col5 {
    max-width: 200px;
    max-height: 200px;
  }
  #mapbox-imagery .col5,
  #mapbox-imagery .col7 {
    float: none;
    margin: 0 auto;
  }
  #mapbox-imagery .col7 {
    margin-top: 30px;
    width: 100%;
  }
}

iframe {
  margin-bottom: -10px;
}

#map-satellite {
  direction: 100%;
  height: 400px;
}

.landsat {
    background: url(landsat.jpg) no-repeat;
    background-size: cover;
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.satellite-circle {
    background: url(satellite.jpg) no-repeat;
    background-size: cover;
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}


.demo-satellite {
    background: url(pipeline.png) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
}

.range {
  position:absolute;
  width:100%;
  }
.leaflet-top .leaflet-control-zoom {
  top:20px;
  }

  #range {
    margin-top: -20px;
  }

  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #map-satellite,
    #range {
      display:none !important;
    }
  }

  /* nudges range over in FF */
  @-moz-document url-prefix() {
    #range {
      left: -11px;
    }
  }


@media (max-width: 640px) {
  #features .col4,
  #features .col5,
  #features .col6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col3 img,
  .col4 img,
  .col5 img {
    max-width: 200px;
    margin: 10px auto 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;
}


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

blockquote h2 {
  font-size: 24px;
  line-height: 36px;
  font-family: 'Open Sans', sans-serif;
}

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

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

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

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: -30px;
    height: 35px;
}

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

#pricing .prose h3.show-mobile {
  display: none;
}
#pricing .prose h3.hide-mobile {
  margin-bottom: 0px;
}

.dronedeploy {
  background: url(dronedeploy.jpg) no-repeat;
  background-size: cover;
}

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

  .dronedeploy .col10 {
    width: 80%;
  }

  #pricing .col4 {
    width: 33.3333%;
  }
  #pricing h3 {
    font-size: 11px;
    padding-top: 0px;
  }
}



.cd-nav-trigger {
  display: none;
}

#cd-vertical-nav {
  position: fixed;
  left: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
#cd-vertical-nav li {
  text-align: left;
}
 #cd-vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
#cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
 #cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}
#cd-vertical-nav a.is-selected .cd-dot {
    -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
 #cd-vertical-nav .cd-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 8px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#cd-vertical-nav .cd-label {
    background-color: white;
    border-radius: 49px;
    position: relative;
    margin-right: 10px;
    padding: 7px 10px 6px 10px;
    color: #f67e64;
    font-size: 11px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    margin-top: -1px;
    margin-left: 13px;
}


@media only screen and (max-width: 1350px){
  #cd-vertical-nav .cd-label {
    display: none;
  }
  #cd-vertical-nav li {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

}