/* Top hook CSS */
#htmlcontent_top {
  background: #f4f5f5;
  padding-bottom: 6px; }
  @media screen and (max-width: 767px) {
    #htmlcontent_top {
      width: 100%;
      max-width: 100%;
      padding-right: 0;
      padding-top: 30px; } }
  #htmlcontent_top ul {
    margin-bottom: 0; }
    #htmlcontent_top ul li {
      overflow: hidden;
      margin-bottom: 33px;
      text-align: center; }
      @media screen and (max-width: 479px) {
        #htmlcontent_top ul li {
          width: 100%; } }
      #htmlcontent_top ul li a {
        overflow: hidden;
        display: block;
        position: relative;
        font-size: 1em; }
        #htmlcontent_top ul li a .item-html {
          width: 100%;
          height: 100%; }
        #htmlcontent_top ul li a:last-child {
          margin-bottom: 0; }
        #htmlcontent_top ul li a img {
          max-width: 100%;
          height: auto; }
        #htmlcontent_top ul li a h2, #htmlcontent_top ul li a h3 {
          -moz-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
          font-family: "Open Sans", sans-serif;
          font-weight: 300;
          margin: 0;
          padding: 0; }
        #htmlcontent_top ul li a p {
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          margin: 0;
          padding: 0; }
    #htmlcontent_top ul .htmlcontent-item-1 a {
      min-height: 221px;
      background: #31353d;
      padding: 5%;
      font-size: 1em; }
      @media screen and (max-width: 1199px) {
        #htmlcontent_top ul .htmlcontent-item-1 a {
          font-size: 0.8em; } }
      @media screen and (max-width: 991px) {
        #htmlcontent_top ul .htmlcontent-item-1 a {
          font-size: 0.6em;
          min-height: 185px; } }
      @media screen and (max-width: 479px) {
        #htmlcontent_top ul .htmlcontent-item-1 a {
          font-size: 0.5em;
          min-height: 170px; } }
      #htmlcontent_top ul .htmlcontent-item-1 a h2 {
        font-size: 3.846em;
        line-height: 50px;
        color: white;
        padding-bottom: 1.6%; }
        @media screen and (max-width: 991px) {
          #htmlcontent_top ul .htmlcontent-item-1 a h2 {
            line-height: 40px; } }
        @media screen and (max-width: 479px) {
          #htmlcontent_top ul .htmlcontent-item-1 a h2 {
            line-height: 34px; } }
      #htmlcontent_top ul .htmlcontent-item-1 a h3 {
        font-size: 1.923em;
        line-height: 25px;
        color: #7ecefd; }
      #htmlcontent_top ul .htmlcontent-item-1 a:hover h2 {
        color: #7ecefd; }
        @media screen and (min-width: 1199px) {
          #htmlcontent_top ul .htmlcontent-item-1 a:hover h2 {
            animation: 0.4s ease 0s normal none 1 moveFromLeft;
            -webkit-animation: 0.4s ease 0s normal none 1 moveFromLeft;
            -moz-animation: 0.4s ease 0s normal none 1 moveFromLeft;
            -o-animation: 0.4s ease 0s normal none 1 moveFromLeft;
            -ms-animation: 0.4s ease 0s normal none 1 moveFromLef; } }
      #htmlcontent_top ul .htmlcontent-item-1 a:hover h3 {
        color: white; }
        @media screen and (min-width: 1199px) {
          #htmlcontent_top ul .htmlcontent-item-1 a:hover h3 {
            animation: 0.4s ease 0s normal none 1 moveFromRight;
            -webkit-animation: 0.4s ease 0s normal none 1 moveFromRight;
            -moz-animation: 0.4s ease 0s normal none 1 moveFromRight;
            -o-animation: 0.4s ease 0s normal none 1 moveFromRight;
            -ms-animation: 0.4s ease 0s normal none 1 moveFromRight; } }
    #htmlcontent_top ul li + li .item-html {
      background: white; }
    @media screen and (max-width: 767px) {
      #htmlcontent_top ul li + li {
        width: 50%; } }
    @media screen and (max-width: 479px) {
      #htmlcontent_top ul li + li {
        width: 100%; } }
    @media screen and (min-width: 1199px) {
      #htmlcontent_top ul li + li a {
        min-height: 386px; } }
    @media screen and (max-width: 1199px) {
      #htmlcontent_top ul li + li a {
        font-size: 0.8em; } }
    @media screen and (max-width: 991px) {
      #htmlcontent_top ul li + li a {
        font-size: 0.6em; } }
    @media screen and (max-width: 767px) {
      #htmlcontent_top ul li + li a {
        font-size: 0.8em; } }
    @media screen and (max-width: 479px) {
      #htmlcontent_top ul li + li a {
        font-size: 1em; } }
    #htmlcontent_top ul li + li a h2 {
      -moz-transition: padding 0.3s ease, background 0.25s ease;
      -o-transition: padding 0.3s ease, background 0.25s ease;
      -webkit-transition: padding 0.3s ease, background 0.25s ease;
      transition: padding 0.3s ease, background 0.25s ease;
      background: #7ecefd;
      font-size: 3.077em;
      line-height: 40px;
      padding: 9.4% 10px;
      color: white;
      text-transform: uppercase;
      margin-bottom: 10%; }
    #htmlcontent_top ul li + li a h3 {
      font-size: 3.077em;
      line-height: 40px;
      color: #31353d;
      text-transform: uppercase;
      margin-bottom: 22px; }
      #htmlcontent_top ul li + li a h3 span {
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        font-size: 20px;
        line-height: 20px;
        color: #7ecefd;
        margin-left: 10px;
        margin-right: -10px; }
    #htmlcontent_top ul li + li a p {
      font: 400 17px/23px "Open Sans", sans-serif;
      margin: 0;
      padding: 0 10px;
      color: #bfbfbf;
      margin-bottom: 15px; }
      @media screen and (max-width: 991px) {
        #htmlcontent_top ul li + li a p {
          font-size: 15px; } }
      #htmlcontent_top ul li + li a p.button {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 15px;
        font-weight: 600;
        display: block;
        background: #31353d;
        border: none;
        text-align: center;
        padding: 7.4% 10px;
        text-transform: uppercase;
        color: white;
        margin: 18.5% 0 0; }
        #htmlcontent_top ul li + li a p.button:hover {
          background: #4a4f59; }
    #htmlcontent_top ul li + li a:hover h2 {
      background: #70b6df; }
      @media screen and (min-width: 1199px) {
        #htmlcontent_top ul li + li a:hover h2 {
          padding: 4.9% 10px; } }
    @media screen and (min-width: 1199px) {
      #htmlcontent_top ul li + li a:hover h3 span {
        margin-left: 20px; } }
    @media screen and (min-width: 1199px) {
      #htmlcontent_top ul li + li a:hover p.button {
        padding: 11.9% 10px; } }

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
@keyframes moveFromRight {
  0% {
    transform: translateX(200%); }

  100% {
    transform: translateX(0%); } }
@-webkit-keyframes moveFromRight {
  0% {
    -webkit-transform: translateX(200%); }

  100% {
    -webkit-transform: translateX(0%); } }
@keyframes moveFromLeft {
  0% {
    transform: translateX(-200%); }

  100% {
    transform: translateX(0%); } }
@-webkit-keyframes moveFromLeft {
  0% {
    -webkit-transform: translateX(-200%); }

  100% {
    -webkit-transform: translateX(0%); } }
