@font-face {
    font-family: eurostile;
    src: url(css/Eurostile.ttf);
}


@font-face {
font-family: 'DinPro';
src: url(fonts/d-din-webfont.woff);
}


@font-face {
font-family: 'DinProBlack';
src: url(fonts/dinbek_black-webfont.woff);
}


@font-face {
font-family: 'Sansation';
src: url(fonts/Sansation_Regular.ttf);
}
@font-face {
font-family: 'Nexa-Light';
src: url(fonts/Nexa_Light.otf) format('opentype');
}
@font-face {
font-family: 'Nexa-Bold';
src: url(fonts/Nexa_Bold.otf) format('opentype');
}
@font-face {
font-family: 'Frutiger';
src: url(fonts/frutiger.ttf) format('truetype');

}
@font-face {
font-family: 'futura';
src: url(fonts/Futura_LT_Condensed_Medium.ttf);
}
@font-face {
font-family: 'avenir-light';
src: url(/fonts/Avenir_LT_35_Light.ttf);
}
@font-face {
font-family: 'avenir-medium';
src: url(/fonts/Avenir_LT_65_Medium.ttf);
}
@font-face {
font-family: 'myriad-reg';
src: url(/fonts/MYRIADPRO-REGULAR.OTF);
}
@font-face {
font-family: 'myriad-bold';
src: url(/fonts/MYRIADPRO-SEMIBOLD.OTF);
}
/**************************************
    Standard Stuff
**************************************/
/* line 64, ../scss/custom.scss */
html{
  scroll-behavior: smooth;
}
h5 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  border: 1px solid #fff;
  padding: 10px;
  margin-top: 7px;
  font-family:myriad-reg;
  text-align:center;
}
.h7 {
    font-size: 18px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  border: 1px solid #fff;
  
  margin-top: 7px;
}
h6 {
  text-align:center;
  font-size: 24px!important;
  font-weight: 500!important;
  letter-spacing: 1px;
  padding-top:10px;
  font-family:futura !important;
}
h3{
    
font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  color:#337ab7;
  font-family:DinProBlack;
}
h2{
  text-align:center;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top:10px;
  color:#000000;
  font-family:myriad-bold;
}
h4{
      font-size:32px;
  text-align: center;
  font-weight: 500;
  
    
}
.headers {
    background-color:rgba(0,0,0,0.2);
    .col-md-6{
        background: rgba(0,0,0,0.2);
        #carousel-example-generic{
    height:300px;
}
        .col-md-offset-3 {
    background: rgba(0,0,0,0.0);
}
    }
    .col-md-5{
        background: rgba(0,0,0,0.2);
        
    }
    
   .btn-sample { 
  color: #FFFFFF; 
  background-color:#F0993C; 
  
  border-color: #000000;
  @media (max-width: 767px) {
        margin-left:90px;
    }
  margin-left:300px;
} 
 
.btn-sample:hover, 
.btn-sample:focus, 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
  color: #FFFFFF; 
  background-color: #F7AF63; 
  border-color: #000000; 
} 
 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
  background-image: none; 
} 
 
.btn-sample.disabled, 
.btn-sample[disabled], 
fieldset[disabled] .btn-sample, 
.btn-sample.disabled:hover, 
.btn-sample[disabled]:hover, 
fieldset[disabled] .btn-sample:hover, 
.btn-sample.disabled:focus, 
.btn-sample[disabled]:focus, 
fieldset[disabled] .btn-sample:focus, 
.btn-sample.disabled:active, 
.btn-sample[disabled]:active, 
fieldset[disabled] .btn-sample:active, 
.btn-sample.disabled.active, 
.btn-sample[disabled].active, 
fieldset[disabled] .btn-sample.active { 
  background-color: #F0993C; 
  border-color: #000000; 
} 
 
.btn-sample .badge { 
  color: #F0993C; 
  background-color: #FFFFFF; 
}
     h3 {
         color:#ffffff;
         font-size: 26px;
  font-family:DinProBlack;
  letter-spacing: 2px;
  padding-top:10px;
  padding-bottom:20px;
  text-align:center;
  margin-right:20px;
  @media (max-width: 767px) {
        font-size:14px;
        margin-bottom: 2px;
    }
  
     }
     
     h4{
    
    font-size:54px;
    font-weight:bold;
    padding-top:20px;
  margin-left:15px;
    letter-spacing: 3px;
    text-shadow: 2px 2px #000000;
    color:#ffffff;
    @media (max-width: 767px) {
        font-size:40px;
        margin-bottom: 2px;
    }
}
}
/* line 84, ../scss/custom.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: black;
}

html,body
{
    width: auto !important;
  overflow-x: hidden !important;
    
}


body{
padding-top:0px;
}

.navbar-header {
  z-index: 999;
  font-size: 17px;
  height: 90px;
  color:#ffffff;
  font-family: myriad-reg !important;
}

.navbar-header .navbar-text {
  color: #ffffff;
}


.navbar-header .navbar-nav > li > a {
  color:#ffffff;

}
.navbar-header .navbar-nav a{
  padding-top:10px;
}
.navbar-header .navbar-nav > li > a:hover, .navbar-header .navbar-nav > li > a:focus {
  color: #FF9900;
  background-color: rgba(0, 0, 0, 0);
  height: 55px;
}

.navbar-header .navbar-nav > li > .dropdown-menu {
  background-color: rgba(0, 0, 0, 1);
  z-index: 999;
}

.navbar-header .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff;
}

.navbar-header .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-header .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #FF9900;
}

.navbar-header .navbar-nav > li > .dropdown-menu .divider {
}

.navbar-header .navbar-nav > .active > a, .navbar-header .navbar-nav > .active > a:hover, .navbar-header .navbar-nav > .active > a:focus {
  color: #FF9900;
}

.navbar-header .navbar-nav > .open > a, .navbar-header .navbar-nav > .open > a:hover, .navbar-header .navbar-nav > .open > a:focus {
  color: #FF9900;
}


.navbar-header .navbar-collapse, .navbar-header .navbar-form {
  border-color: #ffffff;
}

.navbar-header .navbar-link {
  color: #ffffff;
}

.navbar-header .navbar-link:hover {
  color: #FF9900;
}
.navbar-header .container {
  margin-left:20px;
}
.navbar-sticky-custom{
	height:100px;
	font-family: sansation;
	font-size: 18px;
}

@media (max-width: 767px) {
  .navbar-header {
  z-index: 999;
  height: 120px;
  font-size: 17px;
  color:#ffffff;
  font-family: myriad-reg !important;
  width: 100%;
}

.navbar-header .container {
  margin-left:0px;
  margin-right:0px;
  width: 100%;
}
 


  .navbar-header .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-header .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FF9900;
    font-size: 12px !important;
  }
  .navbar-header .navbar-nav .open .dropdown-menu > .active > a, .navbar-header .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-header .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FF9900;
    background-color: #000000;
    width: 100%;
  }
}


.navbar-lower {
  z-index: 996;
  height: 55px;
  font-size: 14px;
  margin-top:55px;
  font-family: myriad-reg !important;
  color:#ffffff;
}

.navbar-lower .navbar-text {
  color: #ffffff;
  z-index: 996;
}

.navbar-lower .navbar-nav {
  z-index: 996;
  
}
.navbar-lower .navbar-nav > li > a {
  text-align: center;
  margin-top: 5px;
  height:42px;
  margin-left:1px;
  width:auto;
  color:#ffffff;
  z-index: 996;
}

.navbar-lower .navbar-nav > li > a:hover, .navbar-lower .navbar-nav > li > a:focus {
  color: #FF9900;
  background-color: rgba(0, 0, 0, 0.0);
}

.navbar-lower .navbar-nav > li > .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.6);
}

.navbar-lower .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff;
}

.navbar-lower .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-lower .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #FF9900;
  background-color: #000000;
}

.navbar-lower .navbar-nav > li > .dropdown-menu .divider {
  background-color: #000000;
}

.navbar-lower .navbar-nav > .active > a, .navbar-lower .navbar-nav > .active > a:hover, .navbar-lower .navbar-nav > .active > a:focus {
  color: #FF9900;
  background-color: #000000;
}

.navbar-lower .navbar-nav > .open > a, .navbar-lower .navbar-nav > .open > a:hover, .navbar-lower .navbar-nav > .open > a:focus {
  color: #FF9900;
  background-color: #000000;
}

  .navbar-lower .navbar-nav > li > a {
  font-size: 12px !important;
}
  .navbar-lower .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-lower .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-lower .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FF9900;
  }
  .navbar-lower .navbar-nav .open .dropdown-menu > .active > a, .navbar-lower .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-lower .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FF9900;
    background-color: #000000;
  }

}
}
.navbar-default {
  border-color: #1a1a1a;
}
.navbar-default .navbar-brand {
  color: #becbce;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #0598c1;
}
.navbar-default .navbar-text {
  color: #becbce;
}
.navbar-default .navbar-nav > li > a {
  color: #becbce;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #0598c1;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #none;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #becbce;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #0598c1;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #0598c1;
  background-color: #1a1a1a;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #0598c1;
  background-color: #1a1a1a;
}
.navbar-default .navbar-toggle {
  border-color: #1a1a1a;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #1a1a1a;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #becbce;
}

.navbar-default .navbar-link {
  color: #becbce;
}
.navbar-default .navbar-link:hover {
  color: #0598c1;
}

@media screen and (max-width: 990px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #becbce;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #0598c1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #0598c1;
    background-color: #1a1a1a;
  }
}


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



 /**************************************
    Carousel
**************************************/

