/* Top hook CSS */
#htmlcontent_top ul {
  padding-top: 20px;
  margin-bottom: 35px; }
  #htmlcontent_top ul li {
    width: 100%;
    margin-bottom: 10px; }
    #htmlcontent_top ul li:last-child {
      margin-bottom: 0; }
    #htmlcontent_top ul li .item-link {
      display: block;
      text-align: center; }
      #htmlcontent_top ul li .item-link h2, #htmlcontent_top ul li .item-link p, #htmlcontent_top ul li .item-link button {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #htmlcontent_top ul li .item-link h2 {
        color: #664943;
        font: 42px/40px "Great Vibes", cursive;
        margin: 0 0 20px;
        padding: 10px 0 0; }
      #htmlcontent_top ul li .item-link p {
        color: #a0998b;
        font: italic 19px/27px Georgia, serif;
        margin: 0; }
      #htmlcontent_top ul li .item-link button {
        background: #f7bc1d;
        border-radius: 100px;
        border: none;
        color: #fff;
        font-size: 19px;
        display: inline-block;
        height: 78px;
        margin-top: 20px;
        position: relative;
        text-align: center;
        width: 78px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #htmlcontent_top ul li .item-link button:after {
          border-radius: 50%;
          box-sizing: content-box;
          color: #fff;
          content: '';
          top: -6px;
          left: -6px;
          height: 100%;
          padding: 5px;
          position: absolute;
          opacity: 0;
          width: 100%;
          box-shadow: 2px 2px #664943;
          transform: rotate(-90deg);
          -webkit-transition: opacity 0.4s ease 0s, transform 0.2s ease 0s;
          -moz-transition: opacity 0.4s ease 0s, transform 0.2s ease 0s;
          transition: opacity 0.4s ease 0s, transform 0.2s ease 0s; }
      #htmlcontent_top ul li .item-link:hover button {
        background: #664943; }
        #htmlcontent_top ul li .item-link:hover button:after {
          opacity: 1;
          transform: rotate(0deg); }
      #htmlcontent_top ul li .item-link:hover p {
        color: #664943; }
      #htmlcontent_top ul li .item-link:hover h2 {
        color: #5fc58f; }
    #htmlcontent_top ul li img {
      max-width: 100%;
      height: auto;
      width: 100%; }

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
#htmlcontent_home ul.htmlcontent-home {
  margin-bottom: 20px;
  /*@media (max-width: $screen-xs-max) { // max 767px
  	margin: 0 -5px;
  }*/ }
  #htmlcontent_home ul.htmlcontent-home li {
    margin-bottom: 10px;
    text-align: center; }
    @media (max-width: 767px) {
      #htmlcontent_home ul.htmlcontent-home li {
        float: none;
        /*padding-left: 5px;
        padding-right: 5px;*/
        width: 100%; } }
    #htmlcontent_home ul.htmlcontent-home li h2 {
      color: #958d7c;
      font: italic 16px/26px Georgia, serif;
      margin: 0 0 10px;
      padding: 0; }
    #htmlcontent_home ul.htmlcontent-home li h3 {
      border-top: 4px solid #f0eee7;
      color: #f65e43;
      font: italic 26px/27px Georgia, serif;
      margin: 0;
      padding: 20px 0; }
    #htmlcontent_home ul.htmlcontent-home li button {
      background: none;
      border: none;
      color: #f7bc1d;
      cursor: pointer;
      display: inline-block;
      font: italic 18px/18px Georgia, serif;
      padding: 4px 2px;
      position: relative;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #htmlcontent_home ul.htmlcontent-home li button:after {
        background: #f65e43;
        content: "";
        height: 2px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 100%;
        transform: translateY(10px);
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        width: 100%; }
    #htmlcontent_home ul.htmlcontent-home li a.item-link {
      border-bottom: 1px solid #f0eee7;
      display: inline-block;
      padding-bottom: 10px;
      position: relative; }
      #htmlcontent_home ul.htmlcontent-home li a.item-link .item-html {
        padding-top: 20px; }
      #htmlcontent_home ul.htmlcontent-home li a.item-link img {
        border-radius: 5px;
        max-width: 100%;
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #htmlcontent_home ul.htmlcontent-home li a.item-link:hover button {
        color: #f65e43;
        outline: medium; }
        #htmlcontent_home ul.htmlcontent-home li a.item-link:hover button:after {
          opacity: 1;
          transform: translateY(0px); }
      @media (min-width: 992px) {
        #htmlcontent_home ul.htmlcontent-home li a.item-link:hover img {
          -moz-box-shadow: rgba(192, 188, 172, 0.9) 0 0 12px;
          -webkit-box-shadow: rgba(192, 188, 172, 0.9) 0 0 12px;
          box-shadow: rgba(192, 188, 172, 0.9) 0 0 12px; } }
    @media (max-width: 991px) {
      #htmlcontent_home ul.htmlcontent-home li h3 {
        font-size: 20px;
        line-height: 22px; } }
    @media (max-width: 767px) {
      #htmlcontent_home ul.htmlcontent-home li a.item-link {
        border-bottom: 4px solid; }
      #htmlcontent_home ul.htmlcontent-home li h3 {
        border-top: none; } }
