﻿/* 
	=============================================================================
	RESET STYLES
	=============================================================================
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  
  overflow-y: scroll;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
a abbr {
  border-bottom: 0;
  cursor: pointer;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  text-decoration: none;
}
mark {
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
dd {
  margin: 0;
}
img,
video,
object,
embed,
iframe {
  max-width: 100%;
  height: auto;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* 
	=============================================================================
	PRIMARY STYLES
	=============================================================================
*/
/* IE9 doesn't understand @font-face declaration in media queries, what a shitty browser */
@font-face {
  font-family: 'spaceportregular';
  src: url('../ft/ui/spaceport-webfont.eot') format('embedded-opentype');
}
body {
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #000;
}
.content p,
.blog-article-date,
.blog-article-author,
.read-more {
     font-family: 'Pontano Sans', sans-serif;
}
a,
a:visited {
  color: #fff;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
/* 
	-------------------------------------------------
	MAIN WRAPPER
	-------------------------------------------------
*/
#wrapper {
  font-family: 'Lekton', sans-serif;
  line-height: 1.5;
}
/* 
	-------------------------------------------------
	MAIN HEADER
	-------------------------------------------------
*/
#header h1 span {
  display: block;
}
/* 
	-------------------------------------------------
	LOGO
	-------------------------------------------------
*/
.logo {
  position: relative;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.brand {
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	text-indent: -99999em;
	background: transparent url('../img/brand.png') no-repeat bottom center;
}
/*
	-------------------------------------------------
	ARTICLE CONTENT
	-------------------------------------------------
*/
.content h1,
.content .heading,
.blog-article-headline,
.blog-article-headline a {
  font-family: 'Lekton', sans-serif;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1;
  font-weight: 400;
  color: #ffee2e;
}
.content h1,
.content .heading,
.blog-article-headline {
    padding-top: 30px;
    padding-bottom: 25px;
}
.content .intro,
.content .image,
.content .imageDesc {
    padding-bottom: 30px;
}
.link a,
.content a,
.blog-content a {
  text-decoration: underline;
}
.link,
.link a:hover,
.link a:focus,
.content a:hover,
.content a:focus,
.blog-content a:hover,
.blog-content a:focus {
  text-decoration: none !important;
}
.blog-article-headline a {
  text-decoration: none;
}
.blog-article-headline a:hover {
  text-decoration: underline;
}
.content p {
  padding-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.45;
}
.content .intro,
.content .intro p {
    font-family: 'Lekton', sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.35;
    font-weight: normal;
}
.content .intro p {
    padding: 0;
}
.content .image {
    margin: 0;
}
.content .imageDesc,
.content figcaption {
    font-family: Pontano Sans-Serif, Sans-Serif;
    font-size: 12px;
    font-size: 1.2em;
    line-height: 1.25;
}
.content figcaption {
    padding-top: 10px;
}

/*
	-------------------------------------------------
	BLOG
	-------------------------------------------------
*/
#twitter,
#blog-nav,
.blog-article-meta,
.read-more {
    font-size: 1.6em;
}
#twitter {
    position: relative;
    height: 1.6em;
    overflow: hidden;
    margin: 2em 30px;
    color: #fff;
}
#twitter-logo {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 30px;
    height: 25px;
    background: transparent url('../img/twitter.png') no-repeat;
    background-size: contain;
}
.twitter-list {
    position: relative;
    left: 3em;
    width: 1000%;
}
.twitter-list-item {
    float: left;
    display: inline-block;
    margin-right: 50px;
}
#twitter:before,
#twitter:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    width: 3em;
    height: 1.6em;
}
#twitter:before {
    left: 0;
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 22%, rgba(0,0,0,0.01) 99%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(22%,rgba(0,0,0,1)), color-stop(99%,rgba(0,0,0,0.01)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 22%,rgba(0,0,0,0.01) 99%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 22%,rgba(0,0,0,0.01) 99%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 22%,rgba(0,0,0,0.01) 99%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 22%,rgba(0,0,0,0.01) 99%,rgba(0,0,0,0) 100%);
}
#twitter:after {
    right: 0;
    width: 10em;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0.01)), color-stop(40%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 100%);
}
.content-nav-rss {
  position: absolute; top: 0; right: 0; z-index: 100;
  padding-right: 30px;
}
.content-nav-rss i {
  position: absolute; top: 0; right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: #fff url('../img/rss.png') no-repeat center;
  border-radius: 3px;
}
#blog-nav {
    padding-bottom: 50px;
    text-align: center;
}
#blog-nav a {
    padding: 0 20px;
}
#blog-nav a.current {
    text-decoration: none;
}
#blog-nav a:first-child {
    border-right: 1px solid #fff;
}
.blog-article {
    padding-bottom: 50px;
}
.blog-article-author {
    color: #999;
}
.read-more {
    display: block;
    text-align: right;
}
/*
	-------------------------------------------------
	SIGN-UP PAGE
	-------------------------------------------------
*/
.sign-up {
  display: inline-block !important;
  position: relative;
  float: right;
  width: auto !important;
  height: auto !important;
  padding: 9px 20px;
  color: #444 !important;
  line-height: 1 !important;
  font-family: Lekton !important;
  font-size: 21px !important;
  font-size: 2rem !important;
  font-weight: normal !important;
  text-align: right;
  text-decoration: none !important;
  background: #ffee2e;
  border: 0;
  border-radius: 0 !important;
}
a.sign-up {
    right: -50px;
}
button.sign-up {margin-bottom: 30px;}
#sign-up-form .left,
#sign-up-form .right {
    width: 50%;
    padding-bottom: 0;
}
#sign-up-form .left {
    padding-right: 10px;
}
#sign-up-form .right {
    padding-left: 10px; 
}
#sign-up input[type="text"],
#sign-up input[type="email"],
#sign-up textarea {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #fff;
    font-family: 'Lekton', sans-serif;
    background-color: transparent;
    border: 1px solid #fff;
}
#sign-up textarea {
    height: 95px;
}
#sign-up label {
    font-family: "Pontano Sans", Sans-Serif;
    font-size: 14px;
    font-size: 1.4rem;
}
.sign-up-form-field {
    display: block;
}
#sign-up-form .sign-up-form-checkboxes {padding-bottom: 30px;}
#sign-up input[type="checkbox"] {float: left;}
#sign-up input[type="checkbox"] + label {display: block; position: relative; top: -3px; margin-left: 20px;}