#carousel-example-generic{
    width:100%;
    z-index:998;
}
.carousel-caption{
    font-family:DinPro;
}

.carousel-caption > p {
    font-size:40px;
	font-weight:bolder;
text-shadow: 2px 2px #000000;
    
}
.carousel-caption > h4 {
    font-size:42px;
    font-weight:bolder;
    margin-top:-2px;
    letter-spacing: 4px;
    text-shadow: 2px 2px #000000;
}
.carousel-indicators{
   
    margin-bottom:50px;

}
.carousel-indicators.av {
margin-bottom:0px;
}
.ghost-button-carousel {
  display: inline-block;
  width: 150px;
  height: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              color 0.2s ease-out;
              text-decoration: none;
font-family:Nexa-Light;
font-size:18px;
margin-top:100px;
margin-bottom:400px;
z-index:2;

}
.ghost-button-carousel:hover {
	 color:#FFFFFF;
	background-color: #000; /* fallback */
	text-decoration: none;
}
.ghost-button-carousel:active {
 	
  background-color: #fff; /* fallback */
  background-color: rgba(0,0,0, 0.8);
  border-color: #fff; /* fallback */
  border-color: rgba(255, 255, 255, 1.0);
  color:#FFFFF;
  transition: background-color 0.3s ease-in,
              color 0.3s ease-in;
              text-decoration: none;
}
.ghost-button-carousel:focus {
     color:#FFFFFF;
     text-decoration: none;
}

 /**************************************
    Home PAGE
**************************************/
#about-us{
    font-size:16px;
}
#about-us h2{
    font-family:DinProBlack;
    padding-bottom:5px;
    font-size:38px;
	  color: #000000;
}
#about-us p{
    font-size:17px;
    font-family:DinPro;
    padding-bottom:20px;
    line-height:25px;

}
#about-us li{
    font-size:17px;
    font-family:DinPro;
    line-height:25px;
	
}

.follow-us{
    width:100%;
    height:120px;
    color:black;
    border: 1px solid #000;
    background-color:red;
}

#follow_social_buttons{
margin-left:-5px;
}

#follow {
background: rgb(44,86,168);

  padding: 25px 0;
}

#follow a{
    text-decoration:none;
    color:black;
}
/* line 586, ../scss/custom.scss */
#follow h5 {
 font-family:myriad-bold
 ;
 font-size:24px;
  transition: all .5s ease;
  color:white;
}
#follow h3 {
  color:white;
  margin-top:5px;
}

/* line 590, ../scss/custom.scss */
#follow h5:hover {
background-color:#4975cc;
  color: #fff;
}


.ghost-button-follow {
    position:relative;
  display: inline-block;
  width: 350px;
  height: 40px;
  padding-top: 10px;
  color: #000;
  border: 1px solid #000;
  
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              color 0.2s ease-out;
              text-decoration: none;
  font-family:Nexa-Light;
  font-size:15px;
  letter-spacing:2px;
  margin-top:40px;
  margin-left:150px;

@media (max-width: 767px) {
    
  width: 150px;
  height: 30px;
  font-family:Nexa-Light;
  font-size:10px;
  margin-top:8px;
  margin-left:10px;
  padding-top: 1px;
    }
}
.ghost-button-follow:hover,
.ghost-button-follow:active {
    
  background-color: #fff; /* fallback */
  background-color: rgba(0,0,0, 0.2);
  border-color: #000; /* fallback */
  border-color: rgba(0, 0, 0, 1.0);
  color:#000000;
  transition: background-color 0.3s ease-in,
              color 0.3s ease-in;
              text-decoration: none;
}
.ghost-button-follow:focus {
     color:#999966;
     text-decoration: none;
}



.footer-links{
  color:  #000000;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-links a{
  display:inline-block;
  line-height: 1.8;
  text-decoration: none;
  color:  inherit;
}

.footer-center i{
  background-color:  #ffffff;
  color: #000000;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
  margin-left:30px;
}

.footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}

.footer-center p{
  display: inline-block;
  color: #000000;
  vertical-align: middle;
  font-family:sansation;
  font-size:14px;
  margin:0;
}

.footer-center p span{
  display:block;
  font-weight: normal;
  font-family:sansation;
  font-size:14px;
  line-height:2;
}

.footer-center p a{
  color: #000000;
  font-family:sansation;
  font-size:14px;
  text-decoration: none;;
}




.footer-distributed .footer-icons{
  margin-top: 10px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 25px;
  height: 35px;
  cursor: pointer;
  background-color:  #4b77c9;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */


#contact h2{
        font-family:myriad-bold;
    text-align:center;
font-size:32px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top:10px;
  padding-bottom:40px;
  color: #2c56a8;
}
  #contact  p.address{
        font-size:24px;
    }
#contact .form-horizontal {
    color:#000000;
    border-radius:5px;
}
}



