
body {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #241b37;
    background-image: url("../images/space-bg.jpg");
    background-origin: padding-box;
    background-position: center top;
    background-repeat: repeat-x;
    background-size: auto auto;
    color: #e0dcd3;
    text-shadow: 1px 1px 0 #0c0935;
}

.wrapper {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/space.jpg");
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto auto;
    min-height: 1200px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.theme-sepia .wrapper {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/sepia-space.jpg");
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.container {
    height: 100%;
    overflow-x: visible;
    overflow-y: visible;
    padding-top: 80px;
    position: relative;
    z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}
h3 {
    text-align: center;
}
p {
    font-weight: 700;
    text-align: center;
}
.brand {
    margin-bottom: 30px;
}
.hero-unit {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 20px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.countdown-unit {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/countdown.png");
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 87px;
    list-style-type: none;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 33px;
    width: 380px;
}
.theme-sepia .countdown-unit {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/sepia-countdown.png");
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.countdown-unit li {
    color: #875d39;
    float: left;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px 0 #dab482;
    text-transform: ;
    width: 25%;
}
.theme-sepia .countdown-unit li {
    color: #221c1a;
    text-shadow: 1px 1px 0 #ede9e3;
}
.countdown-unit li span {
    font-size: 50px;
}
.countdown-unit li p {
    color: #755131;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 7px;
}
.theme-sepia .countdown-unit li p {
    color: #221c1a;
    text-shadow: 1px 1px 0 #ede9e3;
}
.signup {
    height: 120px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    perspective: 1000px;
    position: relative;
    width: 250px;
    z-index: 1;
}
.signup .signup-inner {
    height: 100%;
    transform-style: preserve-3d;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
    width: 100%;
}
.signup.signup-active .signup-inner {
    transform: rotateX(180deg);
}
.signup form, .signup .response {
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.signup form {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/signup.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    z-index: 1;
}
.theme-sepia .signup form {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/sepia-signup.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.signup .response {
    transform: rotateX(180deg);
    z-index: -1;
}
.signup.signup-success .response {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/signup-success.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.signup.signup-success .response p {
    color: #30450f;
    text-shadow: 1px 1px 0 #708234;
}
.signup.signup-error .response {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/signup-error.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.signup.signup-error .response p {
    color: #71170f;
    text-shadow: 1px 1px 0 #ab4136;
}
.signup input, .signup p {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    color: #875d39;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 20px;
    text-align: left;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 0 #dab482;
    text-transform:lowercase;
    width: 140px;
}
.signup input:-moz-placeholder, .signup p:-moz-placeholder {
    color: #875d39;
}
.theme-sepia .signup input, .theme-sepia .signup p {
    color: #221c1a;
    text-shadow: 1px 1px 0 #ede9e3;
}
.theme-sepia .signup input:-moz-placeholder, .theme-sepia .signup p:-moz-placeholder {
    color: #221c1a;
}
.signup input:focus, .signup input:focus:invalid:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    box-shadow: none;
    color: #875d39;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
}
.signup button.btn, .signup input.btn[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    box-shadow: none;
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-indent: -9999em;
    width: 140px;
}
.signup p {
    text-align: center;
}
.list-social {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
}
.list-social li {
    display: inline-block;
    height: 72px;
    position: relative;
    text-indent: -9000em;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
    width: 72px;
}
.list-social li.link-facebook {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/facebook-icon.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.list-social li.link-twitter {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/twitter-icon.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.list-social li.link-google {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/google-icon.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.list-social li.link-linkedin {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/linkedin-icon.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.list-social li.link-pinterest {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/pinterest-icon.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.list-social li:hover {
    top: -5px;
}
.list-social li a {
    display: block;
    height: 100%;
    width: 100%;
}
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5 {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.bg-1 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/stars-rear.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto auto;
}
.bg-2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/stars.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto auto;
}
.bg-3 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/stars-front.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto auto;
}
.bg-4 {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 3s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-timing-function: ease-out;
    background-image: radial-gradient(50% 50%, rgba(246, 232, 202, 0.8) 0px, transparent 150px, transparent 200px);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    bottom: auto;
    height: 300px;
    left: 50%;
    margin-left: -334px;
    right: auto;
    top: 220px;
    width: 300px;
}
.theme-sepia .bg-4 {
    background-image: radial-gradient(50% 50%, rgba(243, 233, 222, 0.7) 0px, transparent 150px, transparent 200px);
}
.bg-5 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/rocket.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    bottom: auto;
    height: 500px;
    left: 50%;
    margin-left: -600px;
    right: auto;
    top: 120px;
    width: 700px;
}
.theme-sepia .bg-5 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/sepia-rocket.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.slabtexted .slabtext {
    display: inline-block;
    white-space: nowrap;
}
.ie8 .slabtexted .slabtext {
    display: inline;
    font-size: 48px;
    line-height: 1.2em;
    white-space: normal;
}
.slabtextinactive .slabtext {
    display: inline;
    font-size: 1em !important;
    letter-spacing: inherit !important;
    white-space: normal;
    word-spacing: inherit !important;
}
.slabtextdone .slabtext {
    display: block;
    line-height: 1.15;
}
.slabtextdone .slablined {
    position: relative;
}
.slabtextdone .slablined:before, .slabtextdone .slablined:after {
    background-color: #ebd9b3;
    content: "";
    height: 1px;
    left: 0;
    margin-bottom: 0;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0;
    position: absolute;
    width: 80%;
}
.slabtextdone .slablined:before {
    top: -3px;
}
.slabtextdone .slablined:after {
    bottom: 4px;
}
.subtext {
    border-top-color: #ebd9b3;
    border-top-style: solid;
    border-top-width: 1px;
    margin-top: 0;
    padding-top: 4px;
}
.theme-sepia .subtext {
    border-bottom-color: #221c1a;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #221c1a;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #221c1a;
    border-top-color: #221c1a;
}
.ie8 .subtext {
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    padding-top: 0;
}
@media (max-width: 767px) {
body {
    padding-left: 0;
    padding-right: 0;
}
.container {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
}
.brand {
    text-align: center;
}
.row-fluid .tonooffeset:first-child {
    margin-left: 0;
}
}
@media (max-width: 480px) {
.container {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.brand img {
    max-width: 50%;
}
.hero-unit {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
}
h2 {
    font-size: 21px;
    line-height: 33px;
}
.subtext {
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
}
.countdown-unit, .theme-sepia .countdown-unit {
    background-size: 100% auto;
    margin-bottom: 0;
    max-width: 300px;
    padding-bottom: 7%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 7%;
    width: 100%;
}
.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%;
}
}
@media (min-width: 1600px) {
body:after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/astronaut.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    bottom: 0;
    color: #f7f7f6;
    content: "floating in a tin can";
    display: block;
    font-family: "Comic Sans MS";
    font-size: 14px;
    height: 260px;
    line-height: 18px;
    padding-left: 58px;
    padding-right: 42px;
    padding-top: 25px;
    position: fixed;
    right: 0;
    text-align: center;
    text-shadow: 1px 1px 0 #484745;
    text-transform:;
    width: 80px;
}
.theme-sepia:after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/sepia-astronaut.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #221c1a;
}
}
@keyframes pulse {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}

90

}



.theme-sepia .countdown-unit li p {

93

     color: #221c1a;

94

     text-shadow: 1px 1px 0px #ede9e3;

95

}



.signup {

98

     height: 120px;

99

     margin: 50px auto;

100

     perspective: 1000px;

101

     position: relative;

102

     width: 250px;

103

     z-index: 1;

104

}

105

 

106

.signup .signup-inner {

107

     height: 100%;

108

     transform-style: preserve-3d;

109

     transition: all 0.5s ease 0s;

110

     width: 100%;

111

}

112

 

113

.signup.signup-active .signup-inner {

114

     transform: rotateX(180deg);

115

}

116

 

117

.signup form, .signup .response {

118

     backface-visibility: hidden;

119

     height: 100%;

120

     left: 0px;

121

     margin: 0px;

122

     padding: 0px;

123

     position: absolute;

124

     top: 0px;

125

     width: 100%;

126

}

127

 

128

.signup form {

129

     background: url("../images/signup.png") no-repeat scroll center center transparent;

130

     z-index: 1;

131

}

132

 

133

.theme-sepia .signup form {

134

     background: url("../images/sepia-signup.png") no-repeat scroll center center transparent;

135

}

136

 

137

.signup .response {

138

     transform: rotateX(180deg);

139

     z-index: -1;

140

}

141

 

142

.signup.signup-success .response {

143

     background: url("../images/signup-success.png") no-repeat scroll center center transparent;

144

}

145

 

146

.signup.signup-success .response p {

147

     color: #30450f;

148

     text-shadow: 1px 1px 0px #708234;

149

}

150

 

151

.signup.signup-error .response {

152

     background: url("../images/signup-error.png") no-repeat scroll center center transparent;

153

}

154

 

155

.signup.signup-error .response p {

156

     color: #71170f;

157

     text-shadow: 1px 1px 0px #ab4136;

158

}

159

 

160

.signup input, .signup p {

161

     background: none repeat scroll 0% 0% transparent;

162

     border: 0px none;

163

     color: #875d39;

164

     display: block;

165

     font-size: 16px;

