/* Global Styles */

html,
body {
	height: 100%;
	width: 100%;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}

/*
.vert-text2 {
  display: table-cell;
  text-align: center;
  color: #ffffff;
}
.vert-text2 h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}
.vert-text3 {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}
*/

mark-blue {
  background-color: #13174a; /*13669C*/
  color: white;
  padding: 0.3em 0.3em;
}
mark-purple {
  background-color: #B33771; /* #a7358b (SSC Color brand);  #B33771*/
  color: white;
  padding: 0.3em 0.3em;
}
mark-green {
  background-color: #00B3A2; /* #00a291 (SSC Color brand);  #00B3A2*/
  color: white;
  padding: 0.3em 0.3em;
}
mark-lightGrey {
  background-color: #f2f3f5;
  color: #2867B2;
  padding: 0.3em 0.3em;
}


/* Nav Bar */

.navbar {
    margin-bottom: 0;
    /*border-bottom: 1px solid rgba(255,255,255,.3);*/
    /*
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    */
    background-color: #00B3A2;
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
     color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    /*background-color: rgba(255,255,255,.2);*/
    /*background-color: rgba(255,162,0,.4); */
    /*background-color: rgba(255,255,255,.5);*/
    color: #00B3A2; /* Orange text #FF8000; */
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #FFFFFF; /* #c0392b; */
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

/* @media(min-width:767px) { */
@media(min-width:1px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        /*letter-spacing: 1px;*/
        background: 0 0; /* -->this makes the navbar background transparent */
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        /*background-color: #00B3A2; /* -->this is the navbar color */
        /*background-color: rgba(0,102,204,0.8); /* rgba(242,242,242,0.9); 	/* -->this is the navbar color */
		background-color: rgba(19,23,74,0.8); /* rgba(242,242,242,0.9); 	/* -->this is the navbar color */
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
    
    .navbar-custom.top-nav-collapse a {
     	color: #FFFFFF; /* #A4A4A4; /* Grey */
	}
	
	.navbar-toggle.top-nav-collapse {
    	padding: 4px 6px;
    	font-size: 16px;
    	color: #FFFFFF; /* #A4A4A4; /* Grey */
	}
	

}


/* btn-circle (on Cover) */

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    /*background: rgba(255,255,255,.4);*/
	background: rgba(0,179,162,.4);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.page-scroll-2 {
	margin-top: 150px;
}


/* Full Page Image Header Area */
.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/ssc-italy-bg.jpg) no-repeat center center fixed; /* center fixed */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Half Page Image Header Area */
.header-2 {
  display: table;
  height: 50%;
  width: 100%;
  position: relative;
  background: url(../img/ssc-italy-bg.jpg) no-repeat center center fixed; /* center fixed */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Intro */

.intro {
  padding: 50px 0;
  /*background: #3498db;*/
  background: #14254e;
  color: #ffffff;
}



/* -------------- About -------------- */
.white-section {
  background: #ffffff;
  padding: 60px 0;
}

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}
/* -------------- /About ------------- */


/* ------- Background SSC Map -------- */
.backgroundSSCmap {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/SSC_Worldmap_White+SSC_Italy.jpg) no-repeat center ;  /* center fixed */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  border-top: 1px solid rgba(255,255,255,.3);
  */
  margin-top: 	 10px;
}
/* ------- /Background SSC Map ------- */


