#tmhtmlcontent_home ul {
  position: relative;
  margin-bottom: 0;
  z-index: 2; }
  #tmhtmlcontent_home ul li {
    float: none;
    padding: 0;
    margin: 0;
    width: 100%; }
    #tmhtmlcontent_home ul li a {
      position: relative;
      display: block;
      overflow: hidden; }
    #tmhtmlcontent_home ul li .item-html {
      cursor: pointer;
      padding: 159px 0 140px;
      text-align: center;
      width: 100%; }
      @media (max-width: 991px) {
        #tmhtmlcontent_home ul li .item-html {
          padding: 100px 0; } }
      @media (max-width: 767px) {
        #tmhtmlcontent_home ul li .item-html {
          padding: 70px 0;
          width: 100%;
          float: none; } }
    #tmhtmlcontent_home ul li h2 {
      font-size: 16px;
      line-height: 18px;
      color: #fff;
      margin: 0;
      padding: 0 0 25px;
      position: relative;
      text-transform: uppercase;
      font-family: "Ubuntu", sans-serif;
      font-weight: 300; }
    #tmhtmlcontent_home ul li h3,
    #tmhtmlcontent_home ul li h4 {
      color: #00796b;
      font-family: "Ubuntu", sans-serif;
      font-size: 70px;
      font-weight: 300;
      line-height: 72px;
      margin: 0;
      padding: 0 0 2px;
      position: relative;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        #tmhtmlcontent_home ul li h3,
        #tmhtmlcontent_home ul li h4 {
          font-size: 60px;
          line-height: 60px; } }
      @media (max-width: 479px) {
        #tmhtmlcontent_home ul li h3,
        #tmhtmlcontent_home ul li h4 {
          font-size: 50px;
          line-height: 50px; } }
    #tmhtmlcontent_home ul li h4 {
      color: #fff;
      padding: 0 0 29px; }
    #tmhtmlcontent_home ul li button {
      background: #00796b;
      border: none;
      color: #fff;
      font-size: 16px;
      line-height: 18px;
      padding: 16px 40px 17px;
      position: relative;
      text-transform: uppercase;
      z-index: 1;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #tmhtmlcontent_home ul li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -moz-transform: scale(0.5, 0.5);
        -ms-transform: scale(0.5, 0.5);
        -o-transform: scale(0.5, 0.5);
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        background: #333;
        content: "";
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        z-index: -1; }
      #tmhtmlcontent_home ul li button:hover {
        color: #fff; }
        #tmhtmlcontent_home ul li button:hover:before {
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }

#tmhtmlcontent_footer {
  float: left;
  padding: 0 15px;
  width: 25%; }
  @media (max-width: 767px) {
    #tmhtmlcontent_footer {
      float: none;
      width: 100%; } }
  #tmhtmlcontent_footer li {
    float: none;
    padding-top: 25px;
    width: 100%; }
    #tmhtmlcontent_footer li a {
      display: inline-block;
      margin-top: 25px; }
    #tmhtmlcontent_footer li img {
      display: inline-block;
      height: auto;
      width: auto; }
      @media (max-width: 1199px) {
        #tmhtmlcontent_footer li img {
          max-width: 100%;
          width: 100%; } }
