@charset "UTF-8";
.hamburger:hover {
  cursor: pointer;
}

.hamburger span:nth-child(1) {
  top: 9px;
}

.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
  top: 18px;
}

.hamburger span:nth-child(4) {
  top: 27px;
}

.hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}

.hamburger {
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background-color: #fefefe;
  border: 0;
  display: none;
  width: 28px;
  height: 44px;
  margin: 6px 12px 0;
}

.hamburger span {
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: #4a4a4a;
  height: 3px;
  margin-bottom: 5px;
  width: 100%;
}

.hamburger:focus, .hamburger:visited {
  outline: none;
}

.header-main {
  width: 100%;
  z-index: 999;
  height: 55px;
  position: fixed;
  top: 40px;
}

.header-main .logo {
  margin: 13px 0 15px 20px;
  vertical-align: top;
}

.bar-right .login-btn {
  background: none;
  border-right: none !important;
}

.bar-right .login-btn::after {
  display: none;
}

.header-main .logo img {
  width: 115px;
  height: 100%;
}

.header-main .nav .nav-item {
  font-size: 15px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  padding: 0 30px;
}

.nav-item span, .bar-right a span.context_other {
  font-size: 14px;
  margin-top: 1px;
}

.header-main .nav a:hover {
  text-decoration: none;
}

.header-main .dropdown-lang_content a:hover {
  background-color: #f4f7fc;
}

.header-height {
  height: 55px;
  line-height: 55px;
}

.header-topbar {
  height: 40px;
  font-size: 13px;
  z-index: 1000;
}

