/* Top hook CSS */
@media (max-width: 767px) {
  #htmlcontent_top ul {
    margin: 0 -5px; } }
#htmlcontent_top ul li {
  padding-top: 15px;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    #htmlcontent_top ul li {
      padding-top: 0; } }
  @media (max-width: 767px) {
    #htmlcontent_top ul li {
      padding-left: 5px;
      padding-right: 5px;
      width: 50%; } }
  @media (max-width: 479px) {
    #htmlcontent_top ul li {
      float: none;
      padding: 0;
      width: 100%; } }
  #htmlcontent_top ul li:last-child {
    margin-bottom: 0; }
  #htmlcontent_top ul li img {
    max-width: 100%;
    height: auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 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 a {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center; }
    #htmlcontent_top ul li a .item-html {
      background: rgba(243, 243, 243, 0.88);
      left: 0;
      padding: 38px 15px 0;
      position: absolute;
      text-align: center;
      top: 0;
      width: 100%; }
      @media (max-width: 1199px) {
        #htmlcontent_top ul li a .item-html {
          background: #f3f3f3;
          padding: 8px 6px;
          width: auto; } }
    #htmlcontent_top ul li a h3 {
      color: #333;
      font-family: "Ubuntu", sans-serif;
      font-size: 23px;
      font-weight: 300;
      line-height: 23px;
      margin-top: 16px;
      margin: 0;
      padding: 17px 0 0;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      -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: 1199px) {
        #htmlcontent_top ul li a h3 {
          font-size: 20px; } }
      @media (max-width: 991px) {
        #htmlcontent_top ul li a h3 {
          font-size: 18px;
          padding-top: 10px; } }
    #htmlcontent_top ul li a h2 {
      color: #333;
      font-family: "Ubuntu", sans-serif;
      font-size: 37px;
      font-weight: 300;
      line-height: 37px;
      margin-bottom: 3px;
      margin: 0 0 3px;
      padding: 0;
      position: relative;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        #htmlcontent_top ul li a h2 {
          font-size: 15px;
          line-height: 18px; } }
      @media (max-width: 767px) {
        #htmlcontent_top ul li a h2 {
          font-size: 20px; } }
      @media (max-width: 479px) {
        #htmlcontent_top ul li a h2 {
          font-size: 20px;
          line-height: 22px; } }
    #htmlcontent_top ul li a h4 {
      color: #00796b;
      font-family: "Ubuntu", sans-serif;
      font-size: 53px;
      font-weight: 300;
      line-height: 1em;
      margin-bottom: 13px;
      margin: 0 0 10px;
      padding: 0;
      position: relative;
      text-transform: uppercase;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease; }
      @media (max-width: 1199px) {
        #htmlcontent_top ul li a h4 {
          font-size: 20px;
          line-height: 20px;
          margin-bottom: 4px; } }
      @media (max-width: 767px) {
        #htmlcontent_top ul li a h4 {
          font-size: 20px; } }
      @media (max-width: 479px) {
        #htmlcontent_top ul li a h4 {
          font-size: 25px;
          line-height: 30px; } }
    #htmlcontent_top ul li a button {
      background: #00796b;
      border: none;
      color: #fff;
      display: inline-block;
      font-size: 16px;
      line-height: 18px;
      padding: 11px 28px;
      position: relative;
      text-transform: uppercase;
      z-index: 1;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media (max-width: 1199px) {
        #htmlcontent_top ul li a button {
          display: none; } }
      #htmlcontent_top ul li a button:before {
        background: #333;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -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);
        -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 button:hover:before {
        color: #fff;
        -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; }
    #htmlcontent_top ul li a:hover img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }
    #htmlcontent_top ul li a:hover button {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%); }
    @media (min-width: 1200px) {
      #htmlcontent_top ul li a .item-html {
        height: 220px;
        opacity: 0;
        width: 100%;
        -moz-transform: perspective(600px) rotateY(180deg);
        -ms-transform: perspective(600px) rotateY(180deg);
        -o-transform: perspective(600px) rotateY(180deg);
        -webkit-transform: perspective(600px) rotateY(180deg);
        transform: perspective(600px) rotateY(180deg);
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      #htmlcontent_top ul li a:hover .item-html {
        opacity: 1;
        -moz-transform: perspective(600px) rotateY(0deg);
        -ms-transform: perspective(600px) rotateY(0deg);
        -o-transform: perspective(600px) rotateY(0deg);
        -webkit-transform: perspective(600px) rotateY(0deg);
        transform: perspective(600px) rotateY(0deg);
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; } }

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
#htmlcontent_footer {
  padding-top: 60px;
  display: none; }
  #htmlcontent_footer li {
    overflow: hidden;
    width: 50%; }
    @media (max-width: 767px) {
      #htmlcontent_footer li {
        float: none;
        width: 100%; } }
    #htmlcontent_footer li:hover .img-quote:before {
      background: rgba(0, 0, 0, 0.3);
      -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); }
  #htmlcontent_footer .img-quote {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    #htmlcontent_footer .img-quote:before {
      content: "";
      background: transparent;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -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);
      z-index: 10;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  #htmlcontent_footer img {
    width: auto;
    height: auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-perspective: 1px;
    /* Chrome, Safari, Opera */
    perspective: 1px; }
  #htmlcontent_footer blockquote {
    border: none;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden; }
    #htmlcontent_footer blockquote span {
      display: block;
      color: #00796b;
      font-size: 73px;
      line-height: 58px;
      margin-bottom: -29px;
      font-weight: 500; }
    #htmlcontent_footer blockquote strong {
      display: block;
      margin-top: 20px; }
    #htmlcontent_footer blockquote a {
      text-transform: uppercase;
      color: #00796b;
      font-size: 13px;
      font-weight: 300;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #htmlcontent_footer blockquote a:hover {
        color: #333; }

