/*
 * subheader
 *
 * - accent blue : #0098e6
 * - blue color : #172148
 */

#subheader {
  width: 100%;
  background: #172148;
  position: relative;
  padding: 10px 0;
  z-index: 1000;
  display: none;
}
.underpage #subheader {
  display: block;
}
.subheader_inner {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
.subheader_logo {
  float: left;
}
.subheader_logo img {
  height: 46px;
}
.submenu_action {
  float: left;
  width: 750px;
  text-align: center;
  padding-top: 8px;
}
.submenu_close {
  display: none;
}
.subheader_menu {
  display: none;
  text-align: center;
  padding: 10px 0;
}
.subheader_menu a {
  display: inline-block;
  margin-right: 45px;
}
.subheader_icons {
  float: right;
}
.subheader_icons {
  padding-top: 12px;
}
.subheader_icons a {
  margin-left: 20px;
  color: #fff;
  font-size: 2rem;
}
.subheader_icons a img {
  height: 20px;
}
.home #subheader {
  position: fixed;
  display: none;
}

@media screen and (max-width: 680px) {
  .subheader_inner {
    padding: 0 10px;
  }
  .submenu_action {
    position: absolute;
    left: 48%;
    float: none;
    width: auto;
    /*
		text-align: center;
		padding-top: 8px;
		*/
  }
  .submenu_action img {
    height: 20px;
  }
  .subheader_icons a {
    margin-right: 15px;
    margin-left: 0;
  }
  .subheader_menu {
    padding-top: 10px;
  }
  .subheader_menu a img {
    height: 25px;
  }
  .subheader_menu a {
    margin: 0 15px;
  }
}
