@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes growdetailtop {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 174px;
  }
}
@keyframes growdetailtop {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 174px;
  }
}
@-webkit-keyframes growdetailtopphone {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 214px;
  }
}
@keyframes growdetailtopphone {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 214px;
  }
}
@-webkit-keyframes toolbargrow {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 54px;
  }
}
@keyframes toolbargrow {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 54px;
  }
}
@-webkit-keyframes splashspinner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes splashspinner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 4, gaia.scss */
html, body {
  font-family: 'Arimo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* line 10, gaia.scss */
#top-header-nav .navbar-header .logo {
  background: url("../img/logos_icons/gaia-gps_logo.588196605da7.png") left center no-repeat;
  width: 172px;
  height: 50px;
  background-size: 172px 50px;
  display: inline-block;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  z-index: 1;
  vertical-align: center;
}
/* line 21, gaia.scss */
#top-header-nav .navbar-header .logo span {
  margin-left: -1000px;
}

/* line 28, gaia.scss */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 47, gaia.scss */
input.button {
  height: 50px;
  font-size: 16px;
  border: 1px solid black;
  color: white;
  background-color: #323232;
  padding: 4px;
  cursor: pointer;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  -ms-border-radius: 4;
  border-radius: 4;
  padding-left: 40px;
  padding-right: 40px;
  margin: 10px 0;
}

/* line 61, gaia.scss */
input.button:hover {
  color: #1EBCE4;
}

/* line 65, gaia.scss */
.social-box {
  padding: 0 20px;
}

/* line 69, gaia.scss */
.social-box img {
  margin: 0 2px;
  filter: alpha(opacity=70);
  -moz-opacity: alpha;
  -khtml-opacity: alpha;
  opacity: alpha;
}

/* line 74, gaia.scss */
.social-box img:hover {
  filter: alpha(opacity=100);
  -moz-opacity: alpha;
  -khtml-opacity: alpha;
  opacity: alpha;
}

/* line 78, gaia.scss */
.tos {
  position: absolute;
  right: 20px;
  display: inline-block;
  text-align: right;
  bottom: 0;
}

/* Gallery page */
/* line 88, gaia.scss */
.base_gallery {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

/* line 97, gaia.scss */
.titletext {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}

/* line 112, gaia.scss */
.logo-big {
  background: url("../img/logos_icons/gaia-gps_logo_big.f7d0c464584b.png") left center no-repeat;
  width: 350px;
  height: 102px;
  background-size: 350px 102px;
}
