/************************************************** GENERAL **************************************************/

@font-face {
  font-family: "NotesESA";
  src: url('/fonts/notesesabol-webfont.eot');
  src: url('/fonts/notesesabol-webfont.eot?#iefix') format('eot'), url('/fonts/notesesabol-webfont.ttf') format('truetype'), url('/fonts/notesesabol-webfont.woff') format('woff'), url('/fonts/notesesabol-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: OpenSans;
	src: url('http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff');
}

body {
	background: #ebebeb;
	margin: 0 auto;
	padding: 0;
	font-family: "Open Sans";
	font-size: 13px;
	color: #23323f;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#container {
    margin: 0;
}

div {
	margin: 0 0 10px 0;
	padding: 0;
}

div.content {
	width: 980px;
	margin: 0 auto;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #0098db;
}

a:hover {
	color: #00549f;
}

h2 a {
	color: #FFFFFF;	
}

h2 a:hover {
	color: #0098DB;
}

img {
	border: none;
	margin: none;
	padding: none;
}

h1, h2, h3, strong, .headline {
	font-family: NotesESA;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	padding-top: 0;
}

h1 {
	font-size: 18px;
	color: #0098DB;
	margin: 0 0 15px -15px;
}

h2 {
	background: #252525;
	color: #fff;
	font-size: 14px;
	padding: 15px;
}

h3 {
	line-height: 22px;
    margin: 0 0 10px;
    text-indent: -15px;
}

p {
	margin: 0;
	padding: 0;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.left {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
}

.right {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}

a, a:after, span, span:after, img {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}





/************************************************** NAVBAR **************************************************/

#nav {
	background: #252525;
	width: 100%;
	height: 40px;
}

#nav .content {
	height: 40px;
	display: table;
}

#nav ul {
	display: table-cell;
	vertical-align: middle;
}

#nav ul li {
	display: inline;
	margin-right: 20px;
}

#nav ul li a {
	font-family: NotesESA;
	font-size: 12px;
	color: #939598;
	text-transform: uppercase;
	font-weight: bold;
}

#nav ul li a:hover,
#nav ul li a.special:hover {
	color: #FFF;
}

#nav ul li a.special {
	color: #0098DB;
}





/************************************************** BRANDING **************************************************/


#branding {
	background: #FFF;
	height: 145px;
}

#branding .content {
	height: 145px;
	display: table;
}

#branding .left img {
	margin-left: 30px;
}

#branding .right img {
	margin-right: 30px;
}





/************************************************** COVER **************************************************/

#cover {
    display: block;
    height: 500px;
    overflow: hidden;
    position: relative;
}

#cover .image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 800px;
    margin: -120px 0 0;
    padding: 0;
    min-height: 800px;
}

.ariane6 #cover .image {
    background-image: url("../img/cover_ariane_6-03.jpg");

}

.samanthacristoforetti #cover .image {
    background-image: url("../img/cover_samanthacristoforetti_.jpg");
}

.alexandergerst #cover .image {
    background-image: url("../img/cover_alexandergerst_.jpg");
}

.andreasmogensen #cover .image {
    background-image: url("../img/cover_andreasmogensen_.jpg");
    background-position: center -100px;
}

.thomaspesquet #cover .image {
    background-image: url("../img/cover_thomaspesquet_.jpg");
    background-position: center;
}

.timothypeake #cover .image {
    background-image: url("../img/cover_timothypeake_.jpg");
}

.matthiasmaurer #cover .image {
    background-image: url("../img/cover_matthiasmaurer.jpg");
}

.paolonespoli #cover .image {
    background-image: url("../img/cover_paolonespoli.jpg");
}

.lucaparmitano #cover .image {
    background-image: url("../img/cover_lucaparmitano.jpg");
}


/************************************************** ABSTRACT **************************************************/

#abstract {
	background: #FFF;
	height: 145px;
}

#abstract .content {
	height: 145px;
	display: table;
}