div.error,
input.error {border: 1px solid red;}

div.error {font-size: 14px; margin-bottom: 30px; padding: 10px;}

/*
	-------------------------------------------------
	FOOTER
	-------------------------------------------------
*/
#footer {
  text-align: right;
  font-size: 1.5em;
  color: #999;
}
#footer a:hover,
#footer a:focus,
#footer .current {
  text-decoration: underline;
}
#footer ul {
  float: right;
  margin-bottom: 10px;
}
#footer li {
  float: left;
}
#footer li a {
  padding: 0 15px;
  border-left: 1px solid #fff;
}
#footer li:first-child a {
  border: 0;
}
#footer li:last-child a {
  padding-right: 0;
}
#footer p {
  font-size: .8em;
}
/* 
	=============================================================================
	MEDIA QUERIES
	=============================================================================
*/
@media only screen and (min-width: 60.1em) {
  body:after {
    content: "desktop";
    display: none;
  }
  /*
  		-------------------------------------------------
  		ICON FONT
  		-------------------------------------------------
  	*/
  @font-face {
    font-family: 'spaceportregular';
    src: 
        local('☺'), 
        url('../ft/ui/spaceport-webfont.svg') format('svg'),
        url('http://www.spaceportsweden.com/ft/ui/spaceport-webfont.otf') format('opentype'), 
        url('http://www.spaceportsweden.com/ft/ui/spaceport-webfont.woff') format('woff'), 
        url('../ft/ui/spaceport-webfont.ttf') format('truetype');
  }
  *[data-icon]:before {
    content: attr(data-icon);
    font-family: 'spaceportregular';
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-rendering: auto;
  }
  /* 
  		-------------------------------------------------
  		MAIN WRAPPER
  		-------------------------------------------------
  	*/
  .js #wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  /* 
  		-------------------------------------------------
  		MAIN HEADER
  		-------------------------------------------------
  	*/
  #header {
    position: fixed;
    z-index: 4;
    top: 30px;
    left: 70px;
    width: 130px;
  }
  /* 
  		-------------------------------------------------
  		LOGO
  		-------------------------------------------------
  	*/
  .logo {
    left: -30px;
    width: 73px;
    height: 73px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: transparent;
  }
  .blog .logo,
  .page .logo {
      background-color: #FFEE2E;
  }
  .logo img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .brand {
      display: block;
      width: 98px;
      height: 70px;
      background-size: cover;
  }
  /* 
  		-------------------------------------------------
  		MAIN NAVIGATION
  		-------------------------------------------------
  	*/
  #nav {
    position: relative;
    left: -15px;
    padding-top: 80px;
  }
  #nav a {
    display: block;
    position: relative;
    margin: 0;
    height: 80px;
    font-size: 90px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
  }
  .webkit #nav a {
    line-height: 70px;
  }
  #nav a:hover,
  #nav a:focus {
    color: rgba(255, 255, 255, 0.9);
  }
  .js #nav .current {
    color: rgba(255, 255, 255, 0.9);
  }
  #nav li {
    position: relative;
  }
  #nav li:after,
  #nav .last:before {
    content: "";
    display: block;
    position: absolute;
    left: 45px;
    top: -30px;
    z-index: -1;
    width: 1px;
    height: 25px;
    margin: 0 auto;
    background: url('../img/ie_bg-nav.png');
    background: rgba(255, 255, 255, 0.2);
  }
  #nav .first:after {
    top: -70px;
    height: 60px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 19%, rgba(255,255,255,0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.3)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 19%,rgba(255,255,255,0.3) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 19%,rgba(255,255,255,0.3) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 19%,rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 19%,rgba(255,255,255,0.3) 100%);
  }
  #nav .last:before {
    top:  50px;
    height: 80px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.3) 19%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.3) 19%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0.3) 19%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.3) 19%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.3) 19%,rgba(255,255,255,0) 100%);
  }
  .nav-select {
      display: none;
      visibility: hidden;
  }
  /* 
  		-------------------------------------------------
  		MAIN CONTENT
  		-------------------------------------------------
  	*/
  .js .article {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: top 500ms ease 0s;
    -moz-transition: top 500ms ease 0s;
    -ms-transition: top 500ms ease 0s;
    -o-transition: top 500ms ease 0s;
    transition: top 500ms ease 0s;
  }
  .js #space,
  .js #zero,
  .js #northern,
  .js #sign-up {
    top: -100%;
  }
  .js .content-wrapper {
    position: absolute;
    width: 670px;
    height: 100%;
    margin-left: 230px;
    overflow: hidden;
  }
  .article .content-nav {
    padding: 20px 0 20px 0;
    margin-right: 25px;
    margin-bottom: 2px;
    background-color: rgba(0, 0, 0, 0.65);
  }
  .article .content-nav li {
    float: left;
    width: 20%;
  }
  .article .content-nav a {
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    font-size: 90px;
    line-height: 50px;
    text-indent: -6px;
    color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0);
  }
  .webkit .article .content-nav a {
    line-height: 80px; 
  }
  .article .content-nav a:hover,
  .article .content-nav a:focus {
    color: rgba(255, 255, 255, 0.9);
  }
  .js .article .content-nav a.current {
    color: rgba(255, 255, 255, 0.9);
    pointer-events: none;
  }
  .content-container {
    position: relative;
    height: 100%;
  }
  .content-box {
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
  }
  #sign-up .content-box {
      background: transparent;
  }
  
  .js .content {
    width: 500%;
    padding-bottom: 0;
  }
  .js .content-pane {
    width: 20%;
    padding: 20px 80px 600px 50px;
    float: left;
  }
  #sign-up .content-pane {
    padding-bottom: 400px;
  }
  /* 
  		-------------------------------------------------
  		MAIN FOOTER
  		-------------------------------------------------
  	*/
  #footer {
    position: fixed;
    z-index: 3;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 100px 20px 20px 20px;
    background-image: -webkit-linear-gradient(transparent, #000000 80%);
    background-image: -moz-linear-gradient(transparent, #000000 80%);
    background-image: -ms-linear-gradient(transparent, #000000 80%);
    background-image: -o-linear-gradient(transparent, #000000 80%);
    background-image: linear-gradient(transparent, #000000 80%);
  }
  .ie9 #footer {
      background: transparent url("../img/ie_bg-footer.png") repeat-x;
      background-position: 0 50px;
  }
  #footer p {
    max-width: 650px;
    margin-right: 0;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.8);
  }
  /* 
  		-------------------------------------------------
  		PARALLAX
  		-------------------------------------------------
  	*/
  #bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 9075px;
    background: url('../img/bg.jpg') repeat-x;
    background-position: bottom left;
  }
  .blog #bg,
  .page #bg {
      top: 0;
  }
  .js #earth {
    position: absolute;
    left: 0;
    bottom: -250px;
    z-index: 0;
    width: 100%;
    height: 250px;
    background: url('../img/earth.png') no-repeat;
    background-size: cover;
  }
  .js #altimeter {
    position: absolute;
    right: 80px;
    bottom: 0;
    width: 15px;
    height: 370000px;
    border-right: 2px solid rgba(255, 255, 255, 0.6);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.6) 2px, transparent 2px);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.8) 2px, transparent 2px);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.8) 2px, transparent 2px);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.8) 2px, transparent 2px);
    background-image: linear-gradient(rgba(255, 255, 255, 0.8) 2px, transparent 2px);
    background-size: 100% 50px;
  }
  
  .js.ie9 #altimeter {
      background: url('../img/ie_bg-altimeter.png') repeat-y bottom right;
      border-right: 1px solid rgba(255, 255, 255, 0.6);
  }
  #altimeter span {
    display: block;
    position: absolute;
    right: 30px;
    width: 300px;
    font-size: 1.8em;
    text-align: right;
  }
  #altimeter span:first-child {
    display: none;
  }
  .blog #altimeter,
  .page #altimeter {
      display: none;
      visibility: visible;
  }
  /* 
  		-------------------------------------------------
  		LOADER
  		-------------------------------------------------
  	*/
  .cssanimations .index #loader {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-animation: hide 9s linear;
    -moz-animation: hide 9s linear;
    -ms-animation: hide 9s linear;
    -o-animation: hide 9s linear;
    animation: hide 9s linear;
    opacity: 0;
    pointer-events: none;
  }
  .blog #loader,
  .page #loader,
  .no-pointerevents #loader {
      display: none;
      visibility: hidden;
  }
  @-webkit-keyframes hide {
      0% { opacity: 1; }
      95% { opacity: 1; }
      100% { opacity: 0; }
  }
  @-moz-keyframes hide {
      0% { opacity: 1; }
      95% { opacity: 1; }
      100% { opacity: 0; }
  }
  @-ms-keyframes hide {
      0% { opacity: 1; }
      95% { opacity: 1; }
      100% { opacity: 0; }
  }
  @-o-keyframes hide {
      0% { opacity: 1; }
      95% { opacity: 1; }
      100% { opacity: 0; }
  }
  @keyframes hide {
      0% { opacity: 1; }
      95% { opacity: 1; }
      100% { opacity: 0; }
  }
  #loader .logo {
      background-color: #FFEE2E;
  }
  #loader .logo,
  #loader .brand {
      -webkit-animation: show 8s linear;
      -moz-animation: show 8s linear;
      -ms-animation: show 8s linear;
      -o-animation: show 8s linear;
      animation: show 8s linear;
  }
   @-webkit-keyframes show {
      0% { opacity: 0; }
      15% { opacity: 0; }
      20% { opacity: 1; }
      100% { opacity: 1; }
  }
  @-moz-keyframes show {
      0% { opacity: 0; }
      5% { opacity: 0; }
      10% { opacity: 1; }
      100% { opacity: 1; }
  }
  @-ms-keyframes show {
      0% { opacity: 0; }
      5% { opacity: 0; }
      10% { opacity: 1; }
      100% { opacity: 1; }
  }
  
  @-o-keyframes show {
      0% { opacity: 0; }
      5% { opacity: 0; }
      10% { opacity: 1; }
      100% { opacity: 1; }
  }
  @keyframes show {
      0% { opacity: 0; }
      5% { opacity: 0; }
      10% { opacity: 1; }
      100% { opacity: 1; }
  }
  .loader-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 160px;
  }
  [class^="loader-mask-"] {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 100%;
    height: 20px;
    background: #000;
  }
  .loader-mask-1 {
      bottom: 20px;
      -webkit-animation: type1 4s steps(9, end);
      -moz-animation: type1 4s steps(9, end);
      -ms-animation: type1 4s steps(9, end);
      -o-animation: type1 4s steps(9, end);
      animation: type1 4s steps(9, end);
  }
  .loader-mask-2 {
      -webkit-animation: type2 6s steps(9, end);
      -moz-animation: type2 6s steps(9, end);
      -ms-animation: type2 6s steps(9, end);
      -o-animation: type2 6s steps(9, end);
      animation: type2 6s steps(9, end);
  }
    @-webkit-keyframes type1 {
        0% {-webkit-transform: translateX(-100%);}
        50% {-webkit-transform: translateX(-100%);}
        100% {-webkit-transform: translateX(0);}
    }
    @-webkit-keyframes type2 {
        0% {-webkit-transform: translateX(-100%);}
        70% {-webkit-transform: translateX(-100%);}
        100% {-webkit-transform: translateX(0);}
    }
  
    @-moz-keyframes type1 {
        0% {-moz-transform: translateX(-100%);}
        100% {-moz-transform: translateX(0);}
    }
    @-moz-keyframes type2 {
        0% {-moz-transform: translateX(-100%);}
        50% {-moz-transform: translateX(-100%);}
        100% {-moz-transform: translateX(0);}
    }
    @-ms-keyframes type1 {
        0% {-ms-transform: translateX(-100%);}
        100% {-ms-transform: translateX(0);}
    }
    @-ms-keyframes type2 {
        0% {-ms-transform: translateX(-100%);}
        50% {-ms-transform: translateX(-100%);}
        100% {-ms-transform: translateX(0);}
    }
  
    @-o-keyframes type1 {
        0% {-o-transform: translateX(-100%);}
        100% {-o-transform: translateX(0);}
    }
    @-o-keyframes type2 {
        0% {-o-transform: translateX(-100%);}
        50% {-o-transform: translateX(-100%);}
        100% {-o-transform: translateX(0);}
    }
    @keyframes type1 {
        0% {transform: translateX(-100%);}
        100% {transform: translateX(0);}
    }
    @keyframes type2 {
        0% {transform: translateX(-100%);}
        50% {transform: translateX(-100%);}
        100% {transform: translateX(0);}
    }
  
    .cssanimations .stars div {
        position: absolute;
        z-index: 0;
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        opacity: 0;
        background: transparent url("../img/star.png") no-repeat center;
        display: none; /* Toggle on/off in JS */
    }
    .stars div:nth-child(1) {
        bottom: 200px;
        left: 1300px;
        -webkit-animation: sparkle 2s linear 2s infinite;
        -moz-animation: sparkle 2s linear 2s infinite;
        -ms-animation: sparkle 2s linear 2s infinite;
        -o-animation: sparkle 2s linear 2s infinite;
        animation: sparkle 2s linear 2s infinite;
    }
    .stars div:nth-child(2) {
        bottom: 400px;
        left: 600px;
        -webkit-animation: sparkle 4s linear 0 infinite;
        -moz-animation: sparkle 4s linear 0 infinite;
        -ms-animation: sparkle 4s linear 0 infinite;
        -o-animation: sparkle 4s linear 0 infinite;
        animation: sparkle 4s linear 0 infinite;
    }
    .stars div:nth-child(3) {
        bottom: 600px;
        left: 1100px;
        -webkit-animation: sparkle 5s linear 5s infinite;
        -moz-animation: sparkle 5s linear 5s infinite;
        -ms-animation: sparkle 5s linear 5s infinite;
        -o-animation: sparkle 5s linear 5s infinite;
        animation: sparkle 5s linear 5s infinite;
    }
    .stars div:nth-child(4) {
        bottom: 500px;
        left: 1050px;
        -webkit-animation: sparkle 3s linear 1s infinite;
        -moz-animation: sparkle 3s linear 1s infinite;
        -ms-animation: sparkle 3s linear 1s infinite;
        -o-animation: sparkle 3s linear 1s infinite;
        animation: sparkle 3s linear 1s infinite;
    }
    .stars div:nth-child(5) {
        bottom: 300px;
        left: 200px;
        -webkit-animation: sparkle 8s linear 0 infinite;
        -moz-animation: sparkle 8s linear 0 infinite;
        -ms-animation: sparkle 8s linear 0 infinite;
        -o-animation: sparkle 8s linear 0 infinite;
        animation: sparkle 8s linear 0 infinite;
    }
    .stars div:nth-child(6) {
        bottom: 200px;
        left: 100px;
        -webkit-animation: sparkle 5s linear 2s infinite;
        -moz-animation: sparkle 5s linear 2s infinite;
        -ms-animation: sparkle 5s linear 2s infinite;
        -o-animation: sparkle 5s linear 2s infinite;
        animation: sparkle 5s linear 2s infinite;
    }
    .stars div:nth-child(7) {
        bottom: 650px;
        left: 1000px;
        -webkit-animation: sparkle 10s linear 0 infinite;
        -moz-animation: sparkle 10s linear 0 infinite;
        -ms-animation: sparkle 10s linear 0 infinite;
        -o-animation: sparkle 10s linear 0 infinite;
        animation: sparkle 10s linear 0 infinite;
    }
    .stars div:nth-child(8) {
        bottom: 100px;
        left: 150px;
        -webkit-animation: sparkle 7s linear 5s infinite;
        -moz-animation: sparkle 7s linear 5s infinite;
        -ms-animation: sparkle 7s linear 5s infinite;
        -o-animation: sparkle 7s linear 5s infinite;
        animation: sparkle 7s linear 5s infinite;
    }
    .stars div:nth-child(9) {
        bottom: 700px;
        left: 150px;
        -webkit-animation: sparkle 9s linear 1s infinite;
        -moz-animation: sparkle 9s linear 1s infinite;
        -ms-animation: sparkle 9s linear 1s infinite;
        -o-animation: sparkle 9s linear 1s infinite;
        animation: sparkle 9s linear 1s infinite;
    }
    .stars div:nth-child(10) {
        bottom: 700px;
        left: 950px;
        -webkit-animation: sparkle 11s linear 3s infinite;
        -moz-animation: sparkle 11s linear 3s infinite;
        -ms-animation: sparkle 11s linear 3s infinite;
        -o-animation: sparkle 11s linear 3s infinite;
        animation: sparkle 11s linear 3s infinite;
    }
    @-webkit-keyframes sparkle {
        0% {opacity: 0;}
        50% {opacity: .8;}
        100% {opacity: 0;}
    }
    @-moz-keyframes sparkle {
        0% {opacity: 0;}
        50% {opacity: .8;}
        100% {opacity: 0;}
    }
    @-ms-keyframes sparkle {
        0% {opacity: 0;}
        50% {opacity: .8;}
        100% {opacity: 0;}
    }
    @-o-keyframes sparkle {
        0% {opacity: 0;}
        50% {opacity: .8;}
        100% {opacity: 0;}
    }
    @keyframes sparkle {
        0% {opacity: 0;}
        50% {opacity: .8;}
        100% {opacity: 0;}
    }

  /* 
  		-------------------------------------------------
  		SCROLLBAR
  		-------------------------------------------------
  	*/
  .content-container::-webkit-scrollbar {
    width: 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  ::-webkit-scrollbar-button:start:decrement,
  ::-webkit-scrollbar-button:end:increment {
    display: block;
  }
  ::-webkit-scrollbar-button:vertical:start:increment,
  ::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
  }
  ::-webkit-scrollbar-button:vertical:decrement {
    background-color: transparent;
    border: none;
  }
  ::-webkit-scrollbar-track-piece:vertical:start {
    border: none;
  }
  ::-webkit-scrollbar-track-piece:vertical:end {
    border: none;
  }
  ::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background: transparent url('../img/scrollbar.png') no-repeat;
  }
  .js.content-container,
  .jspScrollable {
    overflow: visible;
  }
  .jspScrollable:focus {outline: none;}
  .js .content-nav {
    margin-right: 30px;
  }
  .js .content {
    position: relative;
    left: 30px;
  }
  .jspContainer {
    overflow-y: hidden;
    overflow-x: visible;
    position: relative;
  }
  .jspPane {
    overflow: hidden;
    position: absolute;
    left: -30px !important;
  }
  .jspVerticalBar {
    position: absolute;
    top: 100px;
    right: 2px;
    width: 30px;
    height: 100%;
    background: transparent;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
  }
  #space .jspVerticalBar,
  .page .jspVerticalBar,
  .blog .jspVerticalBar { border-right: 2px solid rgba(255, 255, 255, 0.2); }
  #sign-up .jspVerticalBar { display: none; }
  .jspVerticalBar *,
  .jspHorizontalBar * {
    margin: 0;
    padding: 0;
  }
  .jspCap {
    display: none;
  }
  .jspVerticalBar .jspTrack {
    background: transparent;
    position: relative;
  }
  .jspVerticalBar .jspDrag {
    height: 100px !important;
    width: 20px;
    position: relative;
    top: 0;
    left: 5px;
    cursor: pointer;
    background-image: url('../img/scrollbar-black.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  #space .jspVerticalBar .jspDrag,
  .page .jspVerticalBar .jspDrag,
  .blog .jspVerticalBar .jspDrag {
      background-image: url('../img/scrollbar-white.png');
  }
  .jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 1px;
    background: transparent;
    opacity: 0;
    pointer-events: none;
  }
}
/*
	=============================================================================
	MOBILE
	=============================================================================
*/
@media only screen and (max-width: 60em) {
  body:after {
    content: "mobile";
    display: none;
  }
  /* 
  		-------------------------------------------------
  		ICON FONT
  		-------------------------------------------------
  	*/
  @font-face {
    font-family: 'ui';
    src: url('http://www.spaceportsweden.com/css/ui.eot');
    src: local('☺'), url('../ft/ui/ui.eot') format('embedded-opentype'), url('http://www.spaceportsweden.com/ft/ui/ui.woff') format('woff'), url('../ft/ui/ui.ttf') format('truetype'), url('../ft/ui/ui.svg') format('svg');
  }
  /* 
  		-------------------------------------------------
  		MAIN WRAPPER
  		-------------------------------------------------
  	*/
  #wrapper {
    position: relative;
    width: 90%;
    margin: 1em auto;
  }
  /* 
  		-------------------------------------------------
  		MAIN HEADER
  		-------------------------------------------------
  	*/
  #header h1 {
    position: relative;
    left: 0;
    width: 100%;
  }
  #header h1 span {
    display: block;
  }
  /* 
  		-------------------------------------------------
  		LOGO
  		-------------------------------------------------
  	*/
  .logo {
    width: 111px;
    height: 129px;
    background: #000 url('../img/logo_mobile.png') no-repeat center;
    background-size: 111px 129px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

  }
  .logo img {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  
  .brand {
    position: absolute;
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
  }

  /* 
  		-------------------------------------------------
  		MAIN NAVIGATION
  		-------------------------------------------------
  	*/
  #nav {
    width: 100%;
    background: #000;
    padding-top: 20px; 
  }
  .nav-select {
     position: relative;
     visibility: visible;
     font-family: Lekton;
     font-size: 1.5rem;
  }
  .nav-select,
  [for="nav-select"],
  #nav-select {
      height: 30px;
      width: 115%;
      margin-left: -7.5%;
  }
  [for="nav-select"] {
    position: absolute;
    z-index: 5;
    padding-top: 5px;
    color: #fff;
    text-align: center;
    background: #000;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    pointer-events: none;
  }
  #nav-select {
    position: relative;
    z-index: 4;
    border: 0;
  }
  /* 
  		-------------------------------------------------
  		MAIN CONTENT
  		-------------------------------------------------
  	*/
  a.sign-up {
      position: absolute;
      overflow: hidden;
      height: 1px;
      width: 1px;
      padding: 0;
      border: 0;
      clip: rect(0 0 0 0);
  }
  .article {
    padding-bottom: 4em;
    border-top: 1px solid #fff;
  }
  .blog-article-meta {padding-top: 10px;}
  #ground {border: 0;}
  .content-pane {
    margin: 0;
    padding: 0 0 4em 0;
    border-top: 1px dotted #fff;
  }
  .content-pane:first-child {
    border-top: 0;
  }
  .content-pane:last-child {
    padding-bottom: 0;
  }
  
  #footer nav {display: none;}
  #footer a {display: block;}
  
  #altimeter {
      display: none;
      visibility: hidden;
  }
  
  #loader {display: none;}
  
} /* MOBILE */

