/* Home hook CSS */
#htmlcontent_home ul {
  margin: 0 -5px;
}
#htmlcontent_home ul li {
  padding: 0 5px 0px;
}
@media (max-width: 479px) {
  #htmlcontent_home ul li {
    width: 100%;
  }
}
#htmlcontent_home ul li img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 479px) {
  #htmlcontent_home ul li img {
    min-width: 100%;
  }
}
#htmlcontent_home ul li.htmlcontent-item-5 {
  width: 66.6667%;
}
@media (max-width: 479px) {
  #htmlcontent_home ul li.htmlcontent-item-5 {
    width: 100%;
  }
}

/* Top hook CSS */
@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 {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  #htmlcontent_top ul li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
  }
  #htmlcontent_top ul li a {
    display: block;
  }
}
#htmlcontent_top ul li:last-child {
  margin-bottom: 0;
}
#htmlcontent_top ul li img {
  max-width: 100%;
  height: auto;
}

/* Home hook CSS */
#htmlcontent_home {
  padding-bottom: 30px;
}

#htmlcontent_home ul {
  margin: 0;
}

#htmlcontent_home ul li {
  width: 50%;
  padding: 0 15px;
}

#htmlcontent_home ul li a {
  position: relative;
}

#htmlcontent_home div.item-html {
  width: 267px;
  position: absolute;
  top: 11%;
  right: 0%;
  padding-right: 40px;
  text-align: left;
}

#htmlcontent_home div.item-html h3 {
  color: #e86156;
  font-family: 'Racing Sans One', cursive;
  font-size: 33px;
  line-height: 35px;
  font-weight: normal;
}

#htmlcontent_home div.item-html h4 {
  color: #3f383c;
  font-family: 'Racing Sans One', cursive;
  font-size: 38px;
  line-height: 35px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: -6px;
  display: block;
}

#htmlcontent_home ul li + li {
  text-align: right;
}

#htmlcontent_home ul li a {
  display: inline-block;
  background: #f9f9f9;
  border-radius: 5px;
}

/* Right hook CSS */
/* Top hook CSS */
#htmlcontent_top a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  position: relative;
  background: #f9f9f9;
}

#htmlcontent_top div.item-html {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
}

#htmlcontent_top a img {
  position: relative;
  z-index: 1;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

#htmlcontent_top div.item-html h2 {
  background: #e86156;
  display: block;
  margin: 0 0 25px 0;
  padding: 15px 20px 15px 20px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-family: 'Racing Sans One', cursive;
  color: #fff;
  font-size: 32px;
  line-height: 35px;
  text-transform: uppercase;
}

#htmlcontent_top div.item-html p {
  font: 300 11px/16px "Ubuntu", sans-serif;
  color: #3f383c;
  width: 130px;
  padding-left: 16px;
  margin: 0 0 21px 0;
}

#htmlcontent_top div.item-html span {
  display: block;
  color: #3f383c;
  font-size: 22px;
  line-height: 22px;
  font-family: 'Racing Sans One', cursive;
  padding-left: 16px;
  font-weight: normal;
}

#htmlcontent_top div.item-html strong {
  display: block;
  color: #3f383c;
  font-size: 52px;
  line-height: 52px;
  font-family: 'Racing Sans One', cursive;
  padding-left: 16px;
  font-weight: normal;
  margin-top: -2px;
}

#htmlcontent_top a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#htmlcontent_top a:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 4px 4px 0 rgba(232, 97, 86, 0.3);
  -ms-box-shadow: 0 4px 4px 0 rgba(232, 97, 86, 0.3);
  box-shadow: 0 4px 4px 0 rgba(232, 97, 86, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#htmlcontent_top a:hover img,
#htmlcontent_top a img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#htmlcontent_home ul li a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#htmlcontent_home ul li a:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 4px 4px 0 rgba(232, 97, 86, 0.3);
  -ms-box-shadow: 0 4px 4px 0 rgba(232, 97, 86, 0.3);
  box-shadow: 0 4px 4px 0 rgba(232, 97, 86, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#htmlcontent_home ul li a:hover img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* Footer hook CSS */
#htmlcontent_footer {
  float: left;
  min-width: 300px;
  padding-left: 16px;
  padding-top: 35px;
}

#htmlcontent_footer li {
  width: 230px;
}

