header {
  margin: 0px !important;
  background: #fff;
}
header .header_top {
  background: url("../images/bg_header.png");
  padding: 30px 0px;
}
@media (max-width: 999px) {
  header .header_top {
    background: #FFFFFF;
  }
}
header .header_top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 999px) {
  header .header_top .wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header .header_top .wrapper i.ficon-search:before {
  color: #057cf2;
}
@media (min-width: 999px) {
  header .header_top .wrapper i.ficon-search {
    display: none;
  }
}
header .header_top .logo h1 {
  padding: 0px;
  margin: 0px;
}
header .header_top .logo a, header .header_top .logo img {
  display: block;
  outline: none;
  max-width: 250px;
}
@media (max-width: 1070px) {
  header .header_top .logo a, header .header_top .logo img {
    max-width: 200px;
  }
}
@media (max-width: 999px) {
  header .header_top .logo a, header .header_top .logo img {
    max-height: 110px;
  }
}
@media (max-width: 599px) {
  header .header_top .logo a, header .header_top .logo img {
    max-height: 130px;
  }
}
@media (max-width: 999px) {
  header .header_top .col_l {
    display: none;
  }
}
header .header_top .col_l {
  padding-left: 30px;
  border-left: 1px solid #d64d15;
}
header .header_top .col_l span {
  margin-right: 9px;
}
@media (max-width: 670px) {
  header .header_top .col_l span:nth-child(2) {
    display: none;
  }
  header .header_top .col_l span:last-child {
    display: none;
  }
}
@media (max-width: 410px) {
  header .header_top .col_l span {
    display: none;
  }
}
header .header_top .col_l a {
  color: #d64d15;
  font-weight: bold;
  font-size: 18px;
}
header .header_top .col_l a:before {
  width: auto;
  padding-right: 5px;
}
header .header_top .col_r {
  width: auto;
  max-width: 750px;
  padding: 0px 30px;
}
@media (max-width: 999px) {
  header .header_top .col_r {
    padding: 0px;
  }
}
header .header_top .col_r p {
  color: #d64d15;
}
header .header_top .col_r p:first-child {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #d64d15;
}
@media (max-width: 999px) {
  header .header_top .col_r p:first-child {
    font-size: 17px;
  }
}
header .header_top .col_r p:last-child {
  text-align: center;
  color: #253b34;
  font-size: 16px;
  max-width: 600px;
  margin: auto;
}
@media (max-width: 999px) {
  header .header_top .col_r p:last-child {
    font-size: 16px;
    text-transform: unset;
  }
}
@media (max-width: 999px) {
  header .header_top .box_search {
    width: 280px;
    float: left;
    padding: 0px 15px 0px 30px;
    position: absolute;
    top: 49px;
    right: 30px;
  }
  header .header_top .box_search.none {
    display: none;
  }
}
header .header_top .box_search .box_search_content {
  position: relative;
}
header .header_top .box_search .box_search_content .form-group {
  border-bottom: 0px;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  header .header_top .box_search .box_search_content .form-group {
    margin-bottom: 0px;
  }
}
header .header_top .box_search .box_search_content .form-group input {
  border-color: #eaeaea;
  border-radius: 2px;
  padding: 5px 10px;
  padding-left: 20px;
  outline: none !important;
  border: none;
  font-size: 13px;
  font-weight: 300;
  color: #acacac;
  background: url("../images/ic_search.png") right no-repeat #fff;
  background-position: 94%;
  max-width: 320px;
  width: 280px;
  line-height: unset;
  height: auto;
}
@media (max-width: 999px) {
  header .header_top .box_search .box_search_content .form-group input {
    width: 100%;
    border: 1px solid #057cf2;
  }
}
header .header_top .box_search .box_search_content .form-group input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #acacac;
  font-size: 13px;
}
header .header_top .box_search .box_search_content .form-group input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #acacac;
  font-size: 13px;
}
header .header_top .box_search .box_search_content .form-group input[type=text]::-ms-input-placeholder { /* IE 10+ */
  color: #acacac;
  font-size: 13px;
}
header .header_top .box_search .box_search_content .form-group input[type=text]::-moz-placeholder { /* Firefox 18- */
  color: #acacac;
  font-size: 13px;
}
header .header_top .box_search .btn {
  color: #fff;
  background: #ed1c24;
  cursor: pointer;
  font-weight: 500;
  padding: 5px 16px;
  height: 38px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
}
@media (max-width: 800px) {
  header .header_top .box_search .btn {
    height: 32px;
    padding: 5px 11px;
  }
}
header .col_r p {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.header-menu-btn {
  display: block;
  height: 32px;
  line-height: 32px;
  width: 36px;
  border: 1px #fff solid;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 2px;
}
@media (min-width: 999px) {
  .header-menu-btn {
    display: none;
  }
}
.header-menu-btn:before {
  content: "";
  top: 25%;
}
.header-menu-btn:after {
  content: "";
  top: 75%;
}
.header-menu-btn > span {
  top: 50%;
}
.header-menu-btn:before, .header-menu-btn:after, .header-menu-btn > span {
  position: absolute;
  display: block;
  height: 2px;
  width: 21px;
  left: 7px;
  background: #fff;
  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-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-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-menu-btn > span {
  left: 150%;
}
.mmenu-opening .header-menu-btn #tth-main-menu {
  right: 0px;
  padding: 10px;
  background: #6b0837;
}
.mmenu-opening #tth-main-menu {
  left: 0px;
}
.mmenu-opening #tth-main-menu .menu-wrapper {
  padding: 0 0 50px;
  margin: 0px;
}
.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 a {
  display: block;
  text-align: left;
}
.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;
}
@media (max-width: 999px) {
  .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: 15px 14px;
  }
}

