.navbar .container {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
}

.navbar .brand {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}

/* top nav */


.overlay-nav .btn {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0376DA;
	background-image: none;
	border-color: #0376DA;
}

.overlay-nav .navbar-inner {
	border: none;
	background: rgba(77, 77, 77, 0.3);
}

.overlay-nav .nav > li > a {
	font-family: "bazarmedium", sans-serif;
	color: #fff;
	text-shadow: none;
	padding: 10px 20px 5px 20px;
	margin-top:  5px;;
}

.overlay-nav .nav > li > a:focus,
.overlay-nav .nav > li > a:hover {
  color: #ddd;
}

.overlay-nav .nav > li > a:focus.btn,
.overlay-nav .nav > li > a:hover.btn {
  text-decoration: none;
  background-color: #3B9AED;
}



#footer .navbar-inner {
	min-height: 20px;
}

.carousel-caption {
	font-size: 10pt;
}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}

b {
  *text-decoration: underline;
}


/*
 * Caelus - ver 1.1
 *
 * http://wiki.envato.com/support/legal-terms/licensing-terms/
 *
 * (c) 2013 Oxygenna.com
 *
 */
/* GENERAL LAYOUT RULES */
/* -------------------- */
body {
  background: #241b37 url(/assets/img/space-bg.jpg) top center repeat-x;
  color: #ebd9b3;
  text-shadow: 1px 1px 0px #0c0935;
}
body.theme-sepia {
  color: #221c1a;
  text-shadow: 1px 1px 0px #c4b8a6;
  background: #b0a087 url(/assets/img/sepia-space-bg.jpg) top center repeat-x;
}

.wrapper {
  background: url(/assets/img/space.jpg) top center no-repeat;
  overflow: hidden;
  padding-bottom: 50px; /* MARK: So footer overlay has space */
}
.theme-sepia .wrapper {
  background: url(/assets/img/sepia-space.jpg) top center no-repeat;
}

.container {
  position: relative;
  overflow: visible;
  padding-top: 80px;
  z-index: 1;
  height: 100%;
}

/* GENERAL CONTENT */
/* --------------- */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

h3 {
  text-align: center;
}

p {
  *font-weight: 700;
  *font-size: 16px;
  *text-align: center;
}

.brand {
  margin-bottom: 30px;
}

.hero-unit {
  *padding: 0 0 40px;
  padding: 0 0 20px;
  margin-bottom: 20px;
  background: none;
}

/* COUNTDOWN TIMER */
/* --------------- */
.countdown-unit {
  list-style-type: none;
  width: 380px;
  height: 87px;
  margin: 0 auto 50px;
  padding: 33px 10px 0;
  background: url(/assets/img/countdown.png) no-repeat top;
}
.theme-sepia .countdown-unit {
  background: url(/assets/img/sepia-countdown.png) no-repeat top;
}
.countdown-unit li {
  float: left;
  width: 25%;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #875d39;
  text-shadow: 1px 1px 0px #dab482;
  text-transform: uppercase;
}
.theme-sepia .countdown-unit li {
  color: #221c1a;
  text-shadow: 1px 1px 0px #ede9e3;
}
.countdown-unit li span {
  font-size: 50px;
}
.countdown-unit li p {
  margin: 7px 0 0 0;
  color: #755131;
}
.theme-sepia .countdown-unit li p {
  color: #221c1a;
  text-shadow: 1px 1px 0px #ede9e3;
}

/* SIGNUP FORM */
/* ----------- */
.signup {
  width: 250px;
  height: 120px;
  margin: 50px auto;
  position: relative;
  z-index: 1;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}
