@charset "UTF-8";
/* Top hook CSS */
#htmlcontent_top {
  width: 100%;
  max-width: 870px;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    #htmlcontent_top {
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-top: 0; } }
  @media (max-width: 767px) {
    #htmlcontent_top ul {
      margin: 0 -5px; } }
  #htmlcontent_top ul li {
    width: 430px;
    margin-bottom: 10px;
    float: left;
    overflow: hidden;
    border: 1px solid #c6c6c6;
    position: relative;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #htmlcontent_top ul li {
        width: 49%; } }
    @media (max-width: 991px) {
      #htmlcontent_top ul li {
        width: 49%; } }
    @media (max-width: 767px) {
      #htmlcontent_top ul li {
        width: 49%; } }
    @media (max-width: 479px) {
      #htmlcontent_top ul li {
        width: 100%;
        float: none; } }
    #htmlcontent_top ul li .item-img {
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    #htmlcontent_top ul li:hover {
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.33);
      -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.33);
      box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.33); }
      #htmlcontent_top ul li:hover .item-img {
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        @media (min-width: 1199px) {
          #htmlcontent_top ul li:hover .item-img {
            opacity: 0.3;
            -moz-transform: scale(1.3, 1.3);
            -ms-transform: scale(1.3, 1.3);
            -o-transform: scale(1.3, 1.3);
            -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3); } }
        @media (min-width: 992px) and (max-width: 1199px) {
          #htmlcontent_top ul li:hover .item-img {
            opacity: 0.3;
            -moz-transform: scale(1.3, 1.3);
            -ms-transform: scale(1.3, 1.3);
            -o-transform: scale(1.3, 1.3);
            -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3); } }
        @media (max-width: 991px) {
          #htmlcontent_top ul li:hover .item-img {
            opacity: 0.3;
            -moz-transform: scale(1.3, 1.3);
            -ms-transform: scale(1.3, 1.3);
            -o-transform: scale(1.3, 1.3);
            -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3); } }
      #htmlcontent_top ul li:hover .item-html .btn1 {
        opacity: 1; }
      #htmlcontent_top ul li:hover .item-html h3 {
        color: red;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        #htmlcontent_top ul li:hover .item-html h3 span {
          color: #000; }
    #htmlcontent_top ul li .item-html {
      position: absolute;
      left: 19px;
      top: 14px;
      width: 100%; }
      @media (max-width: 991px) {
        #htmlcontent_top ul li .item-html {
          left: 9px;
          top: 10px; } }
      @media (max-width: 767px) {
        #htmlcontent_top ul li .item-html {
          top: 8px; } }
      @media (max-width: 479px) {
        #htmlcontent_top ul li .item-html {
          top: 10px; } }
      #htmlcontent_top ul li .item-html h3 {
        text-transform: uppercase;
        color: #000;
        font: 900 34px/33px "Roboto", sans-serif;
        margin: 0;
        padding: 0;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        #htmlcontent_top ul li .item-html h3 span {
          display: block;
          color: red; }
        @media (min-width: 992px) and (max-width: 1199px) {
          #htmlcontent_top ul li .item-html h3 {
            font: 700 24px/23px "Roboto", sans-serif; } }
        @media (max-width: 991px) {
          #htmlcontent_top ul li .item-html h3 {
            font: 700 20px/19px "Roboto", sans-serif; } }
        @media (max-width: 767px) {
          #htmlcontent_top ul li .item-html h3 {
            font: 700 18px/17px "Roboto", sans-serif; } }
        @media (max-width: 479px) {
          #htmlcontent_top ul li .item-html h3 {
            font: 700 24px/23px "Roboto", sans-serif; } }
      @media (max-width: 767px) {
        #htmlcontent_top ul li .item-html .btn1 {
          display: none; } }
      @media (min-width: 768px) {
        #htmlcontent_top ul li .item-html .btn1 {
          font: 500 13px/18px "Roboto", sans-serif;
          color: #fff;
          background: #000;
          text-transform: uppercase;
          display: inline-block;
          padding: 7px 15px;
          margin: 0px;
          position: absolute;
          bottom: 15px;
          right: 62px;
          opacity: 0;
          -moz-transition: 0.6s;
          -o-transition: 0.6s;
          -webkit-transition: 0.6s;
          transition: 0.6s; }
          #htmlcontent_top ul li .item-html .btn1:before {
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            position: absolute;
            left: -20px;
            top: 0; } }
        @media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
          #htmlcontent_top ul li .item-html .btn1 {
            bottom: 5px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          #htmlcontent_top ul li .item-html .btn1 {
            bottom: 5px;
            right: 30px; } }
      #htmlcontent_top ul li .item-html .btn1:hover {
        background: #ff0000;
        color: #fff;
        padding-left: 30px; }
        #htmlcontent_top ul li .item-html .btn1:hover:before {
          content: '';
          font: 400 13px/16px "FontAwesome";
          color: #fff;
          padding-right: 10px;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          left: 14px;
          top: 9px; }
    #htmlcontent_top ul li img {
      max-width: 100%;
      height: auto; }
  #htmlcontent_top ul li.htmlcontent-item-1,
  #htmlcontent_top ul li.htmlcontent-item-3,
  #htmlcontent_top ul li.htmlcontent-item-5 {
    margin-right: 10px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #htmlcontent_top ul li.htmlcontent-item-1,
      #htmlcontent_top ul li.htmlcontent-item-3,
      #htmlcontent_top ul li.htmlcontent-item-5 {
        margin-right: 2%; } }
    @media (max-width: 991px) {
      #htmlcontent_top ul li.htmlcontent-item-1,
      #htmlcontent_top ul li.htmlcontent-item-3,
      #htmlcontent_top ul li.htmlcontent-item-5 {
        margin-right: 2%; } }

