/*HEADER*/
.header {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
  z-index: 100;
}
body.homepage .header {
  margin-bottom: 50px;
}
a.logo {
  position: absolute;
  top: 5px;
  z-index: 100;
  transition: opacity 0.3s;
}
a.logo img {
  height: 78px;
}
.site_header_top {
  position: relative;
  background-color: #f3f3f3;
  padding: 0px 0px;
  border-top: 2px solid #1c3435;
  border-bottom: 2px solid #1c3435;
}
.navigation {
  display: block;
}
.navigation_list {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.navigation ul, .navigation .nav_open ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin-left: -4px;
  /*position: relative;*/
  z-index: 2;
}
.navigation ul li:first-of-type {
  margin: 0;
}
.navigation ul li.subnav {
  position: unset;
  z-index: 3;
}
.navigation_fixed {
  position: absolute;
  top: 50px;
  z-index: 1000;
}
.navigation_fixed_right {
  right: 25px;
}
.navigation_fixed_left {
  left: 25px;
}
a.nav_a_main {
  display: block;
  position: relative;
  padding: 35px 10px;
  color: #1c3435;
  font-size: 0.85rem;
  background-color: transparent;
  transition: color 0.3s, background 0.3s;
  font-weight: 600;
}
a.nav_a_main:hover {
  color: #1c3435;
  background-color: transparent;
}
a.nav_a_main::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: #f5f5f5;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left;
}
a.nav_a_main:hover::after {
  transform: scale(1, 1);
}
.active a.nav_a_main::after {
  transform: scale(1, 1);
}
.subnav_content {
  position: absolute;
  left: 0;
  background-color: #14292a;
  width: 100%;
  z-index: 1;
  padding: 0 50px;
  display: none;
}
.subnav_content ul li {
  margin-left: 0;
}
.subnav_content ul li a.nav_a_main {
  font-size: 0.75rem;
  color: #fff;
}
.subnav:hover .subnav_content {
  display: block;
}
.subnav_content::after {
  content: "";
  width: 100%;
  position: absolute;
      bottom: 100%;
    left: 0%;
    height: 35px;
  background-color: transparent;
}
a.nav_a_open {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
  padding: 20px 0 20px 0;
  transition: color 0.3s;
}
a.nav_a_open:hover {
  color: #89bdb4;
}
a.open_nav {
  cursor: default;
  color: #1c3435;
}
.subnav:hover a.open_nav {
  color: #fff;
  background-color: #14292a;
}
.subnav:hover a.open_nav::after {
  transform: scale(0, 1);
}
/*END HEADER*/
/* ICON MENU MOBILE */
.hamburger {
  position: absolute;
  right: 0;
  display: none;
  min-width: 60px;
  height: 100%;
  cursor: pointer;
  z-index: 500;
  background-color: #14292a;
  border: none;
}
.hamburgericon {
  position: absolute;
  width: 16px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.hamburger span.menu_name {
  font-size: 0.85rem;
  position: absolute;
  left: 28px;
  top: -4px;
  font-style: italic;
  color: #fff;
  transition: opacity 0.3s;
}
body.homepage .hamburger span.menu_name {
  color: #fff;
}
.openMenu .hamburger span.menu_name {
  color: #fff;
}
.hamburgericon span {
  position: absolute;
  width: 100%;
  height: 1px;
  border: none;
  top: 0;
  left: 0;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.homepage .hamburgericon span {
  background: #fff;
}
.hamburgericon span.middle {
  top: 5px;
}
.hamburgericon span.bottom {
  top: auto;
  bottom: 1px;
  width: 100%;
}
.hamburger:hover .hamburgericon span.top, .hamburger:hover .hamburgericon span.bottom {
  transform: scale(1.25, 1);
}
.openMenu .hamburgericon .top, .openMenu .hamburger:hover .hamburgericon .top {
  -webkit-transform: translateY(5px) translateX(0) rotate(45deg);
  transform: translateY(5px) translateX(0) rotate(45deg);
  left: 0;
  background-color: #fff;
}
.openMenu .hamburgericon .middle {
  opacity: 0;
}
.openMenu .hamburgericon .bottom, .openMenu .hamburger:hover .hamburgericon .bottom {
  -webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
  transform: translateY(-5px) translateX(0) rotate(-45deg);
  left: 0;
  width: 100%;
  background-color: #fff;
}
/* ICON MENU MOBILE */
/*MENU MOBILE*/
body.openMenu {
  overflow: hidden;
}
.nav_mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  min-height: 100%;
  max-width: 280px;
  min-width: 250px;
  background-color: #14292a;
  overflow-y: auto;
  transform: translate(120%, 0);
  -webkit-overflow-scrolling: touch;
  transition: 0.45s;
  z-index: -1;
  transition-delay: 0s;
}
.nav_mobile ul.nav_item {
  margin: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  padding: 90px 0 50px 0;
  padding-bottom: 130px;
}
.nav_mobile ul.nav_item li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 0;
}
.nav_mobile ul.nav_item li a {
  position: relative;
  display: block;
  color: #fff;
  padding: 15px 20px;
}
.nav_mobile ul.nav_item li span.title_nav_mobile {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.55rem;
}
a.open_nav_mobile {
  cursor: default;
}
a.open_nav_mobile i {
  margin-left: 3px;
  transform: rotate(-90deg);
}
.subnav_mobile {
  display: none;
}
.subnav_mobile ul li {
  border-bottom: none !important;
}
.subnav_mobile ul li:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.subnav_mobile ul li:last-of-type {
  border-bottom: none;
}
.subnav_mobile ul li a {
  background-color: #1c3435;
  color: #fff !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.subnav_mobile ul li:first-of-type a {
  padding-top: 40px;
}
.subnav_mobile ul li:last-of-type a {
  padding-bottom: 40px;
}
.openMenu .nav_mobile {
  transition-delay: 0.5s;
  transform: translate(0, 0);
  z-index: 99;
}
.openMenu #main {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow: scroll;
}
.openMenu footer {
  display: none;
}
.openAccordation .subnav_mobile {
  display: block;
}
.openAccordation .open_nav_mobile {
  background-color: #1c3435;
}
.openAccordation a.open_nav_mobile i {
  transform: rotate(0deg);
}
/* END MENU MOBILE */
/**/
/*RESPONSIVE*/
/**/
@media (max-width: 1750px) {
  .header {
    margin-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .header {
    margin-bottom: 75px;
  }
  body.homepage .header {
    margin-bottom: 15px;
  }
  .navigation_list {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  body.homepage .header {
    margin-bottom: 0;
  }
  .site_header_top {
    height: 60px;
    padding-left: 25px;
    padding-right: 25px;
    border-top: none;
  }
  a.logo {
    top: 7px;
  }
  a.logo img {
    height: 45px;
  }
  .hamburger {
    display: block;
  }
}
@media (max-width: 767px) {
  .header {
    margin-bottom: 50px;
  }
  .site_header_top {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav_mobile {
    max-width: 75%;
    min-width: 75%;
  }
}
@media (max-width: 450px) {
  a.logo {
    top: 8px;
  }
  a.logo img {
    height: 42px;
  }
}