#organisations{
    text-shadow: 2px 1px #000000;
    padding-top:0;
    padding-bottom:0;
    background-image: url("/assets/home/organisations.png");
    background-size:cover;
    color:#ffffff;
    h3{
        font-size:31px;
        font-family:avenir-medium;
        color:#ffffff;
        text-align:center;
        padding-top:49px;
        margin-left:290px;
        padding-bottom:49px;
    margin-right:290px;

    }
}
 /**************************************
    FOOTER FOOTER FOOTER
**************************************/
#footer{
background:#FFFFFF;
    color:#000000;
    font-family:DinPro;
    font-size:14px;
    letter-spacing:1px;
    padding-top:30px;
    padding-bottom:20px;
}
#footer .inline-row{
  display: inline-flex;
  
}
#footer input{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: #E2E2E2;
  border-width: thin;
  width: 250px;
  padding: 0px 10px;
}
#footer form.subscribe #subscribe-mail{
  background-color: #fd8162;
  color: white;
  border:medium;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
}
#footer form.subscribe #subscribe-mail:hover{
cursor: pointer;
}
#footer a{
    text-decoration:none;
    color:black;
    font-family:DinPro;
    font-size:14px;
    letter-spacing:1px;
   
}
#footer a:hover{
    color:#FF9900;
}

.mobile-number {
  display: inline-block;
  color: #FFF;
  font-family:frutiger;
    font-size:14px;
    letter-spacing:1px;
}

 /**************************************
    MISSION DISCOVERY
**************************************/

#cl_header {
     /* (img-height / img-width * container-width) */
                /* (853 / 1280 * 100) */
    width: 100%;
    height: 100%;
    position:relative;
    background-image: url("/assets/background-splash.jpg");
    background-size:cover;
    
    .headers{
        background-color:rgba(0,0,0,0.6);
    .col-md-6{
        background: rgba(0,0,0,0.6);
        #carousel-example-generic{
        height:300px;
        
}
        .col-md-offset-3 {
    background: rgba(0,0,0,0.0);
}
    }
    .col-md-5{
        background: rgba(0,0,0,0.6);
        
    }
    }
}

#space_centre_header{
    width: 100%;
    height: 100%;
    
    position:relative;
    background-image: url("/assets/rocket_background.jpg");
    background-size:cover;
}
.embed-responsive {
  position:relative;
  height: 0;
  padding: 0;
  overflow: hidden;
  z-index:999;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index:997;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
  z-index:997;
  
}
#container_header{
    height: 100%;
    width:100%;
    text-shadow: 1px 2px #000000;
}

#container_header a{
    text-decoration:none;
    color:black;
}

#container_header h5 {
  transition: all .5s ease;
  color:white;
}
#container_header h3 {
  color:white;
  margin-top:5px;
  padding:5px;
}


.internal {
    font-family:sansation;
    color:#000000;
    font-size:22px;
    padding-bottom:20px;
    padding-top:20px;
    line-height:25px;
}
#MD-Overview{
    font-size:16px;
    padding-top:10px;
    display: none;
    font-size:14px;
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;
    visibility: hidden;
}
#MD-Astronauts{
    font-size:16px;
    padding-top:10px;
    display: none;
    font-size:14px;
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;
}
#MD-Scientists{
    font-size:16px;
    padding-top:10px;
    display: none;
    font-size:14px;
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;
}
#MD-Experiments{
    font-size:16px;
    padding-top:10px;
    display: none;
    font-size:14px;
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;
}
#MD-Host{
    font-size:16px;
    padding-top:10px;
    display: none;
    font-size:14px;
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;
}
#MD-News{
    font-size:16px;
    padding-top:10px;
    display: none;
    font-size:14px;
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;

}
#MD-Past{
    font-size:16px;
    padding-top:10px;
    display: none;
    font-size:14px;
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;
}
#MD-Find{
    font-size:16px;
    padding-top:10px;
    display: none;
    font-size:14px;
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;
}

#mission_discovery_overview_container {
    background-color:#2c56a8;
    width:100%;
    height:100%;
    padding: 40px 0;
    border: 1px solid #000000;

}
#mission_discovery_find_container {
    background-color:#2c56a8;
    width:100%;
    height:100%;
    padding: 40px 0;
    border: 1px solid #000000;

}

#mission_discovery_astronauts_container {
    background-color:#2c56a8;
    
    height: 100%;
    width:100%;
  padding: 40px 0;
   border: 1px solid #000000;
}
#mission_discovery_scientists_container {
    background-color:#2c56a8;
    
    height: 100%;
    width:100%;
    padding: 40px 0;
   border: 1px solid #000000;
}
#mission_discovery_experiments_container {
   background-color:#2c56a8;
    background-size:cover;
    height: 100%;
    width:100%;
  padding: 40px 0;
   border: 1px solid #000000;
}
#mission_discovery_host_container {
    background-color:#2c56a8;
    background-size:cover;
    height: 100%;
    width:100%;
  padding: 40px 0;
   border: 1px solid #000000;
}
#mission_discovery_news_container {
    background-color:#2c56a8;
    background-size:cover;
    height: 100%;
    width:100%;
  padding: 40px 0;
   border: 1px solid #000000;
}
#mission_discovery_past_container {
    background-color:#2c56a8;
  
    height: 100%;
    width:100%;
    padding: 40px 0;
     border: 1px solid #000000;
}


.md-carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.md-carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.md-carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.md-carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  font-family:Frutiger;
}

#astronaut_team li{
    display:inline;
    cursor: pointer; cursor: hand;
    
}
#astronaut_team li#first{
    display:inline;
    cursor: pointer; cursor: hand;
    margin-left:150px;
}
#astronaut_team li img{
    width:110px;
    padding-left:5px;
    
}

#scien-title{
    font-weight:bold;
    font-size:16px;
}

/****************************************************************** SIGN UP ASTRO ******************************************************/
#signup{
    height: auto;
    width:100%;
    
}



/****************************************************************ASTRO LEADER EXP*****************************************************/
 
#AL-Overview{
    font-size:16px;
    padding-top:10px;
    display: none;
    background-image:url("/assets/landingbg2.png");
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;
    
}
#AL-Becoming{
    font-size:16px;
    padding-top:10px;
    display: none;
    background-image:url("/assets/landingbg2.png");
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;
}
#AL-Upcoming{
    font-size:16px;
    padding-top:10px;
    display: none;
    font-size:14px;
    background-image:url("/assets/landingbg2.png");
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;
}


#astro_lead_overview_container {
background: rgba(17,17,17,1);
background: -moz-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,17,17,1)), color-stop(100%, rgba(18,18,18,1)));
background: -webkit-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -o-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -ms-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: linear-gradient(to bottom, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
    background-size:cover;
    height: 100%;
    width:100%;
  padding: 40px 0;
   border: 1px solid #000000;
}

#astro_lead_becoming_container {
    background: rgba(17,17,17,1);
background: -moz-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,17,17,1)), color-stop(100%, rgba(18,18,18,1)));
background: -webkit-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -o-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -ms-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: linear-gradient(to bottom, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
    height: 100%;
    width:100%;
  padding: 40px 0;
   border: 1px solid #000000;
}
#astro_lead_upcoming_container {
 background: rgba(17,17,17,1);
background: -moz-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,17,17,1)), color-stop(100%, rgba(18,18,18,1)));
background: -webkit-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -o-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -ms-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: linear-gradient(to bottom, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);

    height: 100%;
    width:100%;
    padding: 40px 0;
     border: 1px solid #000000;
}

