#tmhtmlcontent_displayNav {
  background: #222222;
  position: relative;
  z-index: 1;
  padding: 15px 0 13px; }
  @media (max-width: 991px) {
    #tmhtmlcontent_displayNav {
      padding: 9px 0 6px; } }
  @media (max-width: 479px) {
    #tmhtmlcontent_displayNav {
      padding: 16px 0 10px; } }
  #tmhtmlcontent_displayNav:after {
    content: "";
    background: #222222;
    height: 100%;
    position: absolute;
    left: -400%;
    top: 0;
    z-index: -1; }
  #tmhtmlcontent_displayNav:before {
    content: "";
    background: #222222;
    /* width: 400%; */
    height: 100%;
    position: absolute;
    right: -400%;
    top: 0;
    z-index: -1;
    }
  #tmhtmlcontent_displayNav ul {
    width: 100%; }
    @media (max-width: 767px) {
      #tmhtmlcontent_displayNav ul {
        text-align: center; } }
    #tmhtmlcontent_displayNav ul li {
      width: 100%;
      float: left; }
      @media (max-width: 767px) {
        #tmhtmlcontent_displayNav ul li {
          width: 100%;
          float: none; } }
      #tmhtmlcontent_displayNav ul li img {
        height: 44px;
        height: auto; }
      #tmhtmlcontent_displayNav ul li .item-html div {
        width: 24.5%;
        float: left; }
        @media (max-width: 1199px) {
          #tmhtmlcontent_displayNav ul li .item-html div {
            width: 25.5%;
            } }
        @media (max-width: 767px) {
          #tmhtmlcontent_displayNav ul li .item-html div {
            width: auto;
            margin: 0 4% 15px;
            float: none;
            display: inline-block; } }
        @media (max-width: 479px) {
          #tmhtmlcontent_displayNav ul li .item-html div {
            display: block;
            margin-bottom: 25px; } }
        #tmhtmlcontent_displayNav ul li .item-html div i {
          font-size: 42px;
          color: #fdb11e;
          float: left;
          height: 40px;
          margin-right: 11px; }
          @media (max-width: 991px) {
            #tmhtmlcontent_displayNav ul li .item-html div i {
              font-size: 33px; } }
          #tmhtmlcontent_displayNav ul li .item-html div i.fa-truck {
            color: #fc5c3c; }
          #tmhtmlcontent_displayNav ul li .item-html div i.fa-refresh {
            color: #52ba93; }
          @media (max-width: 767px) {
            #tmhtmlcontent_displayNav ul li .item-html div i {
              float: none;
              margin: 0; } }
        #tmhtmlcontent_displayNav ul li .item-html div h3 {
          font: 400 16px/20px "Lora", sans-serif;
          color: white;
          margin: 0;
          text-transform: uppercase; }
          @media (max-width: 991px) {
            #tmhtmlcontent_displayNav ul li .item-html div h3 {
              font-size: 12px;
              line-height: 16px; } }
        @media (min-width: 767px) {
          #tmhtmlcontent_displayNav ul li .item-html div + div {
            margin-right: 7%;
            } }
      #tmhtmlcontent_displayNav ul li.tmhtmlcontent-item-2 {
        float: right;
        width: 15%;
        text-align: right; }
        #tmhtmlcontent_displayNav ul li.tmhtmlcontent-item-2 .item-html {
          margin-top: 12px;
          margin-right: -5px; }
          @media (max-width: 991px) {
            #tmhtmlcontent_displayNav ul li.tmhtmlcontent-item-2 .item-html {
              margin-top: 9px; } }
        #tmhtmlcontent_displayNav ul li.tmhtmlcontent-item-2 a {
          font-size: 19px;
          color: #888888;
          padding: 0 5px; }
          #tmhtmlcontent_displayNav ul li.tmhtmlcontent-item-2 a:hover {
            color: white; }
            @media (min-width: 1199px) {
              #tmhtmlcontent_displayNav ul li.tmhtmlcontent-item-2 a:hover {
                -moz-transform: rotate(20deg);
                -ms-transform: rotate(20deg);
                -webkit-transform: rotate(20deg);
                transform: rotate(20deg); } }
          @media (max-width: 767px) {
            #tmhtmlcontent_displayNav ul li.tmhtmlcontent-item-2 a {
              margin: 0;
              width: 30px; } }
        @media (max-width: 767px) {
          #tmhtmlcontent_displayNav ul li.tmhtmlcontent-item-2 {
            float: none;
            width: auto;
            text-align: center;
            clear: both;
            margin: 0 0 12px; } }

#tmhtmlcontent_top {
  clear: both; }
  #tmhtmlcontent_top ul {
    margin: 0; }
