/* Globals */
/* Colors */
/* Z Indexes */
/* Font Styles */
/* Icons */
#header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.6 ease-in;
  z-index: 980;
}

#header.absolute {
  position: absolute;
}

#header.show {
  display: block !important;
  opacity: 1;
}

.header-bg {
  bottom: 0;
  height: 107.6923076923px;
  left: 0;
  right: 0;
  top: 0;
}

.header-logo {
  background: url("images/logo_small.png");
  background-size: cover;
  bottom: 0;
  left: 0;
  float: left;
  height: 73.8461538462px;
  margin-left: 36px;
  margin-right: 55.3846153846px;
  margin-top: 10px;
  width: 153.8461538462px;
}

.header-menu {
  float: right;
  list-style: none;
}

.header-menu li {
  float: left;
  margin-right: 50px;
  font-size: 27.6923076923px;
  font-family: "SamsungOne";
  height: 49.2307692308px;
}

.header-menu li div {
  padding: 10px 20px;
  /*opacity:		.7;*/
  color: rgba(255, 255, 255, 0.7);
}

.header-section {
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  padding: 10px 20px;
  opacity: 1;
}

.header-section.active,
.header-section.hovering {
  background-color: #FF6D00;
  color: #eeeeee;
}

.header-section.active__open {
  background-color: #FF6D00;
  color: #eeeeee;
}

#section {
  position: fixed;
  display: none;
  transition: all 0.6 ease-in;
  z-index: 980;
  width: 100%;
  height: 100%;
  top: 0;
}

.section-menu {
  list-style: none;
  overflow-y: hidden;
  padding: 0;
}

.section-menu li {
  font-size: 20px;
  font-family: "roboto-medium";
  margin: 13.8461538462px 12px 0;
  background: #4d5b69;
  border-radius: 30px;
  width: 31%;
  float: left;
}

.section-menu li a {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 9px 20px !important;
  text-decoration: none;
  outline: none;
  /*opacity:		.7;*/
  font-family: "roboto-condensed";
  color: white;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#section-header {
  padding-top: 27px;
  padding-bottom: 20px;
}
#section-header #section-logo {
  position: absolute;
  top: 0;
  margin-left: 40px !important;
}
#section-header #section-title {
  text-align: center;
  font-family: "roboto-condensed";
  font-size: 27px;
}

#section-tabs {
  clear: both;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}
#section-tabs ul {
  height: 492px;
}

#section-back {
  font-family: "roboto-condensed";
  margin: 50px auto 0 !important;
}

.section-menu__link.active,
.section-menu__link.hovering {
  background-color: #FF6D00;
  border-radius: 30px;
  color: #eeeeee;
  cursor: pointer;
  padding: 10px 20px;
  opacity: 1;
  outline: none;
}

.section-more {
  text-align: center;
}