@charset "UTF-8";
/* Top hook CSS */
#htmlcontent_top {
  margin-bottom: 41px;
  position: relative;
  z-index: 1; }
  #htmlcontent_top:before {
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    bottom: 9px;
    -moz-box-shadow: 0 3px 31px 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 3px 31px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 31px 15px rgba(0, 0, 0, 0.25);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    height: 10px;
    left: 10%;
    position: absolute;
    right: 10%;
    width: 80%;
    z-index: -1; }
  @media (max-width: 767px) {
    #htmlcontent_top {
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-top: 0; } }
  #htmlcontent_top ul {
    margin: 0;
    background: #d8d8d8; }
    @media (max-width: 767px) {
      #htmlcontent_top ul {
        margin: 0 -5px; } }
    @media (max-width: 991px) {
      #htmlcontent_top ul li.htmlcontent-item-3 {
        padding: 0 0 1px 0;
        clear: left; } }
    #htmlcontent_top ul li {
      float: left;
      box-sizing: border-box;
      padding: 0 0 0 1px;
      position: relative;
      width: 25%;
      margin-bottom: 0; }
      #htmlcontent_top ul li:first-child {
        padding: 0; }
        @media (max-width: 991px) {
          #htmlcontent_top ul li:first-child {
            padding: 0 0 1px 0; } }
      @media (max-width: 991px) {
        #htmlcontent_top ul li {
          width: 50%;
          padding: 0 0 1px 1px; } }
      @media (max-width: 479px) {
        #htmlcontent_top ul li {
          width: 100%;
          float: none;
          padding-left: 0; } }
      #htmlcontent_top ul li a {
        display: block;
        position: relative;
        overflow: hidden; }
        #htmlcontent_top ul li a:hover h2 {
          -webkit-animation: moveFromLeft 400ms ease;
          -moz-animation: moveFromLeft 400ms ease;
          -ms-animation: moveFromLeft 400ms ease; }
        #htmlcontent_top ul li a:hover .item-html:before {
          background: #141414;
          opacity: 1; }
        #htmlcontent_top ul li a:hover .item-html:after {
          color: #fbde14; }
      #htmlcontent_top ul li .item-html {
        position: absolute;
        padding: 8px 37px 9px 21px;
        position: absolute;
        right: 21px;
        left: 0;
        bottom: 20px;
        z-index: 1; }
        #htmlcontent_top ul li .item-html:before {
          background: #fbde14;
          border-radius: 0 50px 50px 0;
          bottom: 0;
          height: 100%;
          left: 0;
          opacity: 0.9;
          position: absolute;
          content: "";
          right: 0;
          top: 0;
          transition: all 0.3s ease 0s;
          width: 100%;
          z-index: -1; }
        #htmlcontent_top ul li .item-html:after {
          content: "";
          color: #131313;
          font-size: 33px;
          line-height: 1em;
          position: absolute;
          font-style: normal;
          right: 9px;
          top: 50%;
          margin-top: -16px;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          font-family: "FontAwesome"; }
      #htmlcontent_top ul li h2 {
        color: #fff;
        font-size: 29px;
        font-style: italic;
        font-weight: 800;
        left: 0;
        line-height: 32px;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        z-index: 10;
        position: relative;
        font-family: "Open Sans", sans-serif; }
        @media (max-width: 1199px) {
          #htmlcontent_top ul li h2 {
            font-size: 20px;
            line-height: 22px; } }
      #htmlcontent_top ul li img {
        max-width: 100%;
        height: auto;
        width: 100%; }

/* Home hook CSS */
#htmlcontent_home ul {
  margin: 0; }
#htmlcontent_home li {
  float: none;
  width: 100%;
  padding: 0; }
#htmlcontent_home a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #1c1c1c;
  padding: 10px 40px 6px 212px;
  -moz-border-radius: 0 60px 60px 0;
  -webkit-border-radius: 0;
  border-radius: 0 60px 60px 0; }
  @media (max-width: 767px) {
    #htmlcontent_home a {
      padding-left: 15px; } }
  #htmlcontent_home a:hover:before {
    color: #fff; }
  #htmlcontent_home a:hover h3 {
    color: #fff; }
    #htmlcontent_home a:hover h3 span {
      color: #fbde14; }
  #htmlcontent_home a:before {
    color: #fbde14;
    content: "";
    font-family: "FontAwesome";
    font-size: 33px;
    height: 33px;
    line-height: 33px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    right: 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: middle; }
#htmlcontent_home h3 {
  font-family: "Open Sans", sans-serif;
  color: #fbde14;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  font-size: 29px;
  line-height: 30px;
  -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 h3 span {
    font-size: 19px;
    color: #fff;
    font-weight: normal;
    -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 img {
  position: absolute;
  top: -15px;
  left: 7px;
  width: auto;
  height: auto; }
  @media (max-width: 767px) {
    #htmlcontent_home img {
      display: none; } }

/* Left hook CSS */
/* Right hook CSS */
#htmlcontent_right {
  margin-bottom: 0px; }
  #htmlcontent_right ul {
    margin: 0; }
    #htmlcontent_right ul li {
      padding: 0;
      float: none;
      width: auto; }
    #htmlcontent_right ul a {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
      @media (max-width: 767px) {
        #htmlcontent_right ul a {
          display: inline-block; } }
      #htmlcontent_right ul a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8; }
    #htmlcontent_right ul img {
      max-width: 100%;
      height: auto; }

/* Footer hook CSS */
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%); }

  to {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%); }

  to {
    -moz-transform: translateX(0%); } }
@-ms-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%); }

  to {
    -ms-transform: translateX(0%); } }