/* Left hook CSS */
#htmlcontent_left {
  margin-bottom: 12px; }
  @media (max-width: 767px) {
    #htmlcontent_left {
      display: none; } }
  #htmlcontent_left li {
    border: 1px solid #c6c6c6;
    position: relative; }
    #htmlcontent_left li .item-html {
      position: absolute;
      left: 17px;
      top: 14px; }
      #htmlcontent_left li .item-html h2 {
        text-transform: uppercase;
        font: 900 44px/41px "Roboto", sans-serif;
        color: #000;
        margin: 0 0 4px;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        #htmlcontent_left li .item-html h2 span {
          display: block;
          color: red;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        @media (min-width: 992px) and (max-width: 1199px) {
          #htmlcontent_left li .item-html h2 {
            font: 900 34px/31px "Roboto", sans-serif; } }
        @media (max-width: 991px) {
          #htmlcontent_left li .item-html h2 {
            font: 900 28px/26px "Roboto", sans-serif; } }
      #htmlcontent_left li .item-html h3 {
        text-transform: uppercase;
        font: 700 22px/22px "Roboto", sans-serif;
        color: red;
        margin: 0 0 9px 1px;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        @media (min-width: 992px) and (max-width: 1199px) {
          #htmlcontent_left li .item-html h3 {
            font: 700 18px/22px "Roboto", sans-serif; } }
        @media (max-width: 991px) {
          #htmlcontent_left li .item-html h3 {
            font: 700 15px/18px "Roboto", sans-serif; } }
      #htmlcontent_left li .item-html h4 {
        text-transform: uppercase;
        font: 700 16px/22px "Roboto", sans-serif;
        color: #000;
        margin: 0 0 0 2px;
        width: 55%;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        @media (min-width: 992px) and (max-width: 1199px) {
          #htmlcontent_left li .item-html h4 {
            font: 700 14px/20px "Roboto", sans-serif; } }
        @media (max-width: 991px) {
          #htmlcontent_left li .item-html h4 {
            font: 700 12px/18px "Roboto", sans-serif; } }
    #htmlcontent_left li:hover h2 {
      color: red;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #htmlcontent_left li:hover h2 span {
        color: #000;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
    #htmlcontent_left li:hover h3 {
      color: #000;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    #htmlcontent_left li:hover h4 {
      color: red;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }

/* Right hook CSS */
/* Footer hook CSS */
