@charset "UTF-8";
header {
  transition: all ease 0.5s;
  background-color: #FFFFFF;
  color: "";
  width: 100%;
  z-index: 10;
  /* top */
}
header a {
  color: #454545;
  transition: color ease 0.3s;
}
header a:hover {
  color: #333333;
}
header .toparea {
  display: flex;
}
header .leftnav nav > ul {
  justify-content: flex-start;
}
header .rightnav nav > ul {
  justify-content: flex-end;
}
header .centernav nav > ul {
  justify-content: center;
}
header .rightnav .closeNav {
  order: 1 !important;
}
header .insideleft {
  display: flex;
  position: relative;
}
header .insideleft > .logo {
  max-width: 25%;
  flex: 0 0 25%;
}
header .insideleft > nav {
  max-width: 75%;
  flex: 0 0 75%;
  margin-top: auto !important;
}
header .insideleft .topinside {
  position: relative;
}
header .insideright {
  flex-direction: row-reverse;
  display: flex;
  position: relative;
}
header .insideright > .logo {
  max-width: 25%;
  flex: 0 0 25%;
}
header .insideright > nav {
  max-width: 75%;
  flex: 0 0 75%;
  margin-top: auto !important;
}
header .insideright .topinside {
  flex-direction: row-reverse;
  position: relative;
}
header .insideright .top > .container {
  justify-content: flex-start !important;
}
header .topleft > .logo {
  max-width: 100%;
  flex: 0 0 100%;
}
header .topleft > .logo img {
  max-width: 25%;
}
header .topleft > nav {
  max-width: 100%;
  flex: 0 0 100%;
}
header .topleft .container {
  position: relative;
}
header .topright > .logo {
  max-width: 100%;
  flex: 0 0 100%;
  text-align: right;
}
header .topright > .logo img {
  max-width: 25%;
}
header .topright > nav {
  max-width: 100%;
  flex: 0 0 100%;
}
header .topright .topinside {
  flex-direction: row-reverse;
}
header .topright .top {
  justify-content: flex-start !important;
}
header .topcenter {
  width: 100%;
  text-align: center;
}
header .topcenter > .logo {
  max-width: 100%;
  flex: 0 0 100%;
}
header .topcenter > .logo img {
  max-width: 25%;
}
header .topcenter > nav {
  max-width: 100%;
  flex: 0 0 100%;
}
header .helper {
  flex: 0 0 100%;
  max-width: 100%;
}
header .logo img {
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 125px;
}
header .symbol {
  /**/
}
header .weblogo img {
  max-height: 3rem;
  min-height: 2rem;
  width: auto;
}
header .toparea {
  width: 100%;
  background-color: #EEEEEE;
  top: 0;
  z-index: 998;
}
header .toparea.active {
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
}
header .top {
  width: 100%;
}
header .top .notitle .funcItemTitle {
  display: none;
}
header .top .notitle .pr-2 {
  padding-right: 0 !important;
}
header .top ul {
  list-style: none;
}
header .top div.func {
  display: flex;
}
header .top a {
  color: #454545;
  display: block;
  padding: 0.35rem 1rem;
}
header .top a:hover {
  color: #000000;
}
header .top li {
  background-color: transparent;
  transition: color ease 0.3s;
  display: inline-block;
}
header .top .login a:before {
  content: '';
  font-family: FontAwesome;
}
header .top .login span {
  padding-left: 10px;
}
header .top .logout {
  display: block;
}
header .top .logout a:before {
  content: '';
  color: #090;
  font-family: FontAwesome;
}
header .top .logout span {
  padding-left: 10px;
}
header .top .search a:before {
  content: '';
  font-family: FontAwesome;
}
header .top .search span {
  padding-left: 10px;
}
header .top .contrast a:before {
  content: '';
  font-family: FontAwesome;
}
header .top .contrast span {
  padding-left: 10px;
}
header .languagemenu {
  text-transform: uppercase;
  padding-left: 0rem;
  padding-right: 0rem;
}
header .languagemenu a {
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
header .languagemenu .inactive > span {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
header .languagemenu .active a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #454545;
  border-bottom: 2px solid #333333;
}
header .languagemenu .text-muted {
  color: rgba(69, 69, 69, 0.65) !important;
  padding-left: 0rem;
  padding-right: 0rem;
  display: flex;
  align-items: center !important;
}
header .languagemenu .inactive > * {
  display: block;
}
header .contrastOFF {
  display: none;
}
header .fsrange {
  cursor: pointer;
  align-self: stretch;
}
header .fsrange label {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
}
