/* Top hook CSS */
@media (max-width: 767px) {
  #htmlcontent_top {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 0; } }
@media (max-width: 479px) {
  #htmlcontent_top {
    padding-bottom: 30px; } }
#htmlcontent_top ul {
  margin-bottom: 0; }
  @media (max-width: 767px) {
    #htmlcontent_top ul {
      margin: 0 -5px; } }
  #htmlcontent_top ul li {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      #htmlcontent_top ul li {
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        width: 50%; } }
    #htmlcontent_top ul li:last-child {
      margin-bottom: 0; }
    #htmlcontent_top ul li a {
      display: block;
      position: relative;
      overflow: hidden; }
    #htmlcontent_top ul li .item-html {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: url(../img/tail-banners.gif) repeat-x 0 0 #262626;
      -moz-border-radius: 0 0 2px 2px;
      -webkit-border-radius: 0;
      border-radius: 0 0 2px 2px;
      text-align: center;
      padding: 12px 0 11px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 768px) and (max-width: 991px) {
        #htmlcontent_top ul li .item-html {
          padding: 10px 0 9px; } }
      #htmlcontent_top ul li .item-html h2 {
        font-size: 29px;
        line-height: 28px;
        margin: 0;
        text-transform: uppercase;
        font-family: "Russo One", sans-serif;
        color: #cb0d05;
        margin: 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          #htmlcontent_top ul li .item-html h2 {
            font-size: 20px;
            line-height: 24px; } }
      #htmlcontent_top ul li .item-html span {
        display: block;
        color: #fff; }
    #htmlcontent_top ul li 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;
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px; }
      @media (max-width: 767px) {
        #htmlcontent_top ul li img {
          width: 100%; } }

#htmlcontent_top ul li a:hover .item-html {
  padding: 12px 0 20px; }
#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); }

/* Left hook CSS */
#htmlcontent_left ul {
  margin: 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    #htmlcontent_left ul {
      margin: 0 -15px; } }
  #htmlcontent_left ul li {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      #htmlcontent_left ul li {
        float: left;
        width: 50%;
        padding: 0 15px; } }
  #htmlcontent_left ul a {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center; }
  #htmlcontent_left ul .item-html {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px 28px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center; }
  #htmlcontent_left ul 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;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
    @media (max-width: 767px) {
      #htmlcontent_left ul img {
        width: 100%; } }
  #htmlcontent_left ul h2 {
    font-size: 39px;
    line-height: 39px;
    margin: 0 0 3px;
    text-transform: uppercase;
    font-family: "Russo One", sans-serif;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    margin: 0; }
    @media (max-width: 1199px) {
      #htmlcontent_left ul h2 {
        margin: 0 0 20px; } }
    @media (max-width: 991px) {
      #htmlcontent_left ul h2 {
        font-size: 22px;
        line-height: 24px; } }
    @media (max-width: 767px) {
      #htmlcontent_left ul h2 {
        font-size: 28px;
        line-height: 30px; } }
    #htmlcontent_left ul h2 span {
      display: block; }
  #htmlcontent_left ul p {
    margin-bottom: 13px; }
    @media (max-width: 1199px) {
      #htmlcontent_left ul p {
        display: none; } }
  #htmlcontent_left ul b {
    font-family: "Russo One", sans-serif;
    color: #fff;
    text-align: center;
    display: block;
    background: #cb0d05;
    font-weight: normal;
    text-align: center;
    padding: 11px 11px;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 160px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      #htmlcontent_left ul b {
        width: auto; } }

#htmlcontent_left ul li a:hover h2 {
  margin-bottom: 10px; }
  @media (max-width: 1199px) {
    #htmlcontent_left ul li a:hover h2 {
      margin: 0 0 30px; } }
#htmlcontent_left 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_left ul li a:hover b {
  color: #fff;
  background: #565555; }

@media (max-width: 479px) {
  #htmlcontent_top,
  #htmlcontent_left {
    width: 300px;
    margin: 0 auto; }
    #htmlcontent_top ul,
    #htmlcontent_left ul {
      margin: 0; }
    #htmlcontent_top ul li,
    #htmlcontent_left ul li {
      float: none;
      width: 100%;
      padding: 0; } }

/* Right hook CSS */
/* Footer hook CSS */
