/* Top hook CSS */
#htmlcontent_top {
  width: 100%;
  clear: both;
  float: none; }
  @media (max-width: 767px) {
    #htmlcontent_top {
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-top: 0; } }
  #htmlcontent_top ul {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      #htmlcontent_top ul {
        margin: 0 -5px; } }
    #htmlcontent_top ul li {
      margin-bottom: 30px; }
      @media (min-width: 768px) and (max-width: 991px) {
        #htmlcontent_top ul li {
          width: 50%; } }
      @media (max-width: 767px) {
        #htmlcontent_top ul li {
          float: left;
          padding-left: 5px;
          padding-right: 5px;
          width: 50%;
          margin-bottom: 25px; } }
      @media (min-width: 480px) and (max-width: 599px) {
        #htmlcontent_top ul li {
          margin-bottom: 10px; } }
      @media (max-width: 479px) {
        #htmlcontent_top ul li {
          width: 100%;
          float: none;
          clear: both; } }
      #htmlcontent_top ul li .box_item {
        position: relative;
        overflow: hidden; }
        #htmlcontent_top ul li .box_item img {
          max-width: 100%;
          height: auto;
          -webkit-transition: all ease-out 0.2s;
          -moz-transition: all ease-out 0.2s;
          -o-transition: all ease-out 0.2s;
          transition: all ease-out 0.2s; }
        #htmlcontent_top ul li .box_item .item-html {
          position: absolute;
          left: 20px;
          top: 27px;
          text-align: left; }
          @media (min-width: 1200px) {
            #htmlcontent_top ul li .box_item .item-html {
              bottom: 0; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            #htmlcontent_top ul li .box_item .item-html {
              left: 15px;
              top: 10px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            #htmlcontent_top ul li .box_item .item-html {
              left: 27px;
              top: 25px; } }
          @media (min-width: 600px) and (max-width: 767px) {
            #htmlcontent_top ul li .box_item .item-html {
              left: 15px;
              top: 12px; } }
          @media (min-width: 480px) and (max-width: 599px) {
            #htmlcontent_top ul li .box_item .item-html {
              left: 0;
              top: 0;
              right: 0;
              bottom: 0;
              background: rgba(255, 255, 255, 0.6);
              padding: 5px; } }
          @media (max-width: 479px) {
            #htmlcontent_top ul li .box_item .item-html {
              left: 17px;
              top: 16px; } }
          #htmlcontent_top ul li .box_item .item-html h3 {
            /*font: 400 33px/25px "Righteous", cursive;
            color: #252628;*/
			  font:bold 16px/18px Arial,"Roboto", sans-serif;
			color: #000;
            text-transform: uppercase;
            margin: 0 0 13px; }
            @media (min-width: 992px) and (max-width: 1199px) {
              #htmlcontent_top ul li .box_item .item-html h3 {
                margin-bottom: 8px; } }
            @media (min-width: 600px) and (max-width: 767px) {
              #htmlcontent_top ul li .box_item .item-html h3 {
                /*font-size: 29px;*/
                margin-bottom: 6px; } }
            @media (min-width: 480px) and (max-width: 599px) {
              #htmlcontent_top ul li .box_item .item-html h3 {
                /*font-size: 19px;*/
                margin-bottom: 2px;
                line-height: 15px; } }
            @media (max-width: 479px) {
              #htmlcontent_top ul li .box_item .item-html h3 {
                margin-bottom: 6px; } }
          #htmlcontent_top ul li .box_item .item-html p {
            width: 148px;
            font-size: 12px;
            font-weight: 400;
            line-height: 17px;
            color: #000;
            margin: 0 0 15px; }
            @media (min-width: 992px) and (max-width: 1199px) {
              #htmlcontent_top ul li .box_item .item-html p {
                margin-bottom: 3px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              #htmlcontent_top ul li .box_item .item-html p {
                margin-bottom: 7px; } }
            @media (min-width: 600px) and (max-width: 767px) {
              #htmlcontent_top ul li .box_item .item-html p {
                color: #454545;
                line-height: 14px;
                margin-bottom: 4px; } }
            @media (min-width: 480px) and (max-width: 599px) {
              #htmlcontent_top ul li .box_item .item-html p {
                color: #444;
                line-height: 13px;
                margin-bottom: 4px; } }
            @media (max-width: 479px) {
              #htmlcontent_top ul li .box_item .item-html p {
                line-height: 15px;
                margin-bottom: 4px; } }
          #htmlcontent_top ul li .box_item .item-html .btn_ar {
            width: 129px;
            height: 43px;
            position: relative;
            display: inline-block;
            font-size: 16px;
            font-weight: 600;
            line-height: 40px;
            color: #fff;
            text-transform: uppercase; }
            @media (min-width: 1200px) {
              #htmlcontent_top ul li .box_item .item-html .btn_ar {
                position: absolute;
                bottom: 26px;
                left: 0; } }
            #htmlcontent_top ul li .box_item .item-html .btn_ar .shp {
              display: inline-block;
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 3px;
              z-index: 2;
              background: #2dcc70;
              padding: 0 5px 0 19px;
              line-height: 40px; }
              #htmlcontent_top ul li .box_item .item-html .btn_ar .shp:after {
                content: "";
                display: inline-block;
                position: absolute;
                right: -40px;
                top: 0;
                border: 20px solid transparent;
                border-left: 20px solid #2dcc70; }
              #htmlcontent_top ul li .box_item .item-html .btn_ar .shp:hover {
                color: #252628; }
            #htmlcontent_top ul li .box_item .item-html .btn_ar .tin {
              display: inline-block;
              position: absolute;
              left: 4px;
              right: 0;
              top: 9px;
              bottom: 0;
              background: #252628;
              z-index: 1; }
              #htmlcontent_top ul li .box_item .item-html .btn_ar .tin:after {
                content: "";
                display: inline-block;
                position: absolute;
                right: -40px;
                bottom: 0;
                border: 20px solid transparent;
                border-left: 20px solid #252628; }
        @media (min-width: 768px) {
          #htmlcontent_top ul li .box_item a:hover img {
            -moz-transform: scale(1.2, 1);
            -ms-transform: scale(1.2, 1);
            -o-transform: scale(1.2, 1);
            -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1.2);
            -webkit-transition: all ease-out 0.4s;
            -moz-transition: all ease-out 0.4s;
            -o-transition: all ease-out 0.4s;
            transition: all ease-out 0.4s; } }
        @media (min-width: 1200px) {
          #htmlcontent_top ul li .box_item a:hover .btn_ar {
            -webkit-animation: fadeInLeft 280ms linear;
            -moz-animation: fadeInLeft 280ms linear;
            -o-animation: fadeInLeft 280ms linear;
            animation: fadeInLeft 280ms linear; } }

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/*
     */
/*
*/