/* Home hook CSS */

#htmlcontent_displayHome {margin: 4rem 0;
  background: #F6F6F6;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
#htmlcontent_displayHome:after, #htmlcontent_displayHome:before {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;  
  bottom: -1px;
  top: -1px;
  background: #F6F6F6;
}
#htmlcontent_displayHome ul li a.item-link {overflow: hidden; display: block;}
#htmlcontent_displayHome:before {
  left: 100%;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
#htmlcontent_displayHome:after {
  right: 100%;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.add-blocks.displayTop .wp-add {margin-bottom: 16px; overflow: hidden;}
.add-blocks.displayTop .wp-add:last-child {margin-bottom: 0}

/* zoom effect */
main .add-blocks.displayTop .wp-add img, main .htmlcontent-home li img  {
  -webkit-transition: -webkit-transform .5s;
   transition: transform 1s; 
border-radius: 20px
}
main .add-blocks.displayTop .wp-add:hover img, main .htmlcontent-home li:hover img {
      -ms-transform: scale3d(1.03,1.03,1);
  -webkit-transform: scale3d(1.03,1.03,1);
  -moz-transform: scale3d(1.03,1.03,1);
  transform: scale3d(1.03,1.03,1);
} 


/* Top hook CSS */
  #htmlcontent_top {
    float: right;
    width: 33%;
    max-width: 391px;
    padding-left: 5px;
}
  @media (max-width: 767px) {
    #htmlcontent_top {
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-top: 0px; } }
  @media (max-width: 767px) {
    #htmlcontent_top ul {
      margin: 0 -5px; } }
  #htmlcontent_top ul li {
    width: 100%;
    margin-bottom: 10px; }
    @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 img {
      max-width: 100%;
      height: auto; }

/* Left hook CSS */

/* Footer hook CSS */