/**************************************COSMONAUT*****************************************************************/
#CL-Overview{
    background-image:url("/assets/footer/stars-follow.jpg");
    font-size:16px;
    padding-top:10px;
    display: none;
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;
   
    
}
#cosmo_lead_overview_container {
background: rgba(17,17,17,1);
background: -moz-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,17,17,1)), color-stop(100%, rgba(18,18,18,1)));
background: -webkit-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -o-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -ms-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: linear-gradient(to bottom, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
    background-size:cover;
    height: 100%;
    width:100%;
  padding: 40px 0;
   border: 1px solid #000000;
   
}
#CL-Activities{
    background-image:url("/assets/footer/stars-follow.jpg");
    font-size:16px;
    padding-top:10px;
    display: none;
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;
    
}
#cosmo_lead_activities_container {
background: rgba(17,17,17,1);
background: -moz-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,17,17,1)), color-stop(100%, rgba(18,18,18,1)));
background: -webkit-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -o-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -ms-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: linear-gradient(to bottom, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
    height: 100%;
    width:100%;
  padding: 40px 0;
   border: 1px solid #000000;
}
#CL-Itinerary{
    background-image:url("/assets/footer/stars-follow.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    font-size:16px;
    padding-top:10px;
    display: none;
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;
    
}#cosmo_lead_itinerary_container {
background: rgba(17,17,17,1);
background: -moz-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,17,17,1)), color-stop(100%, rgba(18,18,18,1)));
background: -webkit-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -o-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -ms-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: linear-gradient(to bottom, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
    background-size:cover;
    height: 100%;
    width:100%;
  padding: 40px 0;
   border: 1px solid #000000;
   
   
}


#cosmo_lead_astroleader_container {
background: rgba(17,17,17,1);
background: -moz-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,17,17,1)), color-stop(100%, rgba(18,18,18,1)));
background: -webkit-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -o-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -ms-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: linear-gradient(to bottom, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
    background-size:cover;
    height: 100%;
    width:100%;
  padding: 40px 0;
   border: 1px solid #000000;
}

#CL-Astroleader{
    font-size:16px;
    padding-top:10px;
    display: none;
    font-size:14px;
    background-image:url("/assets/footer/stars-follow.jpg");
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;
}
#cosmo_lead_upcoming_container {
background: rgba(17,17,17,1);
background: -moz-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,17,17,1)), color-stop(100%, rgba(18,18,18,1)));
background: -webkit-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -o-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -ms-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: linear-gradient(to bottom, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
    background-size:cover;
    height: 100%;
    width:100%;
  padding: 40px 0;
   border: 1px solid #000000;
}

#CL-Upcoming{
    font-size:16px;
    padding-top:10px;
    display: none;
    font-size:14px;
    background-image:url("/assets/footer/stars-follow.jpg");
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;
}

img {
  vertical-align: middle;
}
.img-responsive,
.thumbnailact > img,
.thumbnailact a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail{
  display: block;
  height:auto;
  padding: 4px;
  padding-left:10px;
  margin-bottom:50px;
  line-height: 1.42857143; 
       color:#ffffff;
border-style: none!important;
}
#programmes .thumbnail{
    display: block;
  min-height:707px;
  padding: 4px;
  padding-left:10px;
  margin-bottom:50px;
  line-height: 1.42857143; 
       color:#ffffff;
border-style: none;
}

.thumbnail > img,
.thumbnail a > img {
  width:100%;
  vertical-align: middle;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color:#337ab7;
}
.thumbnail .nasavisitactivities .caption h3{
     font-size:22px;
     font-weight: bold;
 text-align: center;
  font-family:myriad-bold;
  color:#000;
  margin-top: 0px;
}

.thumbnail .astroteam .caption h3{
     font-size:22px;
     font-weight: bold;
 text-align: center;
  font-family:myriad-bold;
  color:#337ab7;
  margin-top: 0px;
}
.thumbnail .cosmoact .caption h3{
     font-size:22px;
     font-weight: bold;
 text-align: center;
  font-family:myriad-bold;
  color:#000000;
  margin-top: 0px;
  border-style: none;
}
.thumbnail .astroteam .caption .border {
  height: 1.5px;
    margin-top: 5px;
    margin-bottom: 10px;
    width:100%;

}
.thumbnail .cosmoact .caption .border {
  height: 1.5px;
    margin-top: 5px;
    margin-bottom: 10px;
    width:100%;
}
.thumbnail .caption h2{
     font-weight: bold;
  text-align: left;
  font-family:sansation;
font-size:14px;
line-height:18px;
  color:#000000;
  padding:7px;
  margin-top: -10px
}
.thumbnail .caption {
font-family:sansation;
font-size:17px;
line-height: 24px;
}
.thumbnail .caption .border {
  height: 1.5px;
    margin-top: 5px;
    margin-bottom: 10px;
    width:100%;
}
.thumbnail .astroteam{
  min-height:290px;
}
.thumbnail .cosmoact{
  min-height:220px;
}
.thumbnail .findnearyou{
  min-height:547px;
}
.thumbnail .nasa{
  min-height:370px;
}
.btn-primary-hideshow { 
  color: #ffffff!important; 
  background-color: #337AB7; 
  border-color: #296599; 
} 
 
.btn-primary-hideshow:hover, 
.btn-primary-hideshow:focus, 
.btn-primary-hideshow:active, 
.btn-primary-hideshow.active, 
.open .dropdown-toggle.btn-primary-hideshow { 
  color: #ffffff; 
  background-color: #2C6699; 
  border-color: #296599; 
} 
 
.btn-primary-hideshow:active, 
.btn-primary-hideshow.active, 
.open .dropdown-toggle.btn-primary-hideshow { 
  background-image: none; 
} 
 
.btn-primary-hideshow.disabled, 
.btn-primary-hideshow[disabled], 
fieldset[disabled] .btn-primary-hideshow, 
.btn-primary-hideshow.disabled:hover, 
.btn-primary-hideshow[disabled]:hover, 
fieldset[disabled] .btn-primary-hideshow:hover, 
.btn-primary-hideshow.disabled:focus, 
.btn-primary-hideshow[disabled]:focus, 
fieldset[disabled] .btn-primary-hideshow:focus, 
.btn-primary-hideshow.disabled:active, 
.btn-primary-hideshow[disabled]:active, 
fieldset[disabled] .btn-primary-hideshow:active, 
.btn-primary-hideshow.disabled.active, 
.btn-primary-hideshow[disabled].active, 
fieldset[disabled] .btn-primary-hideshow.active { 
  background-color: #fd8162; 
  border-color: #ee9b27; 

} 
 
.btn-primary-hideshow .badge { 
  color: #337AB7; 
  background-color: #ffffff; 
}
@media screen and (max-width: 1700px) {


.thumbnail .caption h3{
     font-size:25px;
 text-align: left;
  font-family:DinProBlack;
}
.thumbnail .caption {
 font-family:sansation;
font-size:14px;
line-height:18px;

}
.thumbnail .caption .border {
  height: 1.5px;
    margin-top: 5px;
    margin-bottom: 10px;
    width:100%;
}
.thumbnail .cosmoact .caption .border {
  height: 1.5px;
    margin-top: 5px;
    margin-bottom: 10px;
    width:100%;
}
.thumbnail .nasavisitactivities .caption h3{
     font-size:22px;
     font-weight: bold;
 text-align: center;
  font-family:myriad-bold;
  color:#000;
  margin-top: 0px;
}

.thumbnail .nasavisitactivities .caption .border {
  height: 1.5px;
    margin-top: 5px;
    margin-bottom: 10px;
    width:100%;
}
.thumbnail .astroteam .caption h3{
     font-size:22px;
     font-weight: bold;
 text-align: center;
  font-family:myriad-bold;
  color:#337ab7;
  margin-top: 0px;
}
.thumbnail .cosmoact .caption h3{
     font-size:22px;
     font-weight: bold;
 text-align: center;
  font-family:myriad-bold;
   color:#000;
  margin-top: 0px;
}
  }

  @media screen and (max-width: 2000px) {


.thumbnail .caption h3{
     font-size:25px;
 text-align: left;
  font-family:DinProBlack;
}
.thumbnail .caption {
 font-family:DinPro;
font-size:14px;
line-height:18px;

}
.thumbnail .nasavisitactivities .caption h3{
     font-size:22px;
     font-weight: bold;
 text-align: center;
  font-family:DinPro;
  color:#000;
  margin-top: 0px;
}
.thumbnail .caption .border {
  height: 1.5px;
    margin-top: 5px;
    margin-bottom: 10px;
    width:100%;
}
.thumbnail .cosmoact .caption .border {
  height: 1.5px;
    margin-top: 5px;
    margin-bottom: 10px;
    width:100%;
}
.thumbnail .astroteam .caption h3{
     font-size:22px;
     font-weight: bold;
 text-align: center;
  font-family:myriad-bold;
  color:#337ab7;
  margin-top: 0px;
}
.thumbnail .cosmoact .caption h3{
     font-size:22px;
     font-weight: bold;
 text-align: center;
  font-family:myriad-bold;
   color:#000;
  margin-top: 0px;
}
  }