#htmlcontent_footer li a {
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#htmlcontent_footer li a:hover .item-html {
  color: #d2584e;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#htmlcontent_footer .item-html {
  font-family: 'Racing Sans One', cursive;
  font-size: 173px;
  line-height: 173px;
  font-weight: normal;
  display: inline-block;
  color: #e86156;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #htmlcontent_top div.item-html h2 {
    font-size: 25px;
    padding: 9px 20px;
    margin: 0 0 15px;
  }

  #htmlcontent_top div.item-html strong {
    font-size: 42px;
    line-height: 42px;
  }

  #htmlcontent_top div.item-html p {
    margin: 0 0 15px;
  }

  #htmlcontent_home ul li a {
    display: block;
  }

  #htmlcontent_home div.item-html {
    top: 8%;
    width: 210px;
  }

  #htmlcontent_home div.item-html h3 {
    font-size: 27px;
    line-height: 30px;
  }

  #htmlcontent_home div.item-html h4 {
    font-size: 28px;
    line-height: 26px;
  }

  #htmlcontent_footer {
    min-width: 242px;
  }

  #htmlcontent_footer .item-html {
    font-size: 150px;
  }

  .footer-container #footer .bottom-footer {
    width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #htmlcontent_top div.item-html h2 {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 20px;
    margin: 0 0 10px;
  }

  #htmlcontent_top div.item-html strong {
    font-size: 42px;
    line-height: 42px;
  }

  #htmlcontent_top div.item-html p {
    margin: 0 0 7px;
    font: 300 9px/14px "Ubuntu", sans-serif;
    padding-left: 16px;
    width: 101px;
  }

  #htmlcontent_top div.item-html span {
    font-size: 16px;
    line-height: 16px;
  }

  #htmlcontent_top div.item-html strong {
    font-size: 25px;
    line-height: 25px;
  }

  #htmlcontent_home ul li a {
    display: block;
  }

  #htmlcontent_home div.item-html {
    top: 5%;
    width: 156px;
    padding-right: 25px;
  }

  #htmlcontent_home div.item-html h3 {
    font-size: 20px;
    line-height: 23px;
  }

  #htmlcontent_home div.item-html h4 {
    font-size: 22px;
    line-height: 20px;
  }

  #htmlcontent_footer li {
    width: 200px;
  }

  #htmlcontent_footer {
    min-width: 167px;
  }

  #htmlcontent_footer .item-html {
    font-size: 105px;
  }

  .footer-container #footer .bottom-footer {
    width: 184px;
  }
}
@media only screen and (max-width: 767px) {
  #htmlcontent_top {
    padding-bottom: 20px;
  }

  #htmlcontent_top ul li {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  #htmlcontent_top ul li a {
    text-align: right;
  }

  #htmlcontent_top ul li .item-html {
    text-align: left;
  }

  #htmlcontent_top div.item-html p {
    width: 65%;
  }

  #htmlcontent_home {
    padding-top: 11px;
    padding-bottom: 0;
  }

  #htmlcontent_home ul {
    margin: 0;
  }

  #htmlcontent_home ul li {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  #htmlcontent_home ul li + li {
    text-align: left;
  }

  #htmlcontent_home ul li a {
    display: block;
  }

  #htmlcontent_footer {
    float: none;
    width: 280px;
    padding-top: 10px;
  }

  #htmlcontent_footer .htmlcontent-home {
    margin-bottom: 0;
  }

  #htmlcontent_footer .item-html {
    line-height: 140px;
  }
}
@media only screen and (max-width: 480px) {
  #htmlcontent_top div.item-html h2 {
    font-size: 25px;
    line-height: 31px;
    padding: 9px 20px;
    margin-bottom: 21px;
  }

  #htmlcontent_top div.item-html p {
    width: 43%;
    margin-bottom: 14px;
  }

  #htmlcontent_top div.item-html strong {
    font-size: 38px;
    line-height: 38px;
  }

  #htmlcontent_top div.item-html span {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 421px) and (max-width: 500px) {
  #htmlcontent_home div.item-html {
    padding-right: 20px;
    top: 10%;
    width: 173px;
  }

  #htmlcontent_home div.item-html h3 {
    font-size: 16px;
    line-height: 19px;
  }

  #htmlcontent_home div.item-html h4 {
    font-size: 18px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 600px) {
  #htmlcontent_home div.item-html {
    padding-right: 20px;
    top: 10%;
    width: 213px;
  }

  #htmlcontent_home div.item-html h3 {
    font-size: 26px;
    line-height: 29px;
  }

  #htmlcontent_home div.item-html h4 {
    font-size: 28px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 420px) {
  #htmlcontent_home div.item-html {
    padding-right: 20px;
    top: 2%;
    width: 132px;
  }

  #htmlcontent_home div.item-html h3 {
    font-size: 16px;
    line-height: 19px;
  }

  #htmlcontent_home div.item-html h4 {
    font-size: 18px;
    line-height: 16px;
  }
}
