/* Top hook CSS */
#htmlcontent_top {
  margin: 0;
  padding: 39px 0 15px;
}
@media (max-width: 767px) {
  #htmlcontent_top {
    padding: 15px 0 10px;
  }
}
@media (max-width: 537px) {
  #htmlcontent_top ul li {
    width: 100%;
    margin-top: 20px;
  }
  #htmlcontent_top ul li:first-child {
    margin-top: 0;
  }
}
#htmlcontent_top ul li:hover > div {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#htmlcontent_top ul li > div {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.12s ease-in 0s;
  -webkit-transition: all 0.12s ease-in 0s;
  -o-transition: all 0.12s ease-in 0s;
  transition: all 0.12s ease-in 0s;
}
#htmlcontent_top ul li > div img {
  width: 100%;
  height: auto;
}
#htmlcontent_top ul li > div .item-html {
  position: absolute;
  left: 29px;
  bottom: 30px;
}
@media (min-width: 538px) and (max-width: 991px) {
  #htmlcontent_top ul li > div .item-html {
    left: 13px;
    bottom: 13px;
  }
}
#htmlcontent_top ul li > div .item-html h2 {
  font-family: "Pacifico", cursive;
  color: #383a3d;
  font-size: 32px;
  line-height: 38px;
  padding-bottom: 15px;
  font-weight: normal;
}
@media (min-width: 538px) and (max-width: 991px) {
  #htmlcontent_top ul li > div .item-html h2 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 3px;
  }
}
#htmlcontent_top ul li > div .item-html .button2 {
  display: inline-block;
  background: #ee6868;
  font-size: 10px;
  color: #FFF;
  padding: 12px 18px 11px 17px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-top: 20px;
  -moz-transition: all 0.12s ease-in 0s;
  -webkit-transition: all 0.12s ease-in 0s;
  -o-transition: all 0.12s ease-in 0s;
  transition: all 0.12s ease-in 0s;
}
@media (min-width: 538px) and (max-width: 991px) {
  #htmlcontent_top ul li > div .item-html .button2 {
    padding: 7px 10px 7px 10px;
    margin-top: 5px;
  }
}
#htmlcontent_top ul li > div a.item-link:hover .item-html .button2 {
  background: #c95151;
}

/* Home hook CSS */
#htmlcontent_home {
  padding: 13px 0 22px;
}
#htmlcontent_home ul {
  margin-bottom: 0;
}
#htmlcontent_home ul li {
  width: 50%;
}
@media (max-width: 767px) {
  #htmlcontent_home ul li {
    width: 100%;
    padding-top: 44px;
  }
  #htmlcontent_home ul li:first-child {
    padding-top: 0;
  }
}
#htmlcontent_home ul li > div {
  background: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.12s ease-in 0s;
  -webkit-transition: all 0.12s ease-in 0s;
  -o-transition: all 0.12s ease-in 0s;
  transition: all 0.12s ease-in 0s;
}
#htmlcontent_home ul li > div .item-html {
  font-size: 14px;
  line-height: 20px;
  color: #383a3d;
  text-align: center;
  padding: 60px 20px 63px;
  font-weight: normal;
}
#htmlcontent_home ul li > div .item-html h2 {
  font-family: "Pacifico", cursive;
  color: #383a3d;
  font-size: 52px;
  line-height: 58px;
  padding-bottom: 17px;
  margin: 0;
  font-weight: normal;
  -moz-transition: all 0.12s ease-in 0s;
  -webkit-transition: all 0.12s ease-in 0s;
  -o-transition: all 0.12s ease-in 0s;
  transition: all 0.12s ease-in 0s;
}
@media (min-width: 768px) and (max-width: 991px) {
  #htmlcontent_home ul li > div .item-html h2 {
    font-size: 40px;
    line-height: 46px;
    padding-bottom: 10px;
  }
}
@media (max-width: 479px) {
  #htmlcontent_home ul li > div .item-html h2 {
    font-size: 40px;
    line-height: 46px;
    padding-bottom: 10px;
  }
}
#htmlcontent_home ul li > div .item-html span {
  font-size: 22px;
  line-height: 26px;
}
#htmlcontent_home ul li > div img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 479px) {
  #htmlcontent_home ul li > div img {
    min-width: 100%;
  }
}
#htmlcontent_home ul li:hover > div {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#htmlcontent_home ul li a.item-link:hover h2 {
  color: #ee6868;
}

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
#htmlcontent_footer {
  padding: 63px 15px 2px;
}
#htmlcontent_footer ul {
  width: 100%;
  float: none;
  text-align: center;
  margin: 0;
}
#htmlcontent_footer ul li {
  width: auto;
  float: none;
  display: inline-block;
  padding: 0;
}
#htmlcontent_footer ul li img {
  max-width: 100%;
  height: auto;
}