.signup .signup-inner {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.signup.signup-active .signup-inner {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.signup form, .signup .response {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.signup form {
  background: url(/assets/img/signup.png) no-repeat center;
  z-index: 1;
}
.theme-sepia .signup form {
  background: url(/assets/img/sepia-signup.png) no-repeat center;
}
.signup .response {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  z-index: -1;
}
.signup.signup-success .response {
  background: url(/assets/img/signup-success.png) no-repeat center;
}
.signup.signup-success .response p {
  color: #30450f;
  text-shadow: 1px 1px 0px #708234;
}
.signup.signup-error .response {
  background: url(/assets/img/signup-error.png) no-repeat center;
}
.signup.signup-error .response p {
  color: #71170f;
  text-shadow: 1px 1px 0px #ab4136;
}
.signup input, .signup p {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 700;
  color: #875d39;
  text-align: left;
  text-shadow: 1px 1px 0px #dab482;
  text-transform: uppercase;
  display: block;
  background: none;
  border: 0 none;
  margin: 0 auto;
  width: 140px;
  padding-top: 20px;
}
.signup input:-moz-placeholder, .signup p:-moz-placeholder {
  color: #875d39;
}
.signup input:-ms-input-placeholder, .signup p:-ms-input-placeholder {
  color: #875d39;
}
.signup input::-webkit-input-placeholder, .signup p::-webkit-input-placeholder {
  color: #875d39;
}
.theme-sepia .signup input, .theme-sepia .signup p {
  color: #221c1a;
  text-shadow: 1px 1px 0px #ede9e3;
}
.theme-sepia .signup input:-moz-placeholder, .theme-sepia .signup p:-moz-placeholder {
  color: #221c1a;
}
.theme-sepia .signup input:-ms-input-placeholder, .theme-sepia .signup p:-ms-input-placeholder {
  color: #221c1a;
}
.theme-sepia .signup input::-webkit-input-placeholder, .theme-sepia .signup p::-webkit-input-placeholder {
  color: #221c1a;
}
.signup input:focus, .signup input:focus:invalid:focus {
  color: #875d39;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0 none;
  outline: none;
}
.signup button.btn, .signup input[type="submit"].btn {
  display: block;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 10px auto 0;
  text-indent: -9999em;
  width: 140px;
  padding: 10px;
}
.signup p {
  text-align: center;
}

/* SOCIAL LINKS */
/* ------------ */
.list-social {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-bottom: 50px;
  text-align: center;
}
.list-social li {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
  text-indent: -9000em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.list-social li.link-facebook {
  background: url(/assets/img/facebook-icon.png) no-repeat;
}
.list-social li.link-twitter {
  background: url(/assets/img/twitter-icon.png) no-repeat;
}
.list-social li.link-google {
  background: url(/assets/img/google-icon.png) no-repeat;
}
.list-social li.link-linkedin {
  background: url(/assets/img/linkedin-icon.png) no-repeat;
}
.list-social li.link-pinterest {
  background: url(/assets/img/pinterest-icon.png) no-repeat;
}
.list-social li:hover {
  top: -5px;
}
.list-social li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* SPACE BACKGROUNDS */
/* ----------------- */
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-1 {
  background: url(/assets/img/stars-rear.png) 0 0 repeat-x;
}

.bg-2 {
  background: url(/assets/img/stars.png) 0 0 repeat-x;
}

.bg-3 {
  background: url(/assets/img/stars-front.png) 0 0 repeat-x;
}

.bg-4 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  top: 220px;
  bottom: auto;
  left: 50%;
  right: auto;
  margin-left: -334px;
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 200, color-stop(0%, rgba(246, 232, 202, 0.8)), color-stop(75%, transparent), color-stop(100%, transparent));
  background-image: -webkit-radial-gradient(50% 50%, rgba(246, 232, 202, 0.8) 0px, transparent 150px, transparent 200px);
  background-image: -moz-radial-gradient(50% 50%, rgba(246, 232, 202, 0.8) 0px, transparent 150px, transparent 200px);
  background-image: -o-radial-gradient(50% 50%, rgba(246, 232, 202, 0.8) 0px, transparent 150px, transparent 200px);
  background-image: radial-gradient(50% 50%, rgba(246, 232, 202, 0.8) 0px, transparent 150px, transparent 200px);
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.theme-sepia .bg-4 {
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 200, color-stop(0%, rgba(243, 233, 222, 0.7)), color-stop(75%, transparent), color-stop(100%, transparent));
  background-image: -webkit-radial-gradient(50% 50%, rgba(243, 233, 222, 0.7) 0px, transparent 150px, transparent 200px);
  background-image: -moz-radial-gradient(50% 50%, rgba(243, 233, 222, 0.7) 0px, transparent 150px, transparent 200px);
  background-image: -o-radial-gradient(50% 50%, rgba(243, 233, 222, 0.7) 0px, transparent 150px, transparent 200px);
  background-image: radial-gradient(50% 50%, rgba(243, 233, 222, 0.7) 0px, transparent 150px, transparent 200px);
}

.bg-5 {
  width: 700px;
  height: 500px;
  top: 120px;
  bottom: auto;
  left: 50%;
  right: auto;
  margin-left: -600px;
  background: url(/assets/img/rocket.png);
}
.theme-sepia .bg-5 {
  background: url(/assets//img/sepia-rocket.png);
}

/* SLABTEXT */
/* -------- */
.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap;
}
.ie8 .slabtexted .slabtext {
  white-space: normal;
  font-size: 48px;
  line-height: 1.2em;
  display: inline;
}

.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  *letter-spacing: 0 !important;
  *word-spacing: 0 !important;
}

.slabtextdone .slabtext {
  display: block;
  line-height: 1.15;
}

.slabtextdone .slablined {
  position: relative;
}
.slabtextdone .slablined:before, .slabtextdone .slablined:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 80%;
  background-color: #ebd9b3;
  margin: 0 10%;
  left: 0;
}
.slabtextdone .slablined:before {
  top: -3px;
}
.slabtextdone .slablined:after {
  bottom: 4px;
}

