.ek-header{
  /* position: relative;
  z-index: 2; */
}

.ek-header_content {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 20px 10px;
  min-height: 230px;
  background-image: url("/Home/Img/bg-header.png");
  background-size: 1530px auto;
  background-position: center -1px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  font-family: "MedievalSharp", cursive;
  flex-direction: column;
}

.ek-header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /*pull to the top*/
}

.ek-header-bottom .decore-txt {
  font-size: 45px;
  color: #4d3833;
  user-select: none;
}

.ek-header-bottom-middle .decore-txt {
  font-size: 48px;
  color: #660066;
  user-select: none;
  margin-top: -5px;
}
.ek-header-bottom-left,
.ek-header-bottom-right {
  width: 370px;
}

.ek-header-bottom-middle {
  width: 550px;
  height: 50px;
  display: flex;
  justify-content: space-between;
}

.ek-header-nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 400px;
  height: 50px;
  color: #880000;
  flex-flow: row-reverse;
}

.ek-header-nav a {
  color: #880000;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.ek-header-nav a {
  width: 80px;
  text-align: center;
}
.ek-header-nav a:hover {
  color: #990000;
}

.ek-header-nav a:active {
  color: #aa0000;
  transform: scale(1.03);
}
.ek-header-top-left {
  width: 200px;
}
.ek-header-top-right {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ek-header-nav .ek-h-gab {
  width: 120px;
}

.ek-header-nav .ek-border-v {
  margin: 0 15px;
  height: 40px;
}

.ek-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 75px;
}

.ek-header-top .ek-btn {
  background: none;
  border: none;
}

.ek-header-top .ek-btn:active {
  transform: scale(1.03);
}

.ek-header-top .ek-favico {
  width: 52px;
  height: 52px;
  background-image: url("/Res/favicon.png");
  background-size: auto 52px;
  background-repeat: no-repeat;
  background-position: center;
}
