/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
#t-header {
  color: #273238;
  background-color: #f5f5f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 70px;
  padding: 0 80px;
  border-bottom: 1px solid #a7a8a9;
}
#t-header:before, #t-header:after {
  content: none;
}
#t-header .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
}
#t-header .header__nav a {
  margin: 0 25px;
  font-size: 15px;
}
#t-header .header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 600;
}
#t-header .header__search a {
  margin-left: 25px;
}
#t-header .header__search ion-icon {
  font-size: 20px;
}
#t-header .header__nav a, #t-header .header__search a {
  color: #273238;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.2s linear;
  -o-transition: border-bottom-color 0.2s linear;
  transition: border-bottom-color 0.2s linear;
}
#t-header .header__nav a:hover, #t-header .header__search a:hover {
  border-bottom: 1px solid #273238;
}
#t-header .header--mobile {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  color: black;
  background-color: #f5f5f6;
}
#t-header .header--mobile .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 19px;
}
#t-header .header--mobile .search ul {
  width: 100%;
  border-top: 1px solid black;
}
#t-header .header--mobile .search ul li {
  padding: 10px;
  border-bottom: 1px solid black;
}
#t-header .header--mobile .search ul li a {
  text-transform: uppercase;
}
#t-header .header--mobile .nav {
  font-size: 19px;
}
#t-header .header--mobile .nav li {
  border-bottom: 1px solid black;
  padding: 10px;
}
#t-header .header--mobile .nav li:last-of-type {
  border-bottom: none;
}
#t-header .header--mobile .search a,
#t-header .header--mobile .nav a {
  color: black;
}
#t-header .menu-btn {
  display: none;
  min-width: unset;
  min-height: unset;
  font-size: 30px;
  color: #3f3f3f;
  border: 2px solid #3f3f3f;
  border-radius: 3px;
  background-color: transparent;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
@media all and (max-width: 1199px) {
  #t-header {
    padding: 0 20px;
  }
  #t-header .header__nav a {
    margin: 0 10px;
  }
  #t-header .header__search a {
    margin-left: 10px;
  }
}
@media all and (max-width: 991px) {
  #t-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: unset;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #t-header .header__logo {
    width: 100%;
    margin-bottom: 15px;
  }
  #t-header .header__nav {
    margin-bottom: 15px;
  }
  #t-header .header__nav a {
    margin: 0;
    margin-right: 40px;
  }
  #t-header .header__search {
    margin-bottom: 15px;
  }
  #t-header .header__search a {
    margin-left: 10px;
  }
}
@media all and (max-width: 767px) {
  #t-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #t-header .header__logo img {
    display: block;
    margin: 0 auto;
  }
  #t-header .header__nav {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0;
  }
  #t-header .header__nav li {
    margin-bottom: 15px;
  }
  #t-header .header__nav li:last-of-type a {
    margin-right: 0;
  }
  #t-header .header__search {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 576px) {
  #t-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
  }
  #t-header .header__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: unset;
    margin: 0;
  }
  #t-header .header__logo img {
    height: 17px;
  }
  #t-header .header__nav {
    display: none;
  }
  #t-header .header__nav--mobile {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
  }
  #t-header .header__search {
    display: none;
  }
  #t-header .header--mobile {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #t-header .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/*# sourceMappingURL=t-header.css.map */
