/* Top hook CSS */
#htmlcontent_top ul li {
  padding-top: 30px; }
  @media (max-width: 479px) {
    #htmlcontent_top ul li {
      padding-top: 20px; } }
  #htmlcontent_top ul li img {
    max-width: 100%;
    height: auto;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 479px) {
      #htmlcontent_top ul li img {
        width: 100%; } }
  #htmlcontent_top ul li .bannerBox {
    position: relative; }
  #htmlcontent_top ul li > a {
    display: block;
    overflow: hidden;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #htmlcontent_top ul li > a:hover {
      -moz-box-shadow: -2px -3px 7px rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: -2px -3px 7px rgba(0, 0, 0, 0.12);
      box-shadow: -2px -3px 7px rgba(0, 0, 0, 0.12); }
      #htmlcontent_top ul li > a:hover h3 {
        animation: 0.3s ease-in-out 0s normal none 1 moveFromLeft;
        -webkit-animation: 0.5s ease-in-out 0s normal none 1 moveFromLeft; }
      #htmlcontent_top ul li > a:hover h4 {
        animation: 0.4s ease-in-out 0s normal none 1 moveFromLeft;
        -webkit-animation: 0.4s ease-in-out 0s normal none 1 moveFromLeft; }
      #htmlcontent_top ul li > a:hover img {
        -moz-transform: scale(1.14, 1.14);
        -ms-transform: scale(1.14, 1.14);
        -o-transform: scale(1.14, 1.14);
        -webkit-transform: scale(1.14, 1.14);
        transform: scale(1.14, 1.14); }
    #htmlcontent_top ul li > a:active, #htmlcontent_top ul li > a:active:focus {
      -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); }
  #htmlcontent_top ul li .item-html {
    position: absolute;
    left: 0;
    top: 0;
    color: #333333;
    padding: 60px 0 0 30px; }
    #htmlcontent_top ul li .item-html h2 {
      font: normal 64px/1em "Verdana", sans-serif;
      text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
      margin: 0 0 5px; }
    #htmlcontent_top ul li .item-html h3 {
      font: normal 24px/28px "Verdana", sans-serif;
      margin: 0 0 7px;
      color: #46c29b; }
    #htmlcontent_top ul li .item-html h4 {
      font: 300 34px/36px "Verdana", sans-serif;
      margin: 0; }
    #htmlcontent_top ul li .item-html button {
      font: normal 16px/22px "Verdana", sans-serif;
      border: none;
      background: none;
      padding: 0;
      margin: 0;
      position: relative; }
      #htmlcontent_top ul li .item-html button:before {
        position: absolute;
        left: 50%;
        bottom: 2px;
        width: 0;
        height: 1px;
        background: rgba(255, 255, 255, 0.5);
        content: " ";
        display: block;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
  #htmlcontent_top ul li.htmlcontent-item-3 .item-html {
    text-align: center;
    background: #fff;
    position: static;
    left: auto;
    top: auto;
    color: red;
    padding: 50px 20px;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  #htmlcontent_top ul li.htmlcontent-item-3 .bannerBox.waves-effect.waves-button.waves-classic .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); }
  #htmlcontent_top ul li.htmlcontent-item-3 > a:hover .item-html {
    background: #00796b; }
    #htmlcontent_top ul li.htmlcontent-item-3 > a:hover .item-html h2 {
      -webkit-animation-duration: 0.4s;
      animation-duration: 0.4s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: zoomIn;
      animation-name: zoomIn; }
    #htmlcontent_top ul li.htmlcontent-item-3 > a:hover .item-html button:before {
      width: 100%;
      left: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #htmlcontent_top ul li .item-html {
      padding: 40px 0 0 20px; }
      #htmlcontent_top ul li .item-html h2 {
        font: normal 44px/1em "Verdana", sans-serif; }
      #htmlcontent_top ul li .item-html h3 {
        font: normal 20px/24px "Verdana", sans-serif; }
      #htmlcontent_top ul li .item-html h4 {
        font: 300 28px/30px "Verdana", sans-serif; }
    #htmlcontent_top ul li.htmlcontent-item-3 .item-html {
      padding: 40px 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #htmlcontent_top ul li .item-html {
      padding: 30px 0 0 10px; }
      #htmlcontent_top ul li .item-html h2 {
        font: normal 34px/1em "Verdana", sans-serif; }
      #htmlcontent_top ul li .item-html h3 {
        font: normal 14px/20px "Verdana", sans-serif;
        margin-bottom: 0; }
      #htmlcontent_top ul li .item-html h4 {
        font: 300 17px/22px "Verdana", sans-serif; }
      #htmlcontent_top ul li .item-html button {
        font: normal 13px/18px "Verdana", sans-serif; }
    #htmlcontent_top ul li.htmlcontent-item-3 .item-html {
      padding: 28px 10px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    #htmlcontent_top ul li {
      width: 50%; }
      #htmlcontent_top ul li .item-html {
        padding: 30px 0 0 20px; }
        #htmlcontent_top ul li .item-html h3 {
          font: normal 14px/20px "Verdana", sans-serif;
          margin-bottom: 0; }
        #htmlcontent_top ul li .item-html h4 {
          font: 300 17px/22px "Verdana", sans-serif; }
        #htmlcontent_top ul li .item-html button {
          font: normal 13px/18px "Verdana", sans-serif; }
      #htmlcontent_top ul li.htmlcontent-item-3 {
        width: 100%; }
        #htmlcontent_top ul li.htmlcontent-item-3 .item-html {
          padding: 40px 20px; } }
  @media (max-width: 479px) {
    #htmlcontent_top ul li {
      width: 100%; }
      #htmlcontent_top ul li .item-html {
        padding: 40px 0 0 20px; }
        #htmlcontent_top ul li .item-html h2 {
          font: normal 44px/1em "Verdana", sans-serif; }
        #htmlcontent_top ul li .item-html h3 {
          font: normal 20px/24px "Verdana", sans-serif; }
        #htmlcontent_top ul li .item-html h4 {
          font: 300 28px/30px "Verdana", sans-serif; }
      #htmlcontent_top ul li.htmlcontent-item-3 {
        width: 100%; }
        #htmlcontent_top ul li.htmlcontent-item-3 .item-html {
          padding: 40px 20px; } }