/* ------- Background SSC Why -------- */
.backgroundSSCwhy {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/whyUs-960px.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* ------- /Background SSC Why ------- */


/* ----- Background Eng.Service ------ */
.backgroundEngServ {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/engineering-services-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  border-top: 2px solid rgba(0, 179, 162,1.0);
  padding: 60px 0;
}
/* ----- /Background Eng.Service ----- */




/* --------- Background COS ---------- */
.backgroundCOS {
  border-top: 1px solid rgba(255,255,255,.3);
  background-color: #13174A;
  color: #FFFFFF;
}
/* -------- /Background COS ---------- */


/* --------- Background SDS ---------- */
.backgroundSDS {
  border-top: 1px solid rgba(255,255,255,.3);
  background-color: #B33771;
  color: #FFFFFF;
}
/* -------- /Background SDS ---------- */


/* --------- Background RPO ---------- */
.backgroundRPO {
  border-top: 1px solid rgba(255,255,255,.3);
  background-color: #00B3A2;
  color: #FFFFFF;
}
/* -------- /Background RPO ---------- */


/* --------- Grey Background --------- */
.backgroundGrey {
  border-top: 1px solid rgba(255,255,255,.3);
  background-color: #f2f3f5;
}
/* -------- /Grey Background --------- */


/* -------- Background Career -------- */
.backgroundBlue {
  color: #ffffff;
  background: #0a5175; /* #e67e22; #e74c3c; */
  padding: 60px 0;
}
/* ------- /Background Career -------- */


/* -------- Background Rocket -------- */
.backgroundRocket {
  color: #ffffff;
  display: table;
  height: 100%;
  width: 100%;
  background: url(../img/spacetrip_copyrights-mirquurius.jpg) no-repeat center;  /* center fixed */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  border-top: 1px solid rgba(255,255,255,.3);
}
/* ------- /Background Rocket -------- */


/* --------- Callout-Quote-DS -------- */
.callout-DS {
  color: #ffffff;
  display: table;
  height: 100%;
  width: 100%;
  background: url(../img/space-window-1920x1080px-v2.jpg) no-repeat center center fixed;  /* center fixed */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  border-top: 1px solid rgba(255,255,255,.3);
}
/* -------- /Callout-Quote-DS -------- */



/* ------------ Contact  ------------- */
.contactSection {
  color: #ffffff;
  background: #020524; /* #060a38   #0a5175   #020524   */
  border-top: 1px solid rgba(255,255,255,.3);
  padding: 160px 0 160px 0;
}
/* ------------ /Contact  ------------ */



/* -------------- Map  --------------- */
/* Map */
.map {
  height: 450px;
}
/* -------------- /Map  -------------- */


/* -------- Footer Background -------- */
.backgroundFooter {
  background-color: #363535;
  margin-top: 0px;
  border-top: 1px solid rgba(0,0,0,1);
  font-size: 14px;
  color: #95a5a6
}
/* ------- /Footer Background -------- */



/* ------------ Features ------------ */
.feature {
  padding: 50px 0;
}

.feature-item {
  margin-bottom: 25px;
}

.img-feature {
  margin: 0 auto;
}
/*
.img-feature-2 {
  margin: 0 auto;
  border: 2px solid rgba(255,255,255,.9);
}
*/
/* ------------ /Features ------------ */



/* --------------- API --------------- */
/*
.api {
  background-color: #f7f7f7;
  padding: 50px 0;
  height: 640px;
}
*/
/* --------------- /API --------------- */



/* ------------ Call to Action ------------ */
/*
.call-to-action {
  color: #ffffff;
  background: #000000;
  padding: 50px 0;
  
  height: 630px;
}
*/

/*
.call-to-action .btn {
  margin: 10px;
}
*/
/* ------------ /Call to Action ------------ */


/* ------------ Call to Action 2 ------------ */
/*
.call-to-action-2 {
  color: #ffffff;
  background: #0a5175; 
  padding: 30px 0;
  
  height: 400px;
}
*/

/*
.call-to-action-2 .btn {
  margin: 10px;
}
*/
/* ------------ /Call to Action  ------------ */



/* ------------ Footer ------------ */
footer {
  padding: 100px 0;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #3498db;
}

i.scroll:hover {
  color: #0a5175;
}
/* ------------ /.Footer ------------ */


/*
.callout-footer {
  display: table;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
*/





/* ----------- Responsive ----------- */

@media only screen and 
        (-webkit-min-device-pixel-ratio: 1.5), only screen and 
        (-o-min-device-pixel-ratio: 3/2), only screen and 
        (min-device-pixel-ratio: 1.5) {

/* @media all and (min-width:0px) and (max-width: 1024px) { */


  .header {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    background: url(../img/ssc-italy-bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
     
  }

.header-2 {
  display: table;
  height: 50%;
  width: 100%;
  position: relative;
  background: url(../img/ssc-italy-bg.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.backgroundEngServ {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/engineering-services-bg.jpg) no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  border-top: 2px solid rgba(0, 179, 162,1.0);
  padding: 60px 0;
}

.callout-DS {
  color: #ffffff;
  display: table;
  height: 100%;
  width: 100%;
  background: url(../img/space-window-1920x1080px-v2.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  border-top: 1px solid rgba(255,255,255,.3);
}

}
/* ----------- /Responsive ---------- */