#abstract .middle {
    padding-left: 15px;
}

#abstract h1 {
}

#abstract p {
	line-height: 21px;
}





/************************************************** SOCIAL LINKS **************************************************/

#social {
	background: #252525;
}

#social .content {
    display: table;
    height: 225px;
    width: 100%;
}

#social .middle {
    text-align: center;
}

#social .content ul {
    display: inline-block;
    width: auto;
}

#social .content ul li {
    display: block;
    float: left;
    margin: 0 50px;
}

#social .content ul li a {
	display: block;
	position: relative;
	line-height: 0;
}

#social span.social-hover {
    background: none repeat scroll 0 0 #fff;
    color: #23323f;
    display: block;
    font-family: NotesEsa;
    font-size: 18px;
    height: 120px;
    line-height: 120px;
    position: absolute;
    text-transform: uppercase;
    width: 120px;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}

#social span.social-hover:hover {
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

#social span.social-name {
    color: #959595;
    display: block;
    font-family: NotesESA;
    font-size: 18px;
    padding: 10px 0 0;
    text-transform: uppercase;
}





/************************************************** FEEDS **************************************************/

#feeds {

}

#feeds .column-main,
#feeds .column-left,
#feeds .column-right {
	float: left;
	overflow: hidden;
}

#feeds .column-main {
	width: 350px;
}

#feeds .column-left {
	width: 305px;
	margin-right: 10px;
}

#feeds .column-right {
	width: 305px;
	margin-left: 10px;
}

#feeds ul li {
	background: #fff;
	margin-top: 1px;
	padding: 15px;
	position: relative;
	overflow: hidden;
}

#feeds ul li .title{
	overflow: visible;
}

/*#feeds .column-main li {
    padding: 15px 25px 15px 30px;
}*/

#feeds .date {
    color: #959595;
    display: block;
    margin-top: 5px;
}

#feeds img {
	margin-top: 1px;
}

a.overlay {
    display: block;
    float: left;
    margin: 0 15px 0 0;
    position: relative;
    overflow: hidden;
}

#flickr a.overlay,
#images a.overlay,
#videos a.overlay,
#connect a.overlay,
#biography a.overlay,
#connect a.overlay,
#broadcasters a.overlay {
	float: none;
	margin: 0;
}

#facebook a.overlay,
#google a.overlay {
	width: 130px;
	height: 100%;
}

#flickr a.overlay {
	width: 75px;
	height: 75px;
}

#connect a.overlay {
	width: 32px;
	height: 32px;
}

#flickr a.overlay:after {
	line-height: 75px;
}

#videos a.overlay:after,
#images a.overlay:after,
#biography a.overlay:after,
#broadcasters a.overlay:after {
	line-height: 200px;
	font-size: 100px;
}

#videos img,
#images img,
#biography img,
#broadcasters img {
    display: block;
}

#connect a.overlay:after {
	line-height: 33px;
	font-size: 30px;
}

a.overlay:after {
    background: none repeat scroll 0 0 #0098DB;
    color: #FFFFFF;
    content: "\2192";
    display: block;
    font-family: NotesESA;
    font-weight: bold;
    font-size: 50px;
    height: 100%;
    left: 0;
    top: 100%;
    line-height: 86px;
    position: absolute;
    text-align: center;
    width: 100%;
    zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
    border-radius: 50%;
}

a.overlay:hover:after {
	top: 0;
	border-radius: 0%;
}

#facebook img,
#google img {
	width: 130px;
}

#facebook a.overlay:after,
#google a.overlay:after{
	content:'';
	background: url(../img/arrow.png) no-repeat center center #0098DB;
}

#flickr img {
	width: 75px;
	height: 75px;
}

#flickr ul,
#youtube ul {
	background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 1px;
    padding: 10px 0;
    text-align: center;
}

#youtube > div {
  margin-top: 1px;
}

#flickr ul li {
	display: inline-block;
    margin: 0;
    padding: 10px;
}

