@charset "UTF-8";

/* ============================================================
HEADER
============================================================ */

.launch-header {
  background-color: #191c1e;
  color: #1398c5;
  padding: 21px;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  
}

.launch-header:before,
.launch-header:after {
  content: " ";
  display: table;
}

.launch-header .container {
  max-width: 1000px;
  margin: 0 auto;
}

.launch-header:after {
  clear: both;
}

.launch-header h1 {
  font-size: 16px;
  font-style: italic;
  line-height: 41px;
  float: left;
}

.launch-header .launch-header-nav {
  float: right;
}

.launch-header span {
  display: inline-block;
  float: right;
}

.launch-header .logo {
  background-repeat: no-repeat;
  background-image: url('../../images/logo/dr_java.png');
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 64px;
  height: 41px;
  display: block;
  float: left;
  margin-right: 35px;
}

.launch-header .launch-header-nav {
  font-size: 14px;
  text-transform: uppercase;
  color: #fefefe;
  padding: 11px 0;
}

.launch-header .launch-header-nav a {
  border-left: 1px solid #f0a939;
  padding: 2px 15px;
  vertical-align: middle;
  float: none;
  font-weight: bold;
}

.launch-header .launch-header-nav a:first-child {
  border-left: 0;
}

.launch-header .launch-header-button {
  float: right;
  background: #1398c5;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  padding: 7px 20px;
  margin: 6px 0px;
}

.launch-header .launch-header-button:after {
  content: "\f105";
  font-family: fontAwesome;
  margin-left: 7px;
  font-size: 12px;
  position: relative; 
  top: -1px;
}

@media (max-width: 991px) {
  .launch-header {
    top: 0;
    left: 0;
    position: absolute;/* fixed */
    z-index: 999;
  }
  .launch-socialgallery .launch-socialgallery-title {
    text-align: center;
  }
  .launch-header hgroup {
    width: 90%;
    margin: 0 5%;
  }
}

@media (max-width: 767px) {
  .launch-header h1,
  .launch-header .logo {
    float: none;
    margin: 0 auto;
  }
  .launch-header span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .launch-header .launch-header-nav {
    float: none;
    clear: both;
  }

}

/* Reset */
.launch-content {
  padding: 0 !important;
  min-height: 682px;
}

@media (max-width: 991px) {
  header + .launch-content {
    padding-top: 83px !important;
  }
}

@media (max-width: 767px) {
  header + .launch-content {
    padding-top: 161px !important;
  }
}