.subtext {
  padding-top: 4px;
  margin-top: 0px;
  border-top: 1px solid #ebd9b3;
}
.theme-sepia .subtext {
  border-color: #221c1a;
}
.ie8 .subtext {
  padding-top: 0;
  border-top: 0;
}

/* MEDIA QUERIES */
/* --------------*/
/* up to tablets */
@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding: 40px;
  }

  .brand {
    text-align: center;
  }

  .row-fluid .tonooffeset:first-child {
    margin-left: 0;
  }
}
/* up to landscape phone */
@media (max-width: 480px) {
  .container {
    padding: 20px;
  }

  .brand img {
    max-width: 50%;
  }

  .hero-unit {
    padding: 0;
    text-align: center;
  }

  h2 {
    font-size: 21px;
    line-height: 33px;
  }

  .subtext {
    border-top: 0 none;
  }

  .countdown-unit, .theme-sepia .countdown-unit {
    width: 100%;
    max-width: 300px;
    background-size: 100% auto;
    margin-bottom: 0;
    padding: 7% 2%;
  }
  .countdown-unit li, .theme-sepia .countdown-unit li {
    font-size: 13px;
  }
  .countdown-unit li span, .theme-sepia .countdown-unit li span {
    font-size: 30px;
  }
  .countdown-unit li p, .theme-sepia .countdown-unit li p {
    margin-top: 2%;
  }
}
/* Really big screens */
@media (min-width: 1600px) {
  body:after {
    display: block;
    font-family: "Comic Sans MS";
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #875d39;
    text-shadow: 1px 1px 0px #dab482;
    content: 'wow! thats a big sreen';
    padding-left: 58px;
    padding-right: 42px;
    padding-top: 20px;
    width: 80px;
    height: 260px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: url(/assets/img/astronaut.png) no-repeat;
  }

  .theme-sepia:after {
    color: #221c1a;
    background: url(/assets/img/sepia-astronaut.png) no-repeat;
  }
}
/* CSS3 ANIMATIONS */
/* --------------- */
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