.header_bottom {
  background: #253b34;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-bottom: solid 4px #cd5627;
}
.header_bottom .wrapper {
  position: relative;
}

#tth-main-menu {
  padding: 0px;
  position: relative;
}
#tth-main-menu .menu-wrapper {
  margin: 0px auto;
}
#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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 999px) {
  #tth-main-menu .menu-wrapper > ul {
    display: block;
  }
}
#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: 12px 17px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  white-space: normal;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tth-main-menu .menu-wrapper > ul > li > a i {
  margin-right: 8px;
  font-size: 22px;
}
@media (max-width: 999px) {
  #tth-main-menu .menu-wrapper > ul > li > a i {
    display: none;
  }
}
@media (max-width: 1182px) {
  #tth-main-menu .menu-wrapper > ul > li > a {
    padding: 11px 11px;
  }
}
@media (max-width: 999px) {
  #tth-main-menu .menu-wrapper > ul > li > a {
    padding: 15px 30px;
  }
}
#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: #fff;
  background: #cd5627;
}
#tth-main-menu .menu-wrapper > ul > li > a.current {
  font-weight: bold;
}
#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 > ul {
  border: none;
  background: #F6F6F6;
  display: none;
  margin-left: 0px !important;
  top: 47px !important;
  left: 0px !important;
  min-width: 200px !important;
}
#tth-main-menu .menu-wrapper > ul > li > ul ul {
  background: #F6F6F6;
}
#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: 8px 5px;
  padding-left: 15px;
  color: #3c332e;
  font-weight: normal;
  -webkit-transition: all 0ms ease-out 0s;
  transition: all 0ms ease-out 0s;
}
#tth-main-menu .menu-wrapper > ul ul li a:before {
  content: url("../../images/ic_arrow.png");
  padding-right: 5px;
  width: auto;
}
#tth-main-menu .menu-wrapper > ul ul li:hover a {
  color: #ed1c24;
}
@media (max-width: 999px) {
  #tth-main-menu {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: -100%;
    width: 300px;
    overflow: auto;
    z-index: 100;
    background: #253b34;
    -webkit-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    width: 80%;
  }
  #tth-main-menu .get_notifications {
    display: none;
  }
}

@media (max-width: 999px) {
  .slider_nav {
    background: #cd5627;
    height: 40px;
    position: relative;
    opacity: 1;
  }
  .slider_nav .nav {
    border-bottom: none;
  }
}
/*# sourceMappingURL=header.css.map */