@charset "UTF-8";
/* Top hook CSS */
@media (max-width: 767px) {
  #htmlcontent_top {
    width: 430px;
    margin: 0 auto; } }
@media (max-width: 479px) {
  #htmlcontent_top {
    width: 320px; } }
#htmlcontent_top ul {
  margin-bottom: 0; }
#htmlcontent_top ul li.htmlcontent-item-3,
#htmlcontent_top ul li.htmlcontent-item-4 {
  visibility: hidden; }
#htmlcontent_top ul li {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    #htmlcontent_top ul li {
      float: none;
      width: 100%; } }
  #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); }
  #htmlcontent_top ul li a {
    display: block;
    border: 1px solid #e5e5e5;
    position: relative;
    -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; }
    #htmlcontent_top ul li a:hover {
      -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2); }
      #htmlcontent_top ul li a:hover h2 {
        animation-name: moveFromLeft;
        -webkit-animation-name: moveFromLeft;
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        color: #171717; }
      #htmlcontent_top ul li a:hover h3 {
        animation-name: moveFromRight;
        -webkit-animation-name: moveFromRight;
        animation-duration: 0.4s;
        -webkit-animation-duration: 0.4s;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        color: #bc0f0f;
        -webkit-animation-delay: .1s;
        animation-delay: 0.1s; }
      #htmlcontent_top ul li a:hover p {
        animation-name: moveFromLeft;
        -webkit-animation-name: moveFromLeft;
        animation-duration: 0.4s;
        -webkit-animation-duration: 0.4s;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        color: #bc0f0f;
        -webkit-animation-delay: .2s;
        animation-delay: 0.2s;
        color: #171717; }
      #htmlcontent_top ul li a:hover button {
        animation-name: moveFromBottom;
        -webkit-animation-name: moveFromBottom;
        animation-duration: 0.4s;
        -webkit-animation-duration: 0.4s;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        color: #bc0f0f;
        -webkit-animation-delay: .1s;
        animation-delay: .1s;
        background: #171717; }
      #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 h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    color: #bc0f0f;
    margin: 0 0 2px;
    padding: 0;
    -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_top ul li h2 {
        font-size: 30px;
        line-height: 30px; } }
  #htmlcontent_top ul li h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    color: #171717;
    margin: 0 0 3px;
    padding: 0;
    -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: 1199px) {
      #htmlcontent_top ul li h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 12px; } }
    @media (max-width: 991px) {
      #htmlcontent_top ul li h3 {
        font-size: 20px;
        line-height: 30px; } }
  #htmlcontent_top ul li p {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 16px; }
    @media (max-width: 1199px) {
      #htmlcontent_top ul li p {
        display: none; } }
  #htmlcontent_top ul li button {
    border: none;
    background: #bc0f0f;
    padding: 13px 20px;
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    -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: 479px) {
      #htmlcontent_top ul li button {
        display: none; } }
  #htmlcontent_top ul li .item-html {
    position: absolute;
    top: 20px;
    left: 29px;
    width: 60%; }
    @media (max-width: 479px) {
      #htmlcontent_top ul li .item-html {
        left: 20px; } }

#htmlcontent_home {
  z-index: 1;
  position: relative;
  margin-bottom: 43px; }
  @media (max-width: 479px) {
    #htmlcontent_home {
      padding-bottom: 15px; } }
  #htmlcontent_home li {
    float: none;
    width: 100%; }
  #htmlcontent_home .item-html {
    width: 70%;
    visibility: hidden; }
    @media (max-width: 991px) {
      #htmlcontent_home .item-html {
        width: 100%; } }
  #htmlcontent_home h2 {
    font-size: 27px;
    line-height: 1em;
    color: #bc0f0f;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    text-transform: uppercase; }
  #htmlcontent_home h3 {
    font-size: 46px;
    line-height: 58px;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: bold;
    position: relative;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      #htmlcontent_home h3 {
        font-size: 37px;
        line-height: 42px; } }
  #htmlcontent_home h4 {
    font-size: 15px;
    line-height: 26px;
    color: #888;
    margin: 0 0 22px;
    padding: 0;
    position: relative; }
  #htmlcontent_home button {
    font-size: 26px;
    line-height: 30px;
    background: #bc0f0f;
    padding: 19px 90px 21px 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    border: none;
    color: #fff;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #htmlcontent_home button:before {
      width: 70px;
      height: 100%;
      background: #343434;
      position: absolute;
      top: 0;
      right: 0;
      text-align: center;
      height: 70px;
      color: #bc0f0f;
      font-size: 36px;
      line-height: 70px;
      font-weight: normal;
      content: "";
      font-family: "FontAwesome";
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }

#htmlcontent_home a:hover button {
  background: #343434; }
  #htmlcontent_home a:hover button:before {
    color: #fff;
    width: 50px; }

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -webkit-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -moz-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-ms-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -ms-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -webkit-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -moz-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -ms-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-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; } }
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -moz-transform: translateY(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -ms-transform: translateY(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
