@media screen and (max-width: 992px) and (min-width: 740px) {

/* =====================
  *
  *  HOMEPAGE RESPONSIVE ONLY
  *
  * ==================== */

  .slider-caption {
    display: none;
  }

  div.box {
    float: none;
    width: 100%;
    margin-right: 3%;
    border-right: none;
    height: auto;
    margin-bottom: 10%;
    border-bottom: 1px solid rgba(128, 128, 128, 0.06);
    padding: 21px;
  }

  div#times_container {
  width: 80%;
  background: rgb(46, 46, 46);
  padding: 10%;
  border-right: none;
  height: auto;
  }

  p.news_welcome_text {
    margin-top: 2%;
    width: 95%;
  }

  img.circle {
  width: 150px;
  margin-right: 1px;
  border: 9px solid rgb(255, 255, 255);
  }

  blockquote {
    text-align: center;
    margin-top: 21%;
  }


  /* =======================
  *
  *  SERVICES PAGE ONLY
  *
  * ====================== */

  #left {
    width: 100%;
    height: auto;
    float: none;
  }

  /* ========================
  *
  *  PRODUCTS PAGE ONLY
  *
  * ======================= */

  .products {
  width: 95%;
  float: none;
  height: auto;
  overflow: hidden;
  }

  .products_hair_style {
    width: 88%;
    float: none;
    margin-bottom: 10%;
    height: auto;
    overflow: hidden;
  }

    p.products_paragraph_info_hairgels {
      display: none;
    }

    p.products_paragraph_info {
     display: none;
    }


  /* =========================
  * 
  *   PRICES PAGE ONLY
  *
  * ======================== */

/* =========================
  * 
  *   PRICES PAGE ONLY
  *
  * ======================== */

  .price_list {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 5%;
    padding: 12%;
  }

  .price_list {
  padding-bottom: 1%;
  width: 90%;
  height: 300px;
  padding: 6%;
  background: rgba(0, 0, 0, 0.33);
  margin-right: 25px;
  float: none;
  margin-bottom: 3%;
  }



  .price_list > ul li {
    color: rgb(112, 111, 111);
    width: 85%;
  }

  h3.prices_header {
    font-size: 1.2em;
    width: 70%;
  }

  #words_container {
    display: none;
  }



  /* ========================
  *
  * CONTACT PAGE ONLY
  *
  * ====================== */

  div.right {
    background: none;
    float: none;
  }

  div.contact_block {
    float: none;
    width: 100%;
    color: rgb(255, 255, 255);
  }





  /* =======================
  *
  *  FOOTER ONLY
  *
  * ===================== */

  div.footer_margin_setup {
    margin: 0 auto;
    width: 80%;
  }

}




