/* Header: top part (1/3) */

.header-top-row {
  min-height: 130px;
  max-height: 130px;
}

.header-top-row-inner {
  width: 60%;
  margin: 0 auto;
}

.img-logo {
  width: 110px;
  height: 110px;
  margin-top: 10px;
}

.logo-container {
  max-width: 50%;
  min-height: 130px;
}

.logo-container-right {
  min-width: 150px;
  max-width: 150px;

  position: relative;
  top: -130px;
}

.icon-link-without-deco {
  position: relative;
  top: 95px;
  margin-left: 5px;
}

/* Header: mid part (2/3) */

.header-mid-row {
  min-width: 100%;
  max-width: 100%;
  min-height: 40px;
}

.header-mid-row-inner {
  width: 60%;
  margin: 0 auto;
  min-height: 40px;
}

.menu-item {
  min-height: 40px;
  margin-right: 20px;
}

.menu-item a {
  font-size: 14px;
  font-family: "Open Sans", Verdana, sans-serif;
  letter-spacing: 4px;
  line-height: 38px;
  text-decoration: none;
  color: #aaa;
}

.menu-item a:hover {
  color: white;
}

.menu-item.active a {
  color: white;
}

/* Header: bottom part (3/3) */

.header-bottom-row {
 /*background-image: url("../img/extra/tunirave_tmp.png");*/
  /*background-image: url("../img/extra/01-greenish-cut.jpg");*/
  background-image: url("../img/extra/01-lighter-cut.jpg");
  background-repeat: no-repeat;

  width: 100%;
  min-height: 200px;
  max-height: 200px;
}

.header-bottom-row-inner {
  min-width: 60%;
  max-width: 60%;
  min-height: 200px;
  max-height: 200px;
  margin: 0 auto;
}

.huge-text {
  position: relative;
  top: 60px;

  min-width: 800px;
  max-width: 800px;

  font-size: 60px;
  font-weight: bolder;
  color: white;

  /*min-width: 5em;*/
}


