/* Top hook CSS */
@media (max-width: 767px) {
  /* line 4, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
  #htmlcontent_home {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
/* line 12, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
#htmlcontent_home ul {
  margin-bottom: 0;
}
/* line 15, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
#htmlcontent_home ul li {
  margin-bottom: 30px;
  position: relative;
  visibility: hidden;
}
@media (max-width: 479px) {
  /* line 15, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
  #htmlcontent_home ul li {
    float: none;
    width: 100%;
  }
}
/* line 27, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
#htmlcontent_home ul li a {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/* line 33, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
#htmlcontent_home ul li a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 34, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
#htmlcontent_home ul li a:hover h3, #htmlcontent_home ul li a:hover p {
  color: #fff;
}
/* line 35, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
#htmlcontent_home ul li a:hover img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 38, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
#htmlcontent_home ul li a:before {
  background: #5c3317;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 41, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
#htmlcontent_home ul li a .item-html {
  position: absolute;
  top: 27%;
  right: 20px;
  width: 50%;
}
@media (max-width: 1199px) {
  /* line 41, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
  #htmlcontent_home ul li a .item-html {
    top: 10%;
  }
}
/* line 49, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
#htmlcontent_home ul li h3 {
  margin: 0 0 9px;
  padding: 0;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1em;
  color: #5c3317;
  font-weight: normal;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  /* line 49, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
  #htmlcontent_home ul li h3 {
    font-size: 30px;
    line-height: 1em;
  }
}
@media (max-width: 767px) {
  /* line 49, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
  #htmlcontent_home ul li h3 {
    font-size: 22px;
    line-height: 1em;
  }
}
/* line 69, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
#htmlcontent_home ul li p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 69, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
  #htmlcontent_home ul li p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
  }
}
@media (min-width: 480px) and (max-width: 530px) {
  /* line 69, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
  #htmlcontent_home ul li p {
    display: none;
  }
}
/* line 84, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
#htmlcontent_home ul li button {
  padding: 13px 40px 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 84, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
  #htmlcontent_home ul li button {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 84, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
  #htmlcontent_home ul li button {
    display: none;
  }
}
@media (max-width: 479px) {
  /* line 84, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
  #htmlcontent_home ul li button {
    padding: 10px 20px;
  }
}
/* line 107, ../../../../sass/modules/themeconfigurator/css/hooks.scss */
#htmlcontent_home ul li img {
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: -1;
}

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