#index #htmlcontent_footer {
  display: block; }

#htmlcontent_home {
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    #htmlcontent_home li {
      float: none;
      width: 100%;
      margin-bottom: 30px; } }
  #htmlcontent_home li a {
    display: block;
    position: relative;
    text-align: center; }
    @media (min-width: 767px) {
      #htmlcontent_home li a:hover h5 {
        margin-top: 10px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; } }
    @media (min-width: 1200px) {
      #htmlcontent_home li a:hover h5 {
        margin-top: 27px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; } }
    #htmlcontent_home li a:hover img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
      opacity: 0.2; }
    #htmlcontent_home li a:hover .item-html {
      top: 20%; }
      @media (max-width: 1300px) {
        #htmlcontent_home li a:hover .item-html {
          top: 10%; } }
      @media (max-width: 767px) {
        #htmlcontent_home li a:hover .item-html {
          top: 29%; } }
    #htmlcontent_home li a:hover button {
      margin-top: 54px; }
    #htmlcontent_home li a .item-html {
      position: absolute;
      right: 10%;
      top: 27.5%;
      width: 70%;
      -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: 1199px) {
        #htmlcontent_home li a .item-html {
          width: 90%;
          right: 15px; } }
      @media (max-width: 767px) {
        #htmlcontent_home li a .item-html {
          left: auto;
          width: 58%; } }
    #htmlcontent_home li a h2 {
      margin: 0;
      font-family: "Ubuntu", sans-serif;
      font-weight: 300;
      color: #888;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 44px; }
      @media (max-width: 1199px) {
        #htmlcontent_home li a h2 {
          margin-bottom: 15px; } }
    #htmlcontent_home li a h3,
    #htmlcontent_home li a h4 {
      margin: 0;
      font-family: "Ubuntu", sans-serif;
      font-weight: 300;
      color: #00796b;
      text-transform: uppercase;
      font-size: 50px;
      line-height: 52px; }
      @media (max-width: 991px) {
        #htmlcontent_home li a h3,
        #htmlcontent_home li a h4 {
          font-size: 30px;
          line-height: 32px; } }
    #htmlcontent_home li a h4 {
      color: #212121; }
    #htmlcontent_home li a h5 {
      margin: 0;
      font-family: "Ubuntu", sans-serif;
      font-weight: 300;
      color: #888;
      font-size: 13px;
      line-height: 20px;
      -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; }
      @media (min-width: 768px) and (max-width: 991px) {
        #htmlcontent_home li a h5 {
          display: none; } }
      @media (max-width: 767px) {
        #htmlcontent_home li a h5 {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1;
          padding-top: 12px; } }
      @media (max-width: 479px) {
        #htmlcontent_home li a h5 {
          display: none; } }
    #htmlcontent_home li a button {
      background: #00796b;
      border: none;
      color: #fff;
      display: inline-block;
      font-size: 16px;
      line-height: 18px;
      margin-top: -4px;
      padding: 16px 40px 17px;
      position: relative;
      text-transform: uppercase;
      white-space: normal;
      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; }
      @media (max-width: 1600px) {
        #htmlcontent_home li a button {
          display: none; } }
      #htmlcontent_home li a button:before {
        background: #333;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -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);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #htmlcontent_home li a button:hover {
        color: #fff; }
        #htmlcontent_home li a 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; }
    #htmlcontent_home li a img {
      max-width: 100%;
      height: auto;
      -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; }
      @media (max-width: 767px) {
        #htmlcontent_home li a img {
          width: 100%; } }
