#header-top nav .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  max-width: 100%; }
  #header-top nav .container .tabs {
    width: 100%; }
    #header-top nav .container .tabs ul {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      margin: auto;
      max-width: 785px !important;
      width: 100% !important;
      float: none !important; }
      @media (min-width: 1200px) {
        #header-top nav .container .tabs ul {
          max-width: 1280px !important;
          width: 100%; } }
      #header-top nav .container .tabs ul a {
        font-size: 0.56em; }
        @media (min-width: 768px) {
          #header-top nav .container .tabs ul a {
            padding: 0 5px; } }
        @media (min-width: 1200px) {
          #header-top nav .container .tabs ul a {
            font-size: 0.85em;
            padding: 0 12px; } }
