/* Footer hook CSS */
.footer-container #footer #tmhtmlcontent_footer {
  margin-bottom: 14px; }
  @media (max-width: 767px) {
    .footer-container #footer #tmhtmlcontent_footer {
      margin-bottom: 30px; } }
  .footer-container #footer #tmhtmlcontent_footer ul {
    margin: 0; }
    @media (max-width: 767px) {
      .footer-container #footer #tmhtmlcontent_footer ul {
        padding-bottom: 7px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .footer-container #footer #tmhtmlcontent_footer ul {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .footer-container #footer #tmhtmlcontent_footer ul .slick-arrow.slick-prev {
        left: 15px; } }
    @media (max-width: 767px) {
      .footer-container #footer #tmhtmlcontent_footer ul .slick-arrow.slick-next {
        right: 15px; } }
    .footer-container #footer #tmhtmlcontent_footer ul li {
      padding: 1px;
      width: 33.33%;
      box-sizing:border-box;}
      @media (max-width: 767px) {
        .footer-container #footer #tmhtmlcontent_footer ul li {
          width: 50%;
          padding: 0 15px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .footer-container #footer #tmhtmlcontent_footer ul li {
          margin-bottom: 0;
          padding: 0; } }
      @media (max-width: 479px) {
        .footer-container #footer #tmhtmlcontent_footer ul li {
          width: 100%;
          margin-bottom: 0; } }
      .footer-container #footer #tmhtmlcontent_footer ul li a {
        display: block;
        position: relative;
        background: #475271;
        overflow: hidden; }
        .footer-container #footer #tmhtmlcontent_footer ul li a:after {
          /*background: rgba(0, 191, 243, 0.7);*/
          background: rgba(110, 11, 8, 0.5);
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          content: "";
          z-index: 1;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -moz-transform: scale(0.9, 0.9);
          -ms-transform: scale(0.9, 0.9);
          -o-transform: scale(0.9, 0.9);
          -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9); }
        .footer-container #footer #tmhtmlcontent_footer ul li a:hover:after {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1;
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }
        .footer-container #footer #tmhtmlcontent_footer ul li a:hover .btn.btn-default {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
        .footer-container #footer #tmhtmlcontent_footer ul li a:hover .item-html {
          top: 50%; }
        @media (max-width: 991px) {
          .footer-container #footer #tmhtmlcontent_footer ul li a:hover h3, .footer-container #footer #tmhtmlcontent_footer ul li a:hover i {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
            visibility: hidden;
            display: none; }
          .footer-container #footer #tmhtmlcontent_footer ul li a:hover .btn.btn-default {
            display: inline-block; } }
      .footer-container #footer #tmhtmlcontent_footer ul li .item-html {
        position: absolute;
        top: 61%;
        left: 0;
        width: 100%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        z-index: 2;
        padding: 0 60px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .footer-container #footer #tmhtmlcontent_footer ul li img {
        max-width: 100%;
        height: auto;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=59);
        opacity: 0.59; }
      .footer-container #footer #tmhtmlcontent_footer ul li i {
        display: inline-block;
        width: 89px;
        height: 89px;
        border: 2px solid white;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        line-height: 87px;
        font-size: 30px;
        color: white;
        margin-bottom: 23px;
        -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=100);
        opacity: 1; }
      .footer-container #footer #tmhtmlcontent_footer ul li h3 {
        font: bold 24px/30px "PT Sans", sans-serif;
        margin: 0 0 39px;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
        -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=100);
        opacity: 1; }
      .footer-container #footer #tmhtmlcontent_footer ul li .btn.btn-default {
        border-color: white;
        color: white;
        background: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
        @media (max-width: 991px) {
          .footer-container #footer #tmhtmlcontent_footer ul li .btn.btn-default {
            display: none; } }
        .footer-container #footer #tmhtmlcontent_footer ul li .btn.btn-default:hover, .footer-container #footer #tmhtmlcontent_footer ul li .btn.btn-default:active, .footer-container #footer #tmhtmlcontent_footer ul li .btn.btn-default:active:focus, .footer-container #footer #tmhtmlcontent_footer ul li .btn.btn-default:focus {
          background: white;
          color: #6E0B08; }

#tmhtmlcontent_topColumn {
  margin-bottom: 30px; }
  #tmhtmlcontent_topColumn ul {
    margin-bottom: 0; }
    #tmhtmlcontent_topColumn ul li {
      width: 100%; }
    #tmhtmlcontent_topColumn ul a {
      position: relative;
      display: block;
      overflow: hidden; }
    #tmhtmlcontent_topColumn ul .item-html {
      position: absolute;
      top: 50%;
      left: 0;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      text-align: center; }
      #tmhtmlcontent_topColumn ul .item-html h2 {
        font: bold 24px/1em "PT Sans", sans-serif;
        color: white;
        text-transform: uppercase;
        position: relative;
        margin: 0 0 19px; }
        @media (max-width: 479px) {
          #tmhtmlcontent_topColumn ul .item-html h2 {
            font: bold 14px/1em "PT Sans", sans-serif; } }
      #tmhtmlcontent_topColumn ul .item-html h3 {
        font: bold 54px/1em "PT Sans", sans-serif;
        color: white;
        text-transform: uppercase;
        position: relative;
        margin: 0 0 60px; }
        @media (max-width: 991px) {
          #tmhtmlcontent_topColumn ul .item-html h3 {
            font-size: 39px;
            margin: 0 0 36px; } }
        @media (max-width: 479px) {
          #tmhtmlcontent_topColumn ul .item-html h3 {
            font: bold 30px/1em "PT Sans", sans-serif; } }
      #tmhtmlcontent_topColumn ul .item-html .btn-default {
        position: relative;
        padding-left: 20px;
        padding-right: 20px; }
      #tmhtmlcontent_topColumn ul .item-html p {
        margin-bottom: 0; }
