#tmhtmlcontent_home {
  background: #f1f1f0; }
  #tmhtmlcontent_home li {
    float: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 1; }
  #tmhtmlcontent_home a {
    position: relative;
    display: block;
    overflow: hidden; }
  #tmhtmlcontent_home .item-html {
    text-align: center;
    width: 63%;
    cursor: pointer;
    padding: 159px 0 140px;
    float: right; }
    @media (max-width: 991px) {
      #tmhtmlcontent_home .item-html {
        padding: 100px 0; } }
    @media (max-width: 767px) {
      #tmhtmlcontent_home .item-html {
        width: 100%;
        float: none; } }
    #tmhtmlcontent_home .item-html h2 {
      font-size: 16px;
      line-height: 18px;
      color: #888;
      margin: 0;
      padding: 0 0 25px;
      position: relative;
      text-transform: uppercase;
      font-family: "Ubuntu", sans-serif;
      font-weight: 300;
      visibility: hidden; }
    #tmhtmlcontent_home .item-html h3,
    #tmhtmlcontent_home .item-html h4 {
      font-size: 70px;
      line-height: 72px;
      color: #dbb879;
      margin: 0;
      padding: 0 0 2px;
      position: relative;
      text-transform: uppercase;
      font-family: "Ubuntu", sans-serif;
      font-weight: 300;
      visibility: hidden; }
    #tmhtmlcontent_home .item-html h4 {
      color: #333333;
      padding: 0 0 29px;
      visibility: hidden; }
    #tmhtmlcontent_home .item-html button {
      font-size: 16px;
      line-height: 18px;
      text-transform: uppercase;
      position: relative;
      padding: 16px 40px 17px;
      background: #dbb879;
      color: #fff;
      border: none;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: relative;
      z-index: 1;
      visibility: hidden; }
      #tmhtmlcontent_home .item-html 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);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        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 .item-html button:hover {
        color: #fff; }
        #tmhtmlcontent_home .item-html 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 {
  margin-top: 50px; }
  #tmhtmlcontent_footer img {
    width: auto;
    height: auto;
    margin-bottom: 25px; }
