header {
  margin: 0px !important;
  position: relative;
}
@media (max-width: 999px) {
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 111111;
  }
}
@media (max-width: 800px) {
  header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
header .header_top {
  background: #0099e5;
  display: none;
  padding: 9px 0px;
}
@media (max-width: 999px) {
  header .header_top {
    padding: 9px 0px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  }
}
header .header_top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_top .wrapper span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
}
@media (max-width: 999px) {
  header .header_top .wrapper span {
    display: none;
  }
}
@media (max-width: 1249px) {
  header .header_top .wrapper span.mail {
    display: none;
  }
}
header .header_top .wrapper span a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
}
header .header_top .wrapper span a:before {
  padding-right: 3px;
  font-size: 17px;
}
header .header-menu-btn {
  display: block;
  height: 32px;
  line-height: 32px;
  width: 36px;
  border: 1px #0c52a3 solid;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 20px;
}
@media (min-width: 999px) {
  header .header-menu-btn {
    display: none;
  }
}
header .header-menu-btn:before {
  content: "";
  top: 25%;
}
header .header-menu-btn:after {
  content: "";
  top: 75%;
}
header .header-menu-btn > span {
  top: 50%;
}
header .header-menu-btn:before, header .header-menu-btn:after, header .header-menu-btn > span {
  position: absolute;
  display: block;
  height: 2px;
  width: 21px;
  left: 7px;
  background: #0c52a3;
  margin-top: -1px;
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.mmenu-opening {
  overflow: hidden;
  height: 100%;
}
.mmenu-opening header .header-menu-btn:before {
  left: 7px;
  top: 15px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.mmenu-opening header .header-menu-btn:after {
  left: 7px;
  top: 15px;
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}
.mmenu-opening header .header-menu-btn > span {
  left: 150%;
}
.mmenu-opening header .header-menu-btn #tth-main-menu {
  right: 0px;
  padding: 10px;
  background: #6b0837;
}
.mmenu-opening #tth-main-menu {
  right: 0px;
  background: #fff;
}
.mmenu-opening #tth-main-menu .menu-wrapper ul {
  float: none;
}
.mmenu-opening #tth-main-menu .menu-wrapper ul li {
  display: block;
}
.mmenu-opening #tth-main-menu .menu-wrapper ul li:first-child a img {
  display: none;
}
.mmenu-opening #tth-main-menu .menu-wrapper ul li ul {
  padding-left: 20px;
}
.mmenu-opening #tth-main-menu .menu-wrapper ul li ul li:first-child a, .mmenu-opening #tth-main-menu .menu-wrapper ul li ul li:last-child a {
  padding-top: 0px;
}