/* 
	=============================================================================
	NO-JS and IE < 9 SPECIFIC STYLES
	=============================================================================
*/
/* 
	-------------------------------------------------
	MAIN HEADER
	-------------------------------------------------
*/
.lt-ie9 #header {
  position: fixed;
  z-index: 4;
  top: 25px;
  left: 70px;
  width: 130px;
}
/* 
	-------------------------------------------------
	LOGO
	-------------------------------------------------
*/
.lt-ie9 .logo {
    width: 111px;
    height: 129px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo_mobile.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo_mobile.png', sizingMethod='scale')";
}
.lt-ie9 .logo img {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}
.lt-ie9 .brand {
    position: absolute;
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
}

/* 
	-------------------------------------------------
	MAIN NAVIGATION
	-------------------------------------------------
*/
.lt-ie9 #nav,
.lt-ie9 .nav-select {
    display: none;
    visibility: hidden;
}
/* 
	-------------------------------------------------
	MAIN CONTENT
	-------------------------------------------------
*/
.no-js .sign-up,
.lt-ie9 .sign-up {
  right: 0;
}

.no-js article,
.lt-ie9 article {
  width: 800px;
  margin-left: 200px;
  padding: 2em;
  border-top: 1px solid #fff;
  background: url('../img/ie_bg-content.png') repeat top;
}
.no-js #ground,
.lt-ie9 #ground {
  border-top: 0;
}
.no-js .content-nav,
.lt-ie9 .content-nav {
  display: none;
}
.no-js .content-nav li,
.lt-ie9 .content-nav li {
  float: left;
  width: 20%;
}
.no-js .content-pane,
.lt-ie9 .content-pane {
  padding: 2em 0;
  border-top: 1px dotted #fff;
}
.no-js .content-pane:first-child,
.lt-ie9 .content-pane:first-child {
  border-top: 0;
}
.no-js .content-pane:last-child,
.lt-ie9 .content-pane:last-child {
  padding-bottom: 0;
  border-top: 0;
}
/* 
	-------------------------------------------------
	MAIN FOOTER
	-------------------------------------------------
*/
.lt-ie9 #footer {
  width: 800px;
  margin-left: 200px;
  padding: 2em;
}
.lt-ie9 #footer p {
  color: #ccc;
}
/* 
	-------------------------------------------------
	BG
	-------------------------------------------------
*/
.no-js #bg,
.lt-ie9 #bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url('../img/bg.jpg') repeat-x top left;
}
/* 
	-------------------------------------------------
	LOADER
	-------------------------------------------------
*/
.ie9 #loader,
.lt-ie9 #loader {
  display: none;
}
/* 
	=============================================================================
	MISC
	=============================================================================
*/
.clear {
  zoom: 1;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.hidden {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}
.is-ie9 {display: none;}
.ie9 .is-ie9,
.lt-ie9 .is-ie9 {
    display: block;
}
.left {
    float: left;
}
.right {
    float: right;
}