#tabs-188596{
    margin-top:20px;
}
#tabs-188597{
    margin-top:20px;
}
.nav-tabs{
  font-size:14px;
  color:#000000;
font-family:sansation;
}
  
.nav-tabs a{
  color:#ffffff;
  background-color:rgba(22, 22, 22,1);
}


.tab-content{
    color:#000000;
    padding:5px;
    font-size:16px;
}
.tab-content h2 {
    color:#000000;
    margin-bottom: 0 !important;
    font-size:18px;
    text-align: left !important;
}
.nav-tabs > li > a{
  border: medium none;
}
.nav-tabs > li > a:hover{
  background-color:rgba(22, 22, 22,0.99) !important;
    color: #FF9900;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #FF9900 !important;
  background-color:rgba(22, 22, 22,0.99) !important;
  border: 1px solid #888888;
}

}

#content{
    background: rgba(0,0,0,0.2); /* Old browsers */
    color:#ffffff;
    font-size:18px;
}
.whitecontent{
    margin-top:-5px;
    font-family:sansation;
    //background: rgba(0,0,0,0.2); /* Old browsers */
    color:#000000;
    font-size:22px;
    .col-md-10 {
        //background: rgba(0,0,0,0.2); 
    }
    
}



/********************************************************************** SPACE_CENTRE_VISITS ************************************************/

#SC-Overview{
    background-image:url("/assets/content1.jpg");
    font-size:16px;
    padding-top:10px;
    display: none;
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;
    
    #content{
    background: rgba(0,0,0,0.6); /* Old browsers */
    color:#ffffff;
    font-size:18px;
    
    .col-md-10 {
        background: rgba(0,0,0,0.6);
    }
    
    .becomingP {
        color:#337ab7;
    }
    p{
        margin-left:10px;
        margin-right:10px;
    }
    
    li{
        
    }
}
    
}
#space_centre_overview_container {
background: rgba(17,17,17,1);
background: -moz-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,17,17,1)), color-stop(100%, rgba(18,18,18,1)));
background: -webkit-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -o-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -ms-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: linear-gradient(to bottom, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
    background-size:cover;
    height: 100%;
    width:100%;
  padding: 40px 0;
   border: 1px solid #000000;
}
#SC-Upcoming{
    background-image:url("/assets/landingbg2.png");
    font-size:16px;
    padding-top:10px;
    display: none;
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;

}
    
#space_centre_upcoming_container {
background: rgba(17,17,17,1);
background: -moz-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,17,17,1)), color-stop(100%, rgba(18,18,18,1)));
background: -webkit-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -o-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -ms-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: linear-gradient(to bottom, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
    background-size:cover;
    height: 100%;
    width:100%;
  padding: 40px 0;
   border: 1px solid #000000;
}
#SC-Past{
    background-image:url("/assets/landingbg2.png");
    font-size:16px;
    padding-top:10px;
    display: none;
    font-family:sansation;
    padding-bottom:20px;
    line-height:25px;

}
    
#space_centre_past_container {
background: rgba(17,17,17,1);
background: -moz-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,17,17,1)), color-stop(100%, rgba(18,18,18,1)));
background: -webkit-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -o-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: -ms-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
background: linear-gradient(to bottom, rgba(17,17,17,1) 0%, rgba(18,18,18,1) 100%);
    background-size:cover;
    height: 100%;
    width:100%;
  padding: 40px 0;
   border: 1px solid #000000;
}

/************************************************************ MD SIGN UP **********************************************************************************************/

#md-signup{
font-family:sansation;
font-size:17px;
line-height: 31px;
padding:5px;
}
#md-signup h2{
  font-size:36px;
  text-align: center;
  font-family:myriad-bold;
  color:#4f5051;
}

#md-signup .form-horizontal {
  color:#4f5051;
  font-family:sansation;
  background-color: #fff;
  
}
#md-signup .form-horizontal .form{
  padding-top:8px;
}
#md-signup .form-horizontal .control-label{
  color:#4f5051;
font-weight: normal;
font-size:17px;
line-height: 31px;
padding:5px;
}
#md-signup .form-horizontal h3{
font-size:30px;
font-weight:bold;
  text-align: center;
  font-family:myriad-reg;
  color:#750512;
  padding:35px;

}

  #md-signup .form-horizontal h3 span .cosmo_sign_up_header {
  font-size:30px;
  font-weight:bold;
  text-align: center;
  font-family:myriad-reg;
  color:#108b6a;

  padding:35px;
  padding:35px 5px 15px 5px;

}

#md-signup .form-horizontal h4{
  color:#108b6a;
  font-size:22px;
  text-align:left;
  padding:55px 5px 35px 25px;
  font-family:myriad-reg;

}

#nasa_header {
     /* (img-height / img-width * container-width) */
                /* (853 / 1280 * 100) */
    width: 100%;
    height: 100%;
    font-family:sansation;
font-size:17px;
line-height: 24px;
margin-top:50px;

}
#nasa_header h2{
  font-size:28px;
  text-align: center;
  font-family:myriad-bold;
}
#md_header {
     /* (img-height / img-width * container-width) */
                /* (853 / 1280 * 100) */
    width: 100%;
    height: 100%;
    font-family:sansation;
font-size:17px;
line-height: 24px;
margin-top:20px;

}
.date{
  font-size:32px;
  
  font-family:futura;
color:#d3d3d3;
}
#md_header h2{
  font-size:28px;
  text-align: center;
  font-family:myriad-bold;
}

#astro-title{
  font-family:futura;
    font-size:24px;
    color:#337ab7;
}
#astro-name{
  font-size:32px;
  font-family:futura;
}
#astro-description p{
font-family:sansation;
font-size:17px;
line-height: 24px;
}

.mdcontent p{
font-family:sansation;
font-size:17px;
line-height: 24px;
padding:10px;
margin:10px;
}

.mdcontent a{
    font-family:sansation;
font-size:17px;
line-height: 24px;
color:#337ab7;
}

.mdcontent li{
    font-family:sansation;
font-size:17px;
line-height: 24px;
}