#htmlcontent_home {
  padding: 0 15px; }
  @media only screen and (min-width: 1300px) {
    #htmlcontent_home {
      padding: 0 30px; } }
  #htmlcontent_home ul {
    margin-bottom: 0; }
    #htmlcontent_home ul li {
      padding-bottom: 30px; }
      #htmlcontent_home ul li img {
        max-width: 100%;
        height: auto; }
      #htmlcontent_home ul li .bannerBox {
        position: relative; }
      #htmlcontent_home ul li > a:hover .item-html {
        color: #46c29b;
        background: #fff;
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
      #htmlcontent_home ul li > a:active .item-html, #htmlcontent_home ul li > a:active:focus .item-html {
        -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.2); }
      #htmlcontent_home ul li .item-html {
        background: #46c29b;
        color: #fff;
        padding: 35px 100px 39px;
        text-align: center;
        font: normal 12px/22px "Verdana", sans-serif;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
        -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
        box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        #htmlcontent_home ul li .item-html:active, #htmlcontent_home ul li .item-html:active:focus {
          -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
          -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); }
        #htmlcontent_home ul li .item-html .icon {
          display: inline-block;
          font-size: 70px;
          line-height: 100px;
          text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.18); }
        #htmlcontent_home ul li .item-html h2 {
          font: normal 24px/32px "Verdana", sans-serif;
          margin: -4px 0 14px; }
      #htmlcontent_home ul li.htmlcontent-item-1 .item-html {
        background: #00796b; }
      #htmlcontent_home ul li.htmlcontent-item-1 > a:hover .item-html {
        background: #fff;
        color: #00796b; }
      #htmlcontent_home ul li.htmlcontent-item-1 .item-html.waves-effect.waves-button.waves-neutral .waves-ripple {
        background: rgba(102, 57, 182, 0.2); }
      @media (min-width: 992px) and (max-width: 1199px) {
        #htmlcontent_home ul li .item-html {
          padding: 25px 20px 29px;
          font: normal 11px/15px "Verdana", sans-serif; }
          #htmlcontent_home ul li .item-html .icon {
            font-size: 50px;
            line-height: 80px; }
          #htmlcontent_home ul li .item-html h2 {
            font: normal 15px/21px "Verdana", sans-serif;
            margin: -4px 0 7px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #htmlcontent_home ul li:not(.htmlcontent-item-1) {
          width: 50%; }
          #htmlcontent_home ul li:not(.htmlcontent-item-1) .item-html {
            padding: 25px 20px 29px;
            font: normal 11px/15px "Verdana", sans-serif; }
            #htmlcontent_home ul li:not(.htmlcontent-item-1) .item-html .icon {
              font-size: 50px;
              line-height: 80px; }
            #htmlcontent_home ul li:not(.htmlcontent-item-1) .item-html h2 {
              font: normal 15px/21px "Verdana", sans-serif;
              margin: -4px 0 7px; }
        #htmlcontent_home ul li.htmlcontent-item-1 {
          width: 100%; } }
      @media (min-width: 480px) and (max-width: 767px) {
        #htmlcontent_home ul li:not(.htmlcontent-item-1) {
          width: 50%; }
          #htmlcontent_home ul li:not(.htmlcontent-item-1) .item-html {
            padding: 25px 20px 29px;
            font: normal 11px/15px "Verdana", sans-serif; }
            #htmlcontent_home ul li:not(.htmlcontent-item-1) .item-html .icon {
              font-size: 50px;
              line-height: 80px; }
            #htmlcontent_home ul li:not(.htmlcontent-item-1) .item-html h2 {
              font: normal 15px/21px "Verdana", sans-serif;
              margin: -4px 0 7px; }
            #htmlcontent_home ul li:not(.htmlcontent-item-1) .item-html p {
              display: none; }
        #htmlcontent_home ul li.htmlcontent-item-1 {
          width: 100%; }
          #htmlcontent_home ul li.htmlcontent-item-1 .item-html {
            padding: 25px 20px 29px; } }
      @media (max-width: 479px) {
        #htmlcontent_home ul li {
          width: 100%; }
          #htmlcontent_home ul li .item-html {
            padding: 25px 20px 29px;
            font: normal 11px/15px "Verdana", sans-serif; }
            #htmlcontent_home ul li .item-html .icon {
              font-size: 50px;
              line-height: 80px; }
            #htmlcontent_home ul li .item-html h2 {
              font: normal 15px/21px "Verdana", sans-serif;
              margin: -4px 0 7px; } }

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -webkit-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -moz-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-ms-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -ms-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -webkit-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -moz-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -ms-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -webkit-transform: translateY(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -moz-transform: translateY(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -ms-transform: translateY(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }

  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }

  50% {
    opacity: 1; } }
