/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  width: 100%;
  height: 100%;
  font-family: 'latolight', helvetica, arial, verdana, sans-serif;
  color: #404247;
  background-color: #E2E8ED;
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

#pricing, #quickstart{
width: 100%;
overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  font-family: 'latolight', helvetica, arial, verdana, sans-serif;
  font-weight: 300;
}

strong{
color: #6df687;
}

h2{
margin-top: 3em;
margin-bottom: 0.5em;
}

h3{
margin-bottom: 0.5em;
margin-top: 1em;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}
a {
  color: #24C7ED;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #5CE1F7;
}

.navbar-custom {
  margin-bottom: 0;
  font-family: 'latolight', helvetica, arial, verdana, sans-serif;
  background-color: #404247;
}
.navbar-custom .navbar-toggle {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  width: 50px;
  margin-right: 20px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 300;
  color: #24C7ED;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  padding-top: 25px;
  padding-bottom: 25px;
}
.navbar-custom .nav li a:hover {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: #303237;
}
.navbar-custom .nav li.active a:hover {
  color: white;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: #404247;
  }
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: #303237 url(img/nest.svg) no-repeat bottom center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .btn.download{
margin: 20px;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
  font-family: 'latohairline';
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
    margin-bottom: 10px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  font-size: 40px;
  color: #5a6270;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

#about{
padding-bottom: 30px;
}
.content-section {
  text-align: left;
}
.pricing-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: #404247 url(img/background.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.pricing-section svg{
display: inline-block;
width: 50px;
margin-top: 50px;
}

.pricing-section h1{
margin-bottom: 0.4em;
}

.pricing-section h1 span{
font-size: 0.6em;
}

#quickstart, #download{
background: #202227;
padding: 70px 0;
color: white;
}

#download{
    padding: 120px 0 240px 0;
}

#quickstart img{
width: 100%;
margin-bottom: 20px;
}

#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 100px;
  }
  .pricing-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  font-family: 'latolight', Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  border-radius: 5em;
  margin: 0 0.5em;
}
.btn-default {
  border: 1px solid #24C7ED;
  color: #24C7ED;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #fff;
  outline: none;
  color: #24C7ED;
  background-color: #fff;
}
ul.banner-social-buttons {
  margin-top: 0;
}

#download .slider.slider-horizontal{
    width: 100%;
    margin-bottom: 20px;
}

#download-links{
    display: none;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
  .nestcol svg{
  	width: 45% !important;
  	margin-right: 4%;
  }
  .navbar-custom {
    padding: 0 0 10px 0;
  }
  
  .navbar-custom .navbar-toggle {
  	margin-top: 15px;
  }
  
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
  
}
footer {
  padding: 50px 0;
}
footer p {
  margin: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

.nestcol svg,
#nestsvg
{
width: 100%;
margin-top: 20px;
}

#nestsvg{
margin-top: 90px;
}

#nestsvg *,
.nestcol svg *{
fill: none !important;
stroke: #404247 !important;
stroke-width: 1px !important;
vector-effect: non-scaling-stroke !important;
}

#nestsvg g{
transition: transform 1s;
}

#nestsvg.default g{
transform: none !important;
}

#nestsvg line.merged{
stroke-dasharray: 150;
stroke-dashoffset: 150;
}

#nestsvg.active line.merged{
animation: dash 1s linear forwards;
stroke: #A4F2FF !important;
stroke-width: 3px !important;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
    fill: #f00 !important;
  }
}