#tth-main-menu {
  padding: 23px 0px;
  width: 100%;
  position: relative;
}
#tth-main-menu .logo {
  overflow: hidden;
  z-index: 10;
  float: left;
  padding: 0px;
  margin-right: 130px;
}
@media (max-width: 1099px) {
  #tth-main-menu .logo {
    max-width: 350px;
  }
}
@media (max-width: 999px) {
  #tth-main-menu .logo {
    max-width: 250px;
  }
}
#tth-main-menu .logo h1 {
  padding: 0px;
  margin: 0px;
}
#tth-main-menu .logo a, #tth-main-menu .logo img {
  display: block;
  outline: none;
  max-width: 100%;
}
#tth-main-menu .menu-wrapper {
  width: 100%;
  max-width: 1366px;
  margin: 0px auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1366px) {
  #tth-main-menu .menu-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#tth-main-menu .menu-wrapper > ul {
  width: 100%;
}
@media (min-width: 999px) {
  #tth-main-menu .menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#tth-main-menu .menu-wrapper > ul:after {
  display: none !important;
}
#tth-main-menu .menu-wrapper > ul > li {
  display: inline-block;
  float: none;
  height: 100%;
  vertical-align: middle;
}
#tth-main-menu .menu-wrapper > ul > li > a {
  font-size: 15px;
  padding: 5px 11px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  text-transform: uppercase;
  position: static;
  text-align: center;
  white-space: normal;
  color: #000;
  display: block;
}
html[data-browser*=Safari] #tth-main-menu .menu-wrapper > ul > li > a {
  font-size: 24px;
}
@media (max-width: 1199px) {
  #tth-main-menu .menu-wrapper > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 999px) {
  #tth-main-menu .menu-wrapper > ul > li > a {
    color: #0c52a3;
    text-align: left;
    font-size: 20px;
  }
}
#tth-main-menu .menu-wrapper > ul > li > a:hover, #tth-main-menu .menu-wrapper > ul > li > a:focus, #tth-main-menu .menu-wrapper > ul > li > a:active, #tth-main-menu .menu-wrapper > ul > li > a.highlighted, #tth-main-menu .menu-wrapper > ul > li > a.current {
  color: #00b6ff;
}
#tth-main-menu .menu-wrapper > ul > li > a img {
  margin-bottom: 3px;
  max-height: 18px;
  vertical-align: middle;
}
#tth-main-menu .menu-wrapper > ul > li > a > .sub-arrow {
  top: 13px;
  margin-top: 0;
  background: none;
  font-size: 21px;
  font: unset;
}
@media (min-width: 999px) {
  #tth-main-menu .menu-wrapper > ul > li > a > .sub-arrow {
    display: none;
  }
}
#tth-main-menu .menu-wrapper > ul > li.last a {
  background: #ff0000;
  color: #fff;
}
#tth-main-menu .menu-wrapper > ul > li > ul {
  border: none;
  display: none;
  margin-left: 0px !important;
  top: 66px !important;
  left: 0px !important;
  min-width: 200px !important;
}
html[data-browser*=Safari] #tth-main-menu .menu-wrapper > ul > li > ul {
  top: 69px;
}
#tth-main-menu .menu-wrapper > ul > li > ul li {
  border-top: 1px solid #868e96;
}
@media (max-width: 999px) {
  #tth-main-menu .menu-wrapper > ul > li > ul li {
    border-top: none !important;
  }
}
#tth-main-menu .menu-wrapper > ul > li > ul li:first-child {
  border-top: none;
}
#tth-main-menu .menu-wrapper > ul > li > ul li a {
  font-size: 18px;
  font-family: MyriadPro-Bold;
  padding: 9px 15px;
  color: #fff;
  display: block;
  background: #0c52a3;
  font-weight: normal;
}
html[data-browser*=Safari] #tth-main-menu .menu-wrapper > ul > li > ul li a {
  font-size: 20px;
}
@media (max-width: 999px) {
  #tth-main-menu .menu-wrapper > ul > li > ul li a {
    background: none;
    color: #0c52a3;
    padding-left: 0;
    font-size: 18px;
  }
  #tth-main-menu .menu-wrapper > ul > li > ul li a:before {
    content: "\e8a7";
    font-family: "ficon";
    padding-right: 9px;
  }
}
#tth-main-menu .menu-wrapper > ul > li > ul li a:hover, #tth-main-menu .menu-wrapper > ul > li > ul li a:focus, #tth-main-menu .menu-wrapper > ul > li > ul li a:active, #tth-main-menu .menu-wrapper > ul > li > ul li a.highlighted, #tth-main-menu .menu-wrapper > ul > li > ul li a.current {
  color: #08bfff;
}
#tth-main-menu .menu-wrapper > ul ul {
  background: inherit;
  display: none;
  padding-left: 0px;
}
#tth-main-menu .menu-wrapper > ul ul li a {
  text-align: left;
  padding: 6px 5px;
  padding-left: 15px;
  color: #383838;
  font-weight: normal;
  -webkit-transition: all 0ms ease-out 0s;
  transition: all 0ms ease-out 0s;
}
#tth-main-menu .menu-wrapper > ul ul li:hover a {
  color: #ed1c24;
}
@media (max-width: 999px) {
  #tth-main-menu {
    position: fixed;
    top: 71px;
    bottom: 0px;
    right: -100%;
    width: 300px;
    overflow: auto;
    z-index: 100;
    background: #fff;
    -webkit-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    border-top: solid 4px #0c52a3;
    padding: 10px;
    padding-left: 20px;
  }
  #tth-main-menu .get_notifications {
    display: none;
  }
  #tth-main-menu .box_search {
    display: none;
  }
}
@media (max-width: 499px) {
  #tth-main-menu {
    width: 100%;
  }
}

.slider_nav {
  position: relative;
}
.slider_nav .wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider_nav .wrapper h3 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
/*# sourceMappingURL=header.css.map */