.mdcontent h2{
  font-size:44px;
  text-align: center;
  font-family:myriad-bold;
  padding: 10px;margin:10px;
}
.vipcontent{
  font-size:17px;
line-height: 24px;
  font-family:sansation;
}
#vipcontent h6{
  font-size:5px;
  text-align: center;
  font-family:myriad-bold;
  padding-top: 40px;
  margin:10px;
  color:#f7941e;
}
.mdcontent h5{
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding-bottom: 10px;
  margin-top: 7px;
  font-family:myriad-reg;
  text-align:left;
}
@media (min-width:0px) and (max-width: 320px) {

  .carousel-caption > p {
        font-size:16px;
        margin-bottom: 2px;
}

.carousel-caption > h4 {
        font-size:20px;
    font-weight:bold;
    margin-top:-1px;
    letter-spacing: 1px;
    text-shadow: 2px 2px #000000;
    margin-bottom:5px;
    
}
.carousel-indicators{
margin-bottom:2px;
}
.carousel-indicators.av {
margin-bottom:-5px;
}
.ghost-button-carousel {
    width: 80px;
  height: 30px;
  padding-top: 5px;
font-size:12px;
margin-top:2px;
margin-bottom:1px;
}
 .quote h2{
  font-size:18px;
  font-family:DinPro;
  padding-left:5px;
  padding-top:0;
  margin:0;
  line-height:40px;
}
 .quote p{
  font-size:16px;
  font-family:DinPro;
  padding-left:75px;
  padding-top:10px;
  margin:0;
}
}

@media (min-width:280px) and (max-width:767px) { 
  .carousel-caption > p {
        font-size:16px;
        margin-bottom: 2px;
}

.carousel-caption > h4 {
    font-size:20px;
    font-weight:bold;
    margin-top:-1px;
    letter-spacing: 1px;
    text-shadow: 2px 2px #000000;
    margin-bottom:5px;
    
}
.carousel-indicators{
margin-bottom:2px;
}
.carousel-indicators.av {
margin-bottom:-5px;
}
.ghost-button-carousel {
    width: 80px;
  height: 30px;
  padding-top: 5px;
font-size:12px;
margin-top:2px;
margin-bottom:1px;
}

  .quote h2{
  font-size:14px;
  font-family:DinPro;
  padding-left:95px;
  padding-top:0;
  margin:0;
  line-height:40px;
}
 .quote p{
  font-size:16px;
  font-family:DinPro;
  padding-left:75px;
  padding-top:10px;
  margin:0;
}

 }

@media (min-width:768px) and (max-width:1200px) { 
  .carousel-caption > p {

        font-size:26px;
        margin-bottom: 2px;
    
}
.carousel-caption > h4 {

        font-size:38px;
    font-weight:bold;
    margin-top:-1px;
    letter-spacing: 1px;
    text-shadow: 2px 2px #000000;
    margin-bottom:5px;
    
}
.carousel-indicators{
margin-bottom:2px;
}
.carousel-indicators.av {
margin-bottom:-5px;
}
.ghost-button-carousel {
    width: 80px;
  height: 30px;
  padding-top: 5px;
font-size:12px;
margin-top:8px;
margin-bottom:160px;
}

 #about-us .quote h2{
  font-size:22px;
  font-family:myriad-bold;
  padding-left:95px;
  padding-top:0;
  margin:0;
  line-height:40px;
}
 #about-us .quote p{
  font-size:16px;
  font-family:sansation;
  padding-left:75px;
  padding-top:10px;
  margin:0;
}
}

@media (min-width:1201px) and (max-width:1599px) { 

  .carousel-caption > p {

        font-size:26px;
        margin-bottom: 2px;
    
}
.carousel-caption > h4 {

        font-size:38px;
    font-weight:bold;
    margin-top:-1px;
    letter-spacing: 1px;
    text-shadow: 2px 2px #000000;
    margin-bottom:5px;
    
}
.carousel-indicators{
margin-bottom:2px;
}
.carousel-indicators.av {
margin-bottom:-25px;
}
.ghost-button-carousel {
  width: 150px;
  height: 50px;
  padding-top: 13px;
font-size:18px;
margin-top:15px;
margin-bottom:170px;
}


#about-us .quote h2{
  font-size:22px;
  font-family:myriad-bold;
  padding-left:75px;
  padding-top:0;
  margin:0;
  line-height:40px;
}
#about-us .quote p{
  font-size:16px;
  font-family:sansation;
  padding-left:75px;
  padding-top:10px;
  margin:0;
}


 }

@media screen and (min-width: 1600px) {

  hr {
    border : 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  }
  .carousel-indicators{
margin-bottom:2px;
}
.carousel-indicators.av {
margin-bottom:-25px;
}
    #md_header {
    width: 100%;
    height: 100%;
    font-family:sansation;
font-size:14px;
line-height:18px;
margin-top:100px;
margin-bottom:0;
padding-bottom:0;
}
    #nasa_header {
    width: 100%;
    height: 100%;
    font-family:sansation;
font-size:14px;
line-height:18px;
margin-top:80px;
margin-bottom:0;
padding-bottom:0;
}
    #nasa_header h2{
  font-size:36px;
  text-align: center;
  font-family:myriad-bold;
  padding-top:10px;
  margin-top:10px;
  color:#006bb3;
}
#header{
  width: 100%;
    height: 100%;
margin-top:10px;
margin-bottom:0;
padding-bottom:0;
}
#header h2{
font-size:36px;
  text-align: center;
  font-family:myriad-bold;
  padding-top:10px;
  margin-top:40px;
  color:#007acc;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}
.date{
  font-size:25px;
  font-family:futura;
color:#d3d3d3;
}
#md_header h2{
  font-size:36px;
  text-align: center;
  font-family:myriad-bold;
  padding-top:10px;
  margin-top:10px;
  color:#006bb3;

}

#md_header h5{
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding:10px 0px 10px 0px;
  margin-top: 7px;
  font-family:myriad-reg;
  text-align:left;
  color:#005c99;
}
#md_header p{
  padding-right:20px;
}

.navbar-lower .navbar-nav {
  z-index: 996;
  margin-left:0px;
}

#astro-description{
    font-family:sansation;
font-size:14px;
line-height: 24px;
}

#astro-title{
  font-family:futura;
    font-size:19px;
    color:#337ab7;
}
#astro-name{
  font-family:futura;
  font-weight:bold;
    color:#337ab7;
    font-size:22px;
}

.mdcontent{
    font-family:sansation;
font-size:16px;
line-height:18px;
}
.mdcontent li{
 font-family:sansation;
font-size:16px !important;
line-height:25px;
}
.mdcontent p{
    font-family:sansation;
font-size:16px;
line-height:18px;
padding:10px;
}
.mdcontent h2 {
  font-size:25px;
  text-align: center;
  font-family:myriad-bold;
}
#about-us .mdcontent .quote h2 {
  font-size:22px;
  font-family:DinPro;
  padding-left:65px;
  padding-top:0;
  margin:0;
  line-height:40px;

}

#about-us .mdcontent .quote p{
  font-size:16px;
  font-family:DinPro;
  padding-left:75px;
  padding-top:10px;
  margin:0;
}


}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
  hr {
    border : 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  }
  .carousel-indicators{
margin-bottom:2px;
}
.carousel-indicators.av {
margin-bottom:-25px;
}
    #md_header {
    width: 100%;
    height: 100%;
    font-family:sansation;
font-size:14px;
line-height:18px;
margin-top:100px;
margin-bottom:0;
padding-bottom:0;
}

#header{
  width: 100%;
    height: 100%;
