/* line 4, ../sass/grayscale.scss */
body {
  width: 100%;
  height: 100%;
  font-family: "Lora","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: white;
  background-color: black;
}

/* line 12, ../sass/grayscale.scss */
.main-logo {
  margin: auto;
}

/* line 16, ../sass/grayscale.scss */
.client-logo {
  padding: 10px;
}

/* line 20, ../sass/grayscale.scss */
html {
  width: 100%;
  height: 100%;
}

/* line 25, ../sass/grayscale.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

/* line 38, ../sass/grayscale.scss */
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  /* line 38, ../sass/grayscale.scss */
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}

/* line 49, ../sass/grayscale.scss */
a {
  color: #42DCA3;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
/* line 54, ../sass/grayscale.scss */
a:hover, a:focus {
  text-decoration: none;
  color: #1d9b6c;
}

/* line 61, ../sass/grayscale.scss */
.light {
  font-weight: 400;
}

/* line 65, ../sass/grayscale.scss */
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: black;
}
/* line 71, ../sass/grayscale.scss */
.navbar-custom .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: white;
}
/* line 75, ../sass/grayscale.scss */
.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:active {
  outline: none;
}
/* line 80, ../sass/grayscale.scss */
.navbar-custom .nav-logo {
  display: block;
  margin: auto;
  float: left;
  padding: 0px 4px 2px 0px;
}
/* line 86, ../sass/grayscale.scss */
.navbar-custom .navbar-brand {
  font-weight: 700;
}
/* line 88, ../sass/grayscale.scss */
.navbar-custom .navbar-brand:focus {
  outline: none;
}
/* line 92, ../sass/grayscale.scss */
.navbar-custom a {
  color: white;
}
/* line 97, ../sass/grayscale.scss */
.navbar-custom .nav li a {
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
/* line 101, ../sass/grayscale.scss */
.navbar-custom .nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  background-color: transparent;
}
/* line 106, ../sass/grayscale.scss */
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
/* line 112, ../sass/grayscale.scss */
.navbar-custom .nav li.active {
  outline: none;
}
/* line 114, ../sass/grayscale.scss */
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 116, ../sass/grayscale.scss */
.navbar-custom .nav li.active a:hover {
  color: white;
}
@media (min-width: 768px) {
  /* line 65, ../sass/grayscale.scss */
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
  }
  /* line 131, ../sass/grayscale.scss */
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

/* line 139, ../sass/grayscale.scss */
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
/* line 152, ../sass/grayscale.scss */
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
/* line 155, ../sass/grayscale.scss */
.intro .intro-body .brand-heading {
  font-size: 40px;
}
/* line 158, ../sass/grayscale.scss */
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  /* line 139, ../sass/grayscale.scss */
  .intro {
    height: 100%;
    padding: 0;
  }
  /* line 166, ../sass/grayscale.scss */
  .intro .intro-body .brand-heading {
    font-size: 65px;
  }
  /* line 169, ../sass/grayscale.scss */
  .intro .intro-body .intro-text {
    font-size: 22px;
  }
}

/* line 176, ../sass/grayscale.scss */
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
/* line 189, ../sass/grayscale.scss */
.btn-circle:hover, .btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
/* line 195, ../sass/grayscale.scss */
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
/* line 202, ../sass/grayscale.scss */
.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 {
  from {
    -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 {
  from {
    -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);
  }
}
/* line 249, ../sass/grayscale.scss */
.content-section {
  padding-top: 100px;
}

/* line 253, ../sass/grayscale.scss */
.download-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/* line 265, ../sass/grayscale.scss */
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}

@media (min-width: 767px) {
  /* line 272, ../sass/grayscale.scss */
  .content-section {
    padding-top: 250px;
  }

  /* line 276, ../sass/grayscale.scss */
  .download-section {
    padding: 100px 0;
  }

  /* line 280, ../sass/grayscale.scss */
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
/* line 286, ../sass/grayscale.scss */
.btn {
  text-transform: uppercase;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0;
}

/* line 296, ../sass/grayscale.scss */
.btn-default {
  border: 1px solid #42DCA3;
  color: #42DCA3;
  background-color: transparent;
}
/* line 300, ../sass/grayscale.scss */
.btn-default:hover, .btn-default:focus {
  border: 1px solid #42DCA3;
  outline: none;
  color: black;
  background-color: #42DCA3;
}

/* line 309, ../sass/grayscale.scss */
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  /* line 309, ../sass/grayscale.scss */
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  /* line 315, ../sass/grayscale.scss */
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  /* line 319, ../sass/grayscale.scss */
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

/* line 326, ../sass/grayscale.scss */
footer {
  padding: 50px 0;
}
/* line 328, ../sass/grayscale.scss */
footer p {
  margin: 0;
}

/* line 333, ../sass/grayscale.scss */
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}

/* line 339, ../sass/grayscale.scss */
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}

/* line 345, ../sass/grayscale.scss */
img::selection {
  background: transparent;
}

/* line 349, ../sass/grayscale.scss */
img::-moz-selection {
  background: transparent;
}

/* line 353, ../sass/grayscale.scss */
body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

/* line 357, ../sass/grayscale.scss */
.modal-header {
  text-shadow: none;
  background: #fcfcfc;
  color: #000;
}

/* line 363, ../sass/grayscale.scss */
.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
  width: 100%;
  color: #000;
}

/* line 370, ../sass/grayscale.scss */
.modal-body .form-horizontal .control-label {
  text-align: left;
  color: #000;
}

/* line 374, ../sass/grayscale.scss */
.modal-body .form-horizontal .col-sm-offset-2 {
  margin-left: 15px;
}
