/* Top hook CSS */
#htmlcontent_top {
  text-align: center;
  position: relative;
  z-index: 20;
  margin-top: -481px;
  margin-bottom: 105px;
  overflow: hidden; }
  @media (max-width: 1600px) {
    #htmlcontent_top {
      margin: 0;
      padding: 30px 0; } }
  @media (max-width: 767px) {
    #htmlcontent_top {
      padding-bottom: 20px; } }
  @media (max-width: 479px) {
    #htmlcontent_top {
      width: 300px;
      margin: 0 auto; } }
  #htmlcontent_top ul {
    display: inline-block;
    margin: 0; }
    @media (max-width: 767px) {
      #htmlcontent_top ul {
        margin: 0;
        display: block; } }
    #htmlcontent_top ul li {
      position: relative;
      width: auto; }
      @media (max-width: 1600px) {
        #htmlcontent_top ul li {
          width: 25%; } }
      @media (max-width: 767px) {
        #htmlcontent_top ul li {
          padding-left: 10px;
          padding-right: 10px;
          width: 50%;
          margin-bottom: 20px; } }
      @media (max-width: 479px) {
        #htmlcontent_top ul li {
          float: none;
          width: 100%; } }
      #htmlcontent_top ul li:last-child {
        margin-bottom: 0; }
      #htmlcontent_top ul li a {
        position: relative;
        display: block; }
        #htmlcontent_top ul li a > div {
          overflow: hidden;
          position: relative;
          -moz-border-radius: 500px;
          -webkit-border-radius: 500px;
          border-radius: 500px; }
          @media (max-width: 1600px) {
            #htmlcontent_top ul li a > div {
              -moz-border-radius: 0px;
              -webkit-border-radius: 0px;
              border-radius: 0px; } }
        #htmlcontent_top ul li a:hover .item-html {
          background: rgba(0, 0, 0, 0.8); }
          @media (min-width: 1200px) {
            #htmlcontent_top ul li a:hover .item-html {
              padding-bottom: 60px; } }
          #htmlcontent_top ul li a:hover .item-html h2 {
            position: relative; }
            @media (min-width: 1200px) {
              #htmlcontent_top ul li a:hover .item-html h2 {
                -webkit-animation: moveFromTop 500ms ease;
                -moz-animation: moveFromTop 500ms ease;
                -ms-animation: moveFromTop 500ms ease; } }
          #htmlcontent_top ul li a:hover .item-html h5 {
            position: relative; }
            @media (min-width: 1200px) {
              #htmlcontent_top ul li a:hover .item-html h5 {
                -webkit-animation: moveFromBottom 500ms ease;
                -moz-animation: moveFromBottom 500ms ease;
                -ms-animation: moveFromBottom 500ms ease; } }
        #htmlcontent_top ul li a:hover img {
          -moz-transform: scale(1.1, 1.1);
          -ms-transform: scale(1.1, 1.1);
          -o-transform: scale(1.1, 1.1);
          -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1); }
      #htmlcontent_top ul li .item-html {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        background: rgba(255, 0, 0, 0.8);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow: hidden;
        color: #fff;
        padding: 17px 30px 42px;
        -moz-border-radius: 0 0 200px 200px;
        -webkit-border-radius: 0;
        border-radius: 0 0 200px 200px; }
        @media (max-width: 1600px) {
          #htmlcontent_top ul li .item-html {
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px; } }
        @media (max-width: 1199px) {
          #htmlcontent_top ul li .item-html {
            padding: 3px 18px 23px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          #htmlcontent_top ul li .item-html {
            padding: 3px 18px 10px; } }
      #htmlcontent_top ul li h2 {
	font-size: 25px;
	line-height: 50px;
	font-weight: normal;
	font-family: "Roboto", sans-serif;
	margin: 0;
}
        @media (max-width: 1400px) {
          #htmlcontent_top ul li h2 {
            font-size: 25px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          #htmlcontent_top ul li h2 {
            font-size: 25px; } }
      #htmlcontent_top ul li h5 {
        margin: 0 auto;
        width: 70%;
        font-size: 15px;
        line-height: 20px;
        font-weight: 300; }
        @media (min-width: 768px) and (max-width: 991px) {
          #htmlcontent_top ul li h5 {
            display: none; } }
      #htmlcontent_top ul li img {
        max-width: 100%;
        height: auto;
        overflow: hidden;
        -moz-transition: scale 0.3s ease;
        -o-transition: scale 0.3s ease;
        -webkit-transition: scale 0.3s ease;
        transition: scale 0.3s ease;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }

/* home hook CSS */
#htmlcontent_home {
  padding: 100px 0 58px; }
  @media (max-width: 991px) {
    #htmlcontent_home {
      padding: 40px 0; } }
  #htmlcontent_home ul {
    margin-bottom: 0; }
  #htmlcontent_home li {
    margin-bottom: 26px; }
    @media (max-width: 767px) {
      #htmlcontent_home li {
        width: 100%;
        float: none; } }
  #htmlcontent_home .item-html {
    overflow: hidden; }
  #htmlcontent_home li:hover i {
    background: #000;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px; }
  #htmlcontent_home i {
    width: 170px;
    height: 170px;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    background: red;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-size: 97px;
    line-height: 170px;
    text-align: center;
    margin: 0 30px 15px 0;
    float: left;
    -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: 991px) {
      #htmlcontent_home i {
        width: 140px;
        height: 140px;
        line-height: 140px; } }
    @media (max-width: 479px) {
      #htmlcontent_home i {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 50px;
        margin-right: 15px; } }
  #htmlcontent_home h5 {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 15px 0; }
    @media (max-width: 479px) {
      #htmlcontent_home h5 {
        font-size: 18px;
        line-height: 20px; } }
  #htmlcontent_home p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 300; }

@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(200%); }

  to {
    -moz-transform: translateY(0%); } }
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(200%); }

  to {
    -ms-transform: translateY(0%); } }
@-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; } }
@-webkit-keyframes moveFromTop {
  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 moveFromTop {
  from {
    -moz-transform: translateY(-300%); }

  to {
    -moz-transform: translateY(0%); } }
@-ms-keyframes moveFromTop {
  from {
    -ms-transform: translateY(-300%); }

  to {
    -ms-transform: translateY(0%); } }
/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