margin-top:10px;
margin-bottom:0;
padding-bottom:0;
}
#header h2{
font-size:50px;
  text-align: center;
  font-family:myriad-bold;
  padding-top:10px;
  margin-top:10px;
  color:#000000;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}
.date{
  font-size:25px;
  font-family:futura;
color:#d3d3d3;
}
#md_header h2{
  font-size:36px;
  text-align: center;
  font-family:myriad-bold;
  padding-top:10px;
  margin-top:10px;
  color:#006bb3;

}

#md_header h5{
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding:10px 0px 10px 0px;
  margin-top: 7px;
  font-family:myriad-reg;
  text-align:left;
  color:#005c99;
}
#md_header p{
  padding-right:20px;
}

.navbar-lower .navbar-nav {
  z-index: 996;
  margin-left:0px;
}

#astro-description{
    font-family:sansation;
font-size:14px;
line-height: 24px;
}

#astro-title{
  font-family:futura;
    font-size:19px;
    color:#337ab7;
}
#astro-name{
  font-family:futura;
  font-weight:bold;
    color:#337ab7;
    font-size:22px;
}

.mdcontent{
    font-family:sansation;
font-size:15px !important;
line-height:18px;
}
.mdcontent li {
  font-family:sansation;
font-size:15px !important;
line-height:18px;
}
.mdcontent p{
    font-family:sansation;
font-size:15px !important;
line-height:18px;
}
.mdcontent h2 {
  font-size:25px;
  text-align: center;
  font-family:myriad-bold;
}
#about-us .mdcontent .quote h2 {
  font-size:22px;
  font-family:DinProBlack;
  text-align: left;
  padding-left:65px;
  padding-top:0;
  margin:0;
  line-height:40px;

}

#about-us .mdcontent .quote p{
  font-size:16px;
  font-family:DinPro;
  padding-left:75px;
  padding-top:10px;
  margin:0;
}


}

#programmes{
      background-color: #FFFFFF;
overflow:auto;
    font-size:16px;
}
.programmes-border {
  height: 3px;
    margin-top: 5px;
    margin-bottom: 10px;
    width:100%;
}

.bio{
  display:none;
  margin-top: 15px;
}

.cosmo-button-hideshow { 
  color: #ffffff; 
  
  border-color: #000000; 
} 
 
.cosmo-button-hideshow:hover, 
.cosmo-button-hideshow:focus, 
.cosmo-button-hideshow:active, 
.cosmo-button-hideshow.active, 
.open .dropdown-toggle.cosmo-button-hideshow { 
  color: #ffffff !important; 
  background-color: #065E49; 
  border-color: #000000; 
} 
 
.cosmo-button-hideshow:active, 
.cosmo-button-hideshow.active, 
.open .dropdown-toggle.cosmo-button-hideshow { 
  background-image: none; 
} 
 
.cosmo-button-hideshow.disabled, 
.cosmo-button-hideshow[disabled], 
fieldset[disabled] .cosmo-button-hideshow, 
.cosmo-button-hideshow.disabled:hover, 
.cosmo-button-hideshow[disabled]:hover, 
fieldset[disabled] .cosmo-button-hideshow:hover, 
.cosmo-button-hideshow.disabled:focus, 
.cosmo-button-hideshow[disabled]:focus, 
fieldset[disabled] .cosmo-button-hideshow:focus, 
.cosmo-button-hideshow.disabled:active, 
.cosmo-button-hideshow[disabled]:active, 
fieldset[disabled] .cosmo-button-hideshow:active, 
.cosmo-button-hideshow.disabled.active, 
.cosmo-button-hideshow[disabled].active, 
fieldset[disabled] .cosmo-button-hideshow.active { 
  background-color: #108B6F; 
  border-color: #000000; 
} 
 
.cosmo-button-hideshow .badge { 
  color: #108B6F; 
  background-color: #ffffff; 
}
.nasa-button-hideshow { 
  color: #ffffff; 
  background-color: #A60000; 
  border-color: #4A0000; 
} 
 
.nasa-button-hideshow:hover, 
.nasa-button-hideshow:focus, 
.nasa-button-hideshow:active, 
.nasa-button-hideshow.active, 
.open .dropdown-toggle.nasa-button-hideshow { 
  color: #ffffff; 
  background-color: #6B1F1F; 
  border-color: #4A0000; 
  color: #ffffff !important; 
} 
 
.nasa-button-hideshow:active, 
.nasa-button-hideshow.active, 
.open .dropdown-toggle.nasa-button-hideshow { 
  background-image: none; 
} 
 
.nasa-button-hideshow.disabled, 
.nasa-button-hideshow[disabled], 
fieldset[disabled] .nasa-button-hideshow, 
.nasa-button-hideshow.disabled:hover, 
.nasa-button-hideshow[disabled]:hover, 
fieldset[disabled] .nasa-button-hideshow:hover, 
.nasa-button-hideshow.disabled:focus, 
.nasa-button-hideshow[disabled]:focus, 
fieldset[disabled] .nasa-button-hideshow:focus, 
.nasa-button-hideshow.disabled:active, 
.nasa-button-hideshow[disabled]:active, 
fieldset[disabled] .nasa-button-hideshow:active, 
.nasa-button-hideshow.disabled.active, 
.nasa-button-hideshow[disabled].active, 
fieldset[disabled] .nasa-button-hideshow.active { 
  background-color: #A60000; 
  border-color: #4A0000; 
} 
 
.nasa-button-hideshow .badge { 
  color: #A60000; 
  background-color: #ffffff; 
}

hr.star-light{
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 550px;
  margin: 25px auto 30px;

}
hr.star-light:after {
  content:"\f135";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 1.5em;
  padding: 0 0.25em;

}
hr.star-light {
  border-color:#4f5051;
}
hr.star-light:after {
  background-color:white;
  color:#4f5051;
}
.pathname {
  color:#4f5051;
  font-size: 14px;
  font-weight: normal;
  text-align:left;

}
.form-error {
  color:#ff0000;
  font-size: 26px;
}
#md-signup .passport-warning {
  color:#108b6a;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 20px;
  display:inline-block;
}
.fa .fa-times{
  color:black;
}

.arctic-header{
margin-top:75px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.container-fluid {
   padding: 0px;
}
.scott-kelly-text{
	font-size: 14px;
	line-height: 16px;
}
.activity-container-first{
  margin-top: -20px;
  padding-bottom: 55px;
}
.activity-container{
  margin-top: -20px;
  padding-bottom: 55px;
  height: 100%;
}
.activity-container-first p{
  font-family:sansation;
font-size:17px;
line-height: 24px;
padding:10px;
margin:10px;
}
.activity-container p{
  font-family:sansation;
font-size:17px;
line-height: 24px;
padding:10px;
margin:10px;
}
  #sticky-footer {
    bottom: 0;
    width: 100%;
    position: absolute;
    height: $height-footer;
    background-color: #f5f5f5;
    .footer-block {
      margin: 20px 0;
    }
  }
.img-center {margin:0 auto;}