#flickr a,
#youtube a {
    display: block;
}

#youtube ul li {
	display: inline-block;
    margin: 0;
    padding: 4px;
}

#google img,
#facebook img {
    float: left;
    margin: 0 15px 0 0;
}

a.more {
    float: right;
}

#youtube a {
	position: relative;
}

#youtube .play {
    background: url("../img/play.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    box-shadow: 0 0 20px #000000 inset;
    z-index: 2;
}

#youtube .play:hover {
		zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

#youtube img:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

#instagram iframe {
  background: #fff none repeat scroll 0 0;
  padding: 20px 0 20px 0;
  height: 305px;
}

#creditfooter {
 display: none;
}

/*
.website {
    background: none repeat scroll 0 0 #F6F6F6;
    margin-top: 1px;
    padding: 3px 15px;
    text-align: left;
}

.website a {
    font-size: 12px;
    text-transform: uppercase;
}

.website a:hover {
}
*/





/************************************************** FOOTER **************************************************/

#footer {
	clear: both;
	background: #252525;
	height: 100px;
	margin: 0;

}

#footer .content {
	display: table;
	height: 100px;
}

#connect {
    padding-left: 134px;
}

#connect:before {
    color: #FFFFFF;
    content: "connect with us";
    display: block;
    font-family: NotesESA;
    margin: 6px 0 0 -132px;
    position: absolute;
    text-transform: uppercase;
}

#connect a {
    display: block;
}

#connect li {
    display: inline-block;
    margin: 0 5px 0 0;
}

#footer span {
	color: #e6e7e8;
}

#footer img:hover {
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}


/***** STICKY FOOTER *****/

* {
	margin: 0;
}

html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}

.push {
	height: 100px;
	clear: both;
}






/************************************************** ASTRONAUT NAVIGATOR **************************************************/

#wrapper .content {
	width: 980px;
}

.entry {
    width: 235px;
    height: 180px;
    margin: 0 0 10px 10px;
    padding: 0;
    background: #fff;
    float: left;
    position: relative;
}

.entry img {
	width: 100%;
}

.entry h3 {
    margin: 7px 0 0 25px;
}

.entry span.astronaut-overlay {
	width: 100%;
	height: 180px;
	display: block;
	position: absolute;
	overflow: hidden;
}

.entry span.astronaut-overlay:after {
    background: url("../img/astronaut_icon.png") no-repeat scroll center top #0098DB;
    content: "";
    display: block;
    height: 100%;
    left: 0;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 50%;
}

.entry span.astronaut-overlay:hover:after {
	background-position: center;
	top: 0;
	border-radius: 0%;
}


/************************************************** TWITTER **************************************************/

#twitter .timePosted{
    color: #959595;
    display: block;
    margin-top: 5px;
}

#twitter span{display:inline; margin:0;color:inherit}

/************************************************** YOUTUBE **************************************************/

#youtube-videos .first{
	width: 275px;
	height: 152px;
}

#youtube-videos .first img{
	width: 350px;
	margin-left: -175px;
	margin-top: -131px;
}

#youtube-videos a{
	width: 85px;
	height: 48px;
	overflow: hidden;
}

#youtube-videos a img{
	width: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -66px;
	margin-top: -50px;
}

/*************************************************** LOADER ******************************************************/

.loader{
	display:block;
	margin:0 auto !important;
	width:100px !important;
	height:100px !important;
	float:none !important;
}

/*************************************************** HACKING IE **************************************************/

.lt-ie9 #cover .image{
	margin-top: -300px;
}

.browsehappy{
	text-align: center;
}

/*************************************************** COUNTDOWN **************************************************/

.count {
    background-color: white;
    display: flex;
    font-size: 45px;
    color: #0098db;
    font-family: NotesESA;
    position: relative;
    justify-content: center;
    padding: 15px 0;
    line-height: 1;
    font-weight: normal;
}

.counter {
    border: 0;
}