.header-topbar .link {
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.right-items {
  right: 0;
}

.left-items span, .left-items span:hover {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.dropdown-lang_content, .dropdown-mobile_content, .dropdown_content {
  display: none;
  z-index: 1;
  top: 55px;
}

.dropdown-context_content {
  top: 40px;
  right: 0;
  min-width: 150px;
}

.dropdown-context:hover, .dropdown-lang {
  cursor: pointer;
}

.dropdown-lang_content a, .dropdown-context_content a {
  padding: 12px 16px;
  text-decoration: none;
  font-size: 14px;
}

.dropdown-lang_content a:not(:last-of-type), .dropdown-context_content a:not(:last-of-type) {
  border-bottom: 1px solid #f0f0f0 !important;
}

.dropdown-lang_content a {
  font-size: 12px;
}

.dropdown-context_content a:last-of-type {
  border-bottom: none;
}

.dropdown-lang_content img {
  width: 22px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  margin: 0 10px 0 15px;
  vertical-align: middle;
}

.lang {
  font-size: 11px;
}

.nav .nav-item {
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.bar-right .trainor-admin {
  height: 40px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.bg-secondary .bar-right a {
  color: #fff !important;
}

.bar-right .trainor-admin:hover {
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.bar-right .trainor-admin:hover a {
  color: #2a4458 !important;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.bar-right a {
  padding: 0 20px;
}

.dropdown-context_content a {
  padding: 12px;
}

.logout-btn, .login-btn {
  border-bottom: none !important;
}

.btn-log {
  bottom: 60px;
  width: 95%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.register-wrap {
  bottom: 20px;
}

.right-items .right-item_img img, .mobile-menu img {
  width: 20px;
  vertical-align: text-top;
}

.dropdown-lang_label {
  font-size: 13px;
  line-height: 15px;
  margin-top: 22px;
}

.right-items .right-item_img, .mobile-menu img {
  vertical-align: middle;
}

.right-items .right-item {
  padding: 0 20px;
  text-decoration: none;
}

.right-items .right-item_label {
  font-size: 12px;
}

.right-items .search-item {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.lang-item .right-item_img {
  vertical-align: sub;
}

.search-input {
  height: 28px;
  border: none;
  border-bottom: 1px solid #bbbfc3;
  display: none;
  margin-right: 10px;
  font-family: "Barlow", sans-serif;
}

.search-input::-webkit-input-placeholder {
  color: #B9C3CE;
}

.search-input::-moz-placeholder {
  color: #B9C3CE;
}

.search-input::-ms-input-placeholder {
  color: #B9C3CE;
}

.search-input::placeholder {
  color: #B9C3CE;
}

.header-transparent .search-input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.header-transparent .search-input::-moz-placeholder {
  color: #fff;
  font-weight: 300;
}

.header-transparent .search-input::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.header-transparent .search-input::placeholder {
  color: #fff;
  font-weight: 300;
}

.header-transparent .search-input {
  background-color: transparent;
  color: #fff;
}

.search-input:focus {
  outline: none;
}

.search-item:hover {
  cursor: pointer;
}

.right-items .right-item.lang-item {
  padding-right: 35px;
}

.img-shadow {
  -webkit-box-shadow: -1px -1px 10px #d0d0d0;
          box-shadow: -1px -1px 10px #d0d0d0;
}

.overflow-hidden {
  overflow: hidden;
}

.mobile-bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  bottom: 0;
  z-index: 2;
  display: none;
}

.mobile-items .nav-item {
  font-size: 10px;
}

.mobile-bottom img {
  width: 14px;
}

.icon-wrap {
  height: 50px;
  width: 24%;
}

#overlay {
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 3;
  display: none;
}

.dropdown-mobile_content {
  display: none;
  z-index: 999;
  overflow: scroll;
  top: 90px;
  font-size: 16px;
  height: calc(100% - 90px);
}

.dropdown-mobile_content a:not(.btn) {
  height: auto;
  border-bottom: 1px solid #f1f1f1;
}

.dropdown-mobile_content.collapsed {
  display: block;
}

.dropdown-mobile_content .nav-drop_icon {
  position: absolute;
  right: 20px;
}

.logout-wrap {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.logout-wrap.active {
  position: initial;
}

.nav-drop_icon.active i::before {
  content: "";
}

.dropdown-mobile_content .nav-drop_icon.active {
  top: 15px;
}

.nav-drop {
  display: none;
}

.dropdown-mobile_content .nav-context {
  background-color: #d2eaff;
}

.mobile-menu {
  z-index: 9;
  display: inline-block;
  background-color: #fff;
}

.right-items.active {
  line-height: 33px;
}

.nav-drop .last {
  border-bottom: 5px solid #eff4f8;
}

.dropdown-mobile_content a:hover, .dropdown-mobile_content a:focus, .mobile-items a {
  text-decoration: none;
}

.nav-lang.active, .nav-mypage.active, .nav-mycompany.active, .nav-about.active {
  background: #eff4f8;
}

.nav-drop_lang a .mobile-lang {
  color: #003d64;
}

.mobile-lang {
  padding-left: 6px;
  font-size: 16px;
}

.left-items .dropdown span.icon {
  padding-left: 5px;
  padding-right: 0;
}

.header-main .left-items .nav-item, .cart_amount, .nav-drop_context a {
  color: #2a4458;
}

.icon-wrap:hover {
  background-color: #225683;
}

.search-input.small {
  width: 100px;
  font-size: 12px;
}

.right-items .login-item {
  padding: 8px 20px 8px 15px;
}

.bar-right, .bar-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 40px;
}

.bar-right {
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 0;
}

.bar-right div:not(.dropdown_content) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.dropdown-context::after, .dropdown_content::after {
  display: none;
}

.bar-right a:not(.logout-btn) {
  text-decoration: none;
}

.left-items .dropdown_sector span {
  border-top: 1px solid #f1f1f1;
  background: #fff;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  height: 45px;
  line-height: 43px;
}

.left-items .dropdown_sector {
  display: none;
}

.left-items .dropdown_sector.active {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.left-items .dropdown_sector span a {
  font-size: 14px;
}

.left-items span:hover, .dropdown_content a:not(.logout-btn):hover {
  background-color: #e9ecee;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.header-topbar.hide-header {
  position: initial;
}

.mobile {
  display: none;
}

.bg-header {
  height: 90px;
}

/* FOOTER */
footer {
  color: #D8EFE1;
  background: #2A4458;
  padding: 70px 0 0 0;
}

footer a {
  color: #D8EFE1;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

footer h4 {
  padding-bottom: 5px;
  border-bottom: 1px solid #D8EFE1;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

footer .subtree div {
  margin-bottom: 4px;
}

footer .subtree a {
  display: inline-block;
  padding-bottom: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

footer .subtree h4 a:hover {
  border-bottom: 0;
}

footer .social div img {
  margin-right: 10px;
  width: 55px;
}

footer .footerlogo {
  width: 250px;
}

@media only screen and (max-width: 800px) {
  footer {
    padding: 40px 20px;
  }

  footer .social div img {
    margin-right: 0;
    width: 40px;
  }
}
@media only screen and (max-width: 1270px) {
  .lang-item .right-item_label, .search-label, .lang {
    display: none;
  }

  .right-items .right-item {
    padding: 8px 14px;
  }

  .header-main .nav .nav-item {
    margin: 0;
    padding: 0 15px;
  }

  .right-items .right-item.lang-item {
    padding-right: 15px;
  }

  .dropdown-lang_content img {
    margin: 0 5px 0 15px;
  }

  .bar-right ul li::after {
    padding-left: 9px;
  }

  .bar-right ul li {
    padding: 0 5px;
  }

  .left-items span {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .header-main .nav .nav-item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 900px) {
  .mobile {
    display: block !important;
  }

  .desktop {
    display: none;
  }

  .left-items span, .right-items li {
    height: auto;
  }

  .bar-right, .left-items, .right-items .right-item_label, .header::before, .lang-item {
    display: none;
  }

  .header-main {
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 50px;
  }

  .header.scrolled {
    -webkit-box-shadow: 1px 3px 10px #ddd;
            box-shadow: 1px 3px 10px #ddd;
  }

  .right-items li.dropdown-lang {
    display: none;
  }

  .mobile-menu {
    display: inline-block;
  }

  .right-items .search-item {
    border-left: none;
  }

  .header-main .logo img {
    width: 100px;
  }

  .right-items {
    line-height: 50px;
    top: 0;
    height: 50px;
  }

  .dropdown-mobile_content img {
    width: 20px;
    vertical-align: initial;
  }

  .search-input {
    width: 210px;
    font-size: 13px;
    margin-right: 5px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .margin-special {
    margin: 70px auto 0;
  }

  .article-container .article-image {
    max-height: 250px;
  }

  .article-container .article-image img {
    width: 100%;
  }

  .cart_amount {
    color: #fff;
    padding-left: 3px;
  }

  .mobile-menu img {
    width: 24px;
  }

  .right-items .right-item.login-item {
    padding: 0 10px 0 2px;
  }

  .hamburger {
    display: block;
  }

  .header-main .logo {
    display: inline-block;
    margin: 12px 0 0 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .header-topbar {
    top: 50px;
    z-index: 9;
    font-size: 12px;
  }

  .header-topbar .logged-in .intro {
    display: none;
  }

  .header-topbar .link {
    font-weight: 600;
    white-space: nowrap;
  }

  .header-topbar.mobile.logged-out .bar-left {
    padding: 11px 14px;
    display: block;
    height: auto;
  }

  .header-topbar.mobile.logged-in .bar-left {
    padding-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-topbar .info {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    white-space: nowrap;
  }

  .right-items .right-item_img.search-icon img {
    width: 17px;
    margin-bottom: 3px;
  }

  .right-items li {
    display: inline;
  }

  .header-topbar .intro {
    margin: 0;
    display: inline-block;
    white-space: nowrap;
  }
}

/*# sourceMappingURL=headerFooter.css.map */