/* RESTING WATERS OVERRIDES */

a.deco {
  border-bottom: 1px solid #dddde0;
  box-shadow: 0px -4px 0px #dddde0 inset;
}

.make-update {
  background: #eaf902;
}

.navbar-transparent .nav li > a {
  text-shadow: 1px 1px 3px #666;
}

.navbar-transparent .nav .dropdown-menu li > a {
  text-shadow: none;
}

/*
#map-section {
    margin-top: 100px;
}
*/

#map-section {
  max-height: 400px;
}

.white-popup-block {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

#contact_submit {
  padding: 8px 37px;
  text-transform: uppercase;
  border: 1px solid rgb(178, 178, 178);
  border-radius: 2px;
  background: #ffffff;
  font-family: "Inconsolata", sans-serif;
  font-size: 11px;
  color: #666;
}

#contact_submit:hover {
  background: #b2b2b2;
  color: #fff;
}

.boltform label {
  display: none;
}

.boltform .form-control {
  margin-bottom: 20px;
}

.module-contact {
  padding-top: 60px;
  padding-bottom: 40px;
}

/* // Animations */
@-webkit-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@-moz-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

/*
// Mouse & Message Styles

// The Scroll Link
*/
.mouse-scroll {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  margin-top: 10%;
  text-decoration: none;
  overflow: hidden;
}
/*   // The Mouse */
.mouse {
  position: relative;
  display: block;
  width: 46px;
  height: 73px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 23px;
}
/*     // Scroll Indicator */
.mouse-movement {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: scroll-ani 4s linear infinite;
  -moz-animation: scroll-ani 4s linear infinite;
  animation: scroll-ani 4s linear infinite;
}

/*   // The Scroll Message */
.mouse-message {
  float: left;
  margin: -200px 0 0 7px;
  padding: 0;
  -webkit-animation: scroll-ani 4s linear infinite;
  -moz-animation: scroll-ani 4s linear infinite;
  animation: scroll-ani 4s linear infinite;
}

/*   // shown on Hover of The Mouse */
&:hover {
  .mouse-message {
    margin-top: 0;
  }
}

/* -------------------------------------------------------------------
Responsive Media Queries
------------------------------------------------------------------- */

@media (min-width: 768px) {
  .navbar-transparent .navbar-brand {
    color: transparent;
  }
}

@media (max-width: 767px) {
  .navbar-transparent .nav li > a {
    text-shadow: none;
  }
}