.dropdown-single{
  color:white;
  background-color:#4b77c9;
  padding:20px 30px;
  margin-top:5px;
}
.dropdown-single h2{
  padding:0;
  margin:3px;
  text-align:left;
  font-size:2rem;
}
.dropdown-content{

  background-color:#ebebeb;
  max-height: 0;
	overflow: hidden;
    -webkit-transition: max-height 0.2s;
	-moz-transition: max-height 0.2s;
    transition: max-height 0.2s;
        transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    opacity: 0.0;
}
.dropdown-content-active{
  color:#636161;
  padding: 10px 30px;
  max-height: 10000px;
  -webkit-transition: max-height 0.2s;
-moz-transition: max-height 0.2s;
  transition: max-height 0.2s;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
.px-2{
  padding-left:90px;
}
.pl-2{
  padding-left:20px;
  font-size:2rem;
  padding-top:5px;
}
.ml-auto{
  margin-left:auto;
  text-align:right;
}
.signup-button{
  border: solid 2px #333;
  padding:15px;
  margin: 100px auto;
  width:20%;
  background-color:rgb(255, 166, 0);
    color:white!important;
    border-radius: 5px;
    text-align: center;
}
.signup-button:hover{
  background-color:rgb(255, 187, 0);
}
.signup-button a{
  margin:0;
  padding:5px;
  color:white;
}
.signup-button a:hover{
  margin:0;
  padding:5px;
  color:white;
  cursor:pointer;
}
  @-webkit-keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.14, 1.14, 1.14);
      transform: scale3d(1.14, 1.14, 1.14);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }
  @media  screen and (min-width: 793px) {
    .col-centered{
      margin-left:25%;
  }
}
@media screen and (max-width: 792px) {
  .col-centered{
    margin-left:0%;
}
}
.standing-order-link{
  color:#ffae00;
}
.standing-order-link:hover{
  color:#ff9100;
  text-decoration: none;
}

#mission-discovery-feedback h2{
  color: white;
}
#mission-discovery-feedback #carousel-example-generic{
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
#mission-discovery-feedback .carousel-caption {
  bottom:-10px;
}
#mission-discovery-feedback .glyphicon.glyphicon-chevron-right, #mission-discovery-feedback .glyphicon.glyphicon-chevron-left{
  color: rgb(28, 91, 228);
}
#mission-discovery-feedback .glyphicon.glyphicon-chevron-right:hover, #mission-discovery-feedback .glyphicon.glyphicon-chevron-left:hover{
  color: rgb(18, 66, 168);
}
#mission-discovery-feedback .carousel-caption > p {
  color: #555;
  text-shadow: none;
}

#mission-discovery-feedback .carousel-control.right, #mission-discovery-feedback .carousel-control.left{
  background-image: none;
}
.find-near-you{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 50px 30px;
}
.mission-discovery.card{
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  width: 320px;
  margin: 15px;
}
.mission-discovery.card.spaces{
  border-bottom: solid 5px #3C0;
}
.mission-discovery.card.no-spaces{
  border-bottom: solid 5px rgb(156, 31, 31);
}

.mission-discovery.card .row{
  width:100%;
  margin: 0;
  display: flex;
  justify-content: center;
}
.mission-discovery.card .content{
  width:100%;
  padding: 20px 10px;
}
.mission-discovery.card img{
  width:100%;
}
.mission-discovery.card .date{
  font-size: 18px;
  color: #555;
}
.mission-discovery.card p.spaces{
  color:#3C0;
  font-size: 15px;
  text-transform:none
}
.mission-discovery.card.no-spaces p.spaces{
  color:#b12424;
}
.mission-discovery.card .location{
    font-size: 20px;
    color: #555;
    letter-spacing: 1px;
    margin:20px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}
.mission-discovery.card .age{
  font-size: 17px;
  color: #777;
}
.mission-feedback .tab-content{
  display: none;
}
.mission-feedback .text-feedback{
  padding: 30px 10px;
  border-top: dashed 2px #ccc;
}
.mission-feedback .text-feedback:first-of-type{
  border-top: none;
}
.mission-feedback .text-feedback h5{
    font-size: 18px;
    font-style: italic;
    color: #2F2F2F;
    text-transform: lowercase
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    line-height: 1.3;
}
.mission-feedback .text-feedback p{
  margin: 0;
  padding: 0;
}
.mission-feedback .img-feedback{
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 30px 10px;
  border-top: dashed 2px #ccc;
}
.mission-feedback .img-feedback:first-of-type{
  border-top: none;
}
.mission-feedback .img-feedback img{
  display: flex;
  width: 27%;
  justify-content: space-between;
  border-radius: 3px;
}
.mission-feedback .img-feedback .text-feedback{
  display: flex;
  flex-wrap: wrap;
  width: calc(73% - 30px);
  justify-content: space-between;
  border: none;
}
@media screen and (max-width: 1200px){
  .mission-feedback .img-feedback img{
    width: 80%;
  }
  .mission-feedback .img-feedback{
    justify-content: center;
  }
  .mission-feedback .img-feedback .text-feedback{
    width: calc(100% - 30px);
  }
}

.internal div[id^="section"]{
  padding-top: 130px;
}
nav.navigation{
  width: 100%;
  position:fixed;
  top: 0;
  left: 0;
  height: 55px;
  background-color: #2c56a8;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: myriad-reg !important;
  font-size: 17px;
  z-index: 99999;
}
.navigation .logo{
  margin: 0px 20px;
  display: block;
}
.navigation .nav-container{
  display: inline-flex;
  align-items: center;
}
.navigation .links-container ul{
  display: inline-flex;
  justify-content: space-around;
  width: 700px;
  padding: 0;
  margin: 0;
}
.navigation .links-container ul li{
  list-style: none;
  padding: 0;
}
.navigation .links-container ul li a{
  text-decoration: none;
  color: #fff;
}
.navigation .links-container ul li a:hover{
  text-decoration: none;
  color: #ff8800;
}
.navigation ul.mobile{
  display: none;
  width: 300px;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 55px;
  left: 0;
  background-color: #1f1f1f;
  z-index: 99999;
}
.navigation ul.desktop{

}
.navigation ul.mobile li a{
  padding: 15px 30px;
  display: flex;
}
.currency-toggler-container{
  margin-right:80px;
}
.currency-toggler:hover{
  cursor: pointer;
  text-decoration: underline;
}

.currency-list{
  display: flex;
  flex-direction:column;
  background-color: #3a3a3a;
  position: absolute;
  top: 40px;
  right: 100px;
  padding: 10px 0px;
  display: none;
  transition: display 0.5s ease-in;
}
.currency-item{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 30px;
}
.currency-item:last-of-type{
  margin-bottom: 0;
}
.currency-item:hover{
  background-color: #424242;
  cursor: pointer;
}
.currency-item.active{
  background-color: #838383;
  cursor: pointer;
}
.currency-item img{
  display: flex;
  margin-left: 20px;
}
.currency-item p{
  display: flex;
  margin: 0;
  font-size:16px;
  line-height: 16px;
  color:#fff;
}
.currency-list.flex-show{
  display: flex;
}
.current-currency p {
  margin: 0;
  color: white;
  margin-right: 10px;
}
.current-currency{
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.current-currency:hover{
  cursor: pointer;
}
.currency-toggler{
  display: inline-flex;
  align-items: center;
}
nav img.hidden-mobile{
  display: block;
}
nav img.hidden-desktop{
  display: none;
}
nav.navigation .burger{
  display: none;
  font-size:28px;
  margin-left: 20px;
}

@media only screen and (max-width: 1100px){
  nav.navigation .burger{
    display: flex;
    color: #fff;
  }
  .navigation ul.desktop{
    display: none;
  }
  .navigation ul.mobile.active{
    display: flex;
  }
  nav.navigation{
    font-size: 16px;
  }
  nav img.hidden-mobile{
    display: none;
  }
  nav img.hidden-desktop{
    display: block;
  }
}
