body{
  background: linear-gradient(to bottom, #f6f6f6 0px, #f6f6f6 140px, #ffffff 260px, #ffffff 100%);
  font-family: 'Source Sans Pro', sans-serif;
}
.clear{
  clear: both;
}
.mobile-only{
  display: none;
}
.burger{
  position: relative;
  margin: 6px 0 0;
  width: 26px;
  height: 18px;
  float: right;
  border-top: 2px solid #ddd;
  box-sizing: border-box;
  cursor: pointer;
}
  .burger::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #ddd;
  }
  .burger::after{
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ddd;
  }
.button{
  padding: 0 26px;
  background: #000;
  height: 43px;
  line-height: 43px;
  font-family: 'Poiret One', cursive;
  font-size: 13px;
  border: 1px solid #3d3d3d;
  box-sizing: border-box;
  color: #fff;
}
.form-group{
  position: relative;
  margin: 0 0 12px;
}
  .form-group label{
    margin: 2px 0 0;
    line-height: 60px;
    font-family: 'Poiret One', cursive;
    font-size: 18px;
    color: #333;
  }
  .form-group input[type="text"], .form-group input[type="email"], .form-group input[type="password"]{
    width: 100%;
    height: 66px;
    line-height: 66px;
    border: 1px solid #d1d1d1;
    border-radius: 0;
  }
  .form-group label span{
    color: #8e0909;
  }
  .form-group label.error{
    position: absolute;
    top: 38px;
    right: 0;
    line-height: 20px;
    font-size: 12px;
    background: none;
  }
.form-inputs-group-2 .form-group{
  float: left;
  width: 48%;
}
  .form-inputs-group-2 .form-group:first-child{
    margin-right: 4%;
  }
.marginless{
  margin: 0!important;
}
h1.mainTitle{
  padding: 97px 0 0;
  line-height: 62px;
  font-family: 'Poiret One', cursive;
  font-size: 62px;
  color: #000;
  text-align: center;
  text-transform: none;
}
h2.secondaryTitle{
  margin: 0;
  padding: 76px 0 0;
  line-height: 32px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  color: #333;
}
h3.secondaryTitle{
  margin: 0;
  line-height: 32px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #333;
}
a{
  font-family: 'Poiret One', cursive;
}
#breadcrumbs{
  list-style: none;
  text-align: center;
  padding: 20px 0 0px;
  line-height: 20px;
}
  #breadcrumbs li{
    display: inline-block;
    margin: 0 5px;
  }
    #breadcrumbs li a{
      font-size: 16px;
      font-family: 'Poiret One', cursive;
      color: #8e0909;
    }
    #breadcrumbs li:last-child a{
      color: #000;
    }
.dropdownBlock{
  position: relative;
}
  .dropdownArrow{
    padding-right: 28px;
    background: url('../img/dropdown-arrow.png') right 8px no-repeat;
    cursor: pointer;
  }
  .dropdownBlock ul{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
    border: 1px solid #c3bfbf;
    z-index: 2;
  }
    .dropdownBlock ul li{
      background: #ffffff;
      border-bottom: 1px solid #c3bfbf;
    }
      .dropdownBlock ul li label{
        display: block;
        margin: 0;
        padding: 10px;
        font-family: 'Poiret One', cursive;
        cursor: pointer;
      }
      .dropdownBlock ul li:hover{
        background: #f6f6f6;
      }
      .dropdownBlock ul li:last-child{
        border-bottom: 0;
      }
  .dropdownBlock.active ul{
    display: block;
  }
main{
  background-color: transparent!important;
}
  main section{
    background-color: transparent!important;
  }
.wrapper{
  width: 1454px;
  margin: 0 auto;
}
.stars{
  position: relative;
  display: block;
  width: 144px;
  height: 22px;
  background: url('../img/stars.png') 0 0 repeat;
  overflow: hidden;
}
  .stars .starsRate{
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    background: url('../img/stars.png') 0 0 repeat;
    background-position: 0 -22px;
  }
  .stars.small{
    width: 120px;
    height: 18px;
    background-size: auto 37px;
  }
    .stars.small .starsRate{
      height: 18px;
      background-position: 0 -18px;
      background-size: auto 37px;
    }
.reviewsCounter{
  position: relative;
  display: block;
  height: 26px;
  line-height: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  z-index: -1;
}
  .reviewsCounter::before{
    content: '';
    position: absolute;
    top: 14px;
    left: 50%;
    display: block;
    margin: 0 0 0 -15%;
    width: 30%;
    height: 1px;
    background: #8e0909;
    z-index: -1;
  }
  .reviewsCounter::after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    display: block;
    margin: 0 0 0 -12%;
    width: 24%;
    background: #fff;
    z-index: -1;
  }
  .reviewsCounter.small{
    font-size: 16px;
  }
    .reviewsCounter.small::before{
      top: 13px;
      margin: 0 0 0 -20%;
      width: 40%;
    }
    .reviewsCounter.small::after{
      margin: 0 0 0 -16%;
      width: 32%;
    }
.globalSearch{
  position: relative;
  margin: 76px auto 0;
  height: 83px;
  width: 665px;
  border: 1px solid #000;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  box-sizing: border-box;
  background: #fff;
}
  .globalSearch input{
    height: 81px;
    border: 0;
    font-size: 18px;
    font-family: 'Poiret One', cursive;
    /* padding: 0 142px 0 40px; */
    padding: 0 40px;
    width: 663px;
    outline: none;
    letter-spacing: -1px;
  }
  .globalSearch button{
    position: absolute;
    right: 19px;
    top: 19px;
    padding: 0;
    width: 107px;
    height: 43px;
    background: #000;
    color: #fff;
    border: 1px solid #3d3d3d;
    box-sizing: border-box;
    outline: none;
  }
  .globalSearch .tt-dropdown-menu{
    left: -1px!important;
    right: -1px!important;
    padding: 0;
    border: 1px solid #000!important;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3)!important;
  }
    .globalSearch .tt-dropdown-menu .tt-header-msg{
      margin: 0;
      padding: 20px 40px;
      color: #8e0909;
      font-family: 'Poiret One', cursive;
      font-size: 16px;
    }
    .globalSearch .tt-dropdown-menu .tt-suggestion{
      padding: 20px 40px!important;
      text-align: left;
    }
      .globalSearch .tt-dropdown-menu .tt-suggestion p{
        padding: 0;
        font-family: 'Poiret One', cursive;
        font-size: 16px;
        color: #333;
      }
      .globalSearch .tt-dropdown-menu .tt-suggestion:hover{
        background: #f7f7f7;
      }
        .globalSearch .tt-dropdown-menu .tt-suggestion p:hover{
          color: #000000;
          background: #f7f7f7;
        }
        .globalSearch .tt-dropdown-menu .tt-suggestion:hover p{
          color: #000000;
          background: #f7f7f7;
        }
header{
  padding: 50px 0 0;
  height: 140px;
  font-size: 17px;
  font-family: 'Poiret One', cursive;
  background: linear-gradient(to bottom, #ffffff, #fdfdfd);
}
  header.bordered{
    border-bottom: 1px solid #d4caca;
  }
  header .logo{
    float: left;
    margin: 0;
    height: 40px;
    line-height: 40px;
  }
    header .logo img{
      float: left;
      height: 40px;
    }
  header .business{
    float: right;
    margin: 5px -4px 0 0;
    font-size: 17.6px;
    padding: 0px 0 0 50px;
    line-height: 32px;
    background: url('../img/header-business.png') 0 0 no-repeat;
    background-size: 36px auto;
    color: #5d1818;
  }
  header nav{
    margin: 0 auto;
    padding: 5px 0 0;
    width: 860px;
  }
    header nav ul{
      list-style: none;
      margin: 0;
      padding: 0;
      line-height: 32px;
      text-align: center;
    }
      header nav ul li{
        display: inline-block;
        margin: 0 20px;
      }
        header nav ul li a{
          color: #000;
          text-decoration: none;
        }
        header nav ul li.active a{
          color: #a33c3c;
        }
        header nav ul li a:hover{
          color: #a33c3c;
        }
footer{
  background: #333;
  margin: 25px 0 0;
  padding: 54px 0 0;
}
  footer h5{
    margin: 0;
    text-align: center;
  }
    footer h5 img{
      height: 24px;
    }
  footer b{
    margin: 44px 0 0;
    display: block;
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  footer .download{
    text-align: center;
    padding: 16px 0 0;
  }
    footer .download a{
      display: inline-block;
      width: 147px;
      height: 51px;
      text-indent: -9999px;
    }
    footer .download .appStore{
      margin: 0 20px 0 0;
      width: 139px;
      background: url('../img/download-app-inverse-apple.png') 0 0 no-repeat;
    }
    footer .download .googlePlay{
      margin: 0;
      background: url('../img/download-app-inverse-google.png') 0 0 no-repeat;
    }
  footer .business{
    text-align: center;
    padding: 32px 0 0;
  }
    footer .business a{
      font-family: 'Poiret One', cursive;
      font-size: 16px;
      background: url('../img/footer-business.png') 0 0 no-repeat;
      padding-left: 46px;
      display: inline-block;
      letter-spacing: .2px;
      line-height: 30px;
    }
  footer .socials{
    margin: 0;
    padding: 30px 0 0px;
    list-style: none;
    text-align: center;
  }
    footer .socials li{
      display: inline-block;
      margin: 0 5px;
      width: 32px;
      height: 32px;
    }
      footer .socials li a{
        display: block;
        margin: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
      }
      footer .socials li a.facebook{
        background: url('../img/social-facebook.png') 0 0 no-repeat;
      }
      footer .socials li a.instagram{
        background: url('../img/social-instagram.png') 0 0 no-repeat;
      }
      footer .socials li a.linkedin{
        background: url('../img/social-linkedin.png') 0 0 no-repeat;
      }
  footer nav{
    padding: 40px 0 0;
  }
    footer nav ul{
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: center;
    }
      footer nav ul li{
        display: inline-block;
        margin: 0 7px;
      }
        footer nav ul li a{
          margin: 0;
          font-family: 'Poiret One', cursive;
          font-size: 14px;
          color: #fff;
        }
  footer span{
    display: block;
    text-align: center;
    line-height: 56px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    letter-spacing: .5px;
  }
  footer a:hover{
    color: #fff;
  }
.hero {
  position: relative;
  height: 272px;
  z-index: 1001;
  background: linear-gradient(to bottom, #fdfdfd, #f4f4f4);
}
  .hero .globalSearch{
    position: absolute;
    left: 50%;
    bottom: -36px;
    margin: 0 0 0 -333.5px;
  }
    .hero h2.secondaryTitle{
      padding: 10px 0 0;
    }
    .hero .globalSearch span{
      margin: 0;
    }
.leaderImagery{
  position: relative;
  height: 855px;
  width: 100%;
  border-bottom: 1px solid #fff;
  box-shadow: 0px 1px 0px 0px #bbb;
  z-index: 1000;
}
  .leaderImageryBackground{
    position: relative;
    padding: 8px 0;
    height: 329px;
    border: 1px solid #333;
    border-left: 0;
    border-right: 0;
    overflow: hidden;
  }
    .leaderImageryBackgroundContent{
      position: absolute;
      top: 8px;
      left: 50%;
      bottom: 8px;
      margin: 0 0 0 -5000px;
      width: 10000px;
      text-align: center;
    }
      .leaderImageryBackgroundContent img{
        margin: 0 8px 0 0;
        height: 100%;
        width: auto;
      }
        .leaderImageryBackgroundContent img:first-child{
          margin-left: 0;
        }
        .leaderImageryBackgroundContent img:last-child{
          margin-right: 0;
        }
  .leaderImageryDevices{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 849px;
    height: 624px;
    background: url('../img/devices.png') right bottom no-repeat;
  }
  .leaderImageryText{
    width: 47%;
    padding-right: 40px;
  }
    .leaderImageryText h5{
      float: right;
      margin: 71px 0 0;
      width: 500px;
      line-height: 36px;
      font-family: 'Poiret One', cursive;
      font-size: 28px;
      color: #000;
    }
    .leaderImageryText p{
      float: right;
      margin: 34px 0 37px;
      width: 500px;
      line-height: 26px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 300;
      font-size: 18px;
      color: #333;
      letter-spacing: -.26px;
    }
    .leaderImageryText span{
      float: right;
      width: 500px;
      line-height: 32px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #000;
    }
    .downloadTheApp{
      float: right;
      display: block;
      margin: 20px 0 0;
      width: 396px;
    }
    .leaderImageryText .downloadTheApp{
      width: 500px;
    }
      .downloadTheApp a{
        display: block;
        width: 151px;
        height: 51px;
        text-indent: -9999px;
      }
      .downloadTheApp .appStore{
        float: left;
        margin: 0 26px 0 0;
        width: 142px;
        background: url('../img/download-app-apple.png') 0 0 no-repeat;
      }
      .downloadTheApp .googlePlay{
        float: left;
        margin: 0;
        background: url('../img/download-app-google.png') 0 0 no-repeat;
      }
.landingTitle{
  margin: 0 auto;
  padding: 57px 0 0;
  width: 880px;
  line-height: 58px;
  font-size: 38px;
  font-family: 'Poiret One', cursive;
  text-align: center;
  color: #000;
  letter-spacing: .7px;
}
.categoriesList{
  margin: 60px auto 0;
  padding: 0;
  list-style: none;
  text-align: center;
  max-width: 1630px;
}
  .categoriesList li{
    display: inline-block;
    margin: 0 16px 16px;
    height: 54px;
    background: #000;
    font-family: 'Poiret One', cursive;
    font-size: 16px;
    border: 1px solid #3d3d3d;
    box-sizing: border-box;
    color: #fff;
  }
    .categoriesList li a{
      display: block;
      padding: 0 26px;
      line-height: 54px;
      height: 54px;
      color: #fff;
    }
.bigSlider{
  position: relative;
  margin: 90px auto 0;
  padding: 0;
  width: 1130px;
  height: 456px;
}
  .bigSliderSlides{
    position: relative;
    margin: 0 auto;
    width: 1130px;
    height: 456px;
  }
    .bigSliderSlide{
      position: absolute;
      width: 1130px;
      height: 456px;
      opacity: 0;
      z-index: 1;
      transition: opacity .3s linear;
    }
      .bigSliderSlide.active{
        opacity: 1;
        z-index: 2;
      }
      .bigSliderSlideImage{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        padding: 0;
        width: 676px;
        border: 8px solid #fff;
        box-shadow: 0 0 0px 1px #000000;
        z-index: 1;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
      }
        .bigSliderSlideImage img{
          height: 456px;
          width: 100%;
          object-fit: cover;
        }
      .bigSliderSlideText{
        position: absolute;
        top: 50%;
        right: 0;
        margin: -192px 0 0;
        width: 508px;
        height: 385px;
        background: #fff;
        border: 1px solid #000;
        z-index: 2;
        box-shadow: 7px 7px 2px 0px rgba(0,0,0,.08);
      }
        .bigSliderSlideText a{
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          text-indent: -9999px;
          z-index:1001;
        }
        .bigSliderSlideText h3{
          margin: 0;
          padding: 46px 0 38px;
          font-family: 'Poiret One', cursive;
          font-size: 34px;
          text-align: center;
          color: #971818;
        }
        .bigSliderSlideText .stars{
          margin: 0 auto 32px;
        }
        .bigSliderSlideText p{
          margin: 0 auto;
          padding: 26px 0 0;
          width: 340px;
          line-height: 38px;
          font-size: 28px;
          font-family: 'Source Sans Pro', sans-serif;
          font-weight: 300;
          text-align: center;
          font-style: italic;
        }
        .bigSlider.salonSlider .bigSliderSlideText p{
          line-height: 30px;
          font-size: 22px;
        }
  .bigSlider .bigSliderArrowLeft, .bigSlider .bigSliderArrowRight{
    position: absolute;
    top: 50%;
    margin: -8px 0 0 0;
    width: 32px;
    height: 16px;
    background: url('../img/arrows.png');
    cursor: pointer;
  }
    .bigSlider .bigSliderArrowLeft{
      left: -120px;
    }
    .bigSlider .bigSliderArrowRight{
      right: -120px;
      background-position: 0 -16px;
    }
    .bigSlider .bigSliderArrowLeft.inactive, .bigSlider .bigSliderArrowRight.inactive{
      opacity: .5;
    }
.salonsCardsContainer{
  position: relative;
  display: block;
  padding: 80px 100px 0;
  overflow: hidden;
  width: 1634px;
  margin: 0 auto;
}
  .salonsCardsContainer .salonsCardsArrowLeft, .salonsCardsContainer .salonsCardsArrowRight{
    position: absolute;
    top: 50%;
    margin: -8px 0 0 0;
    width: 32px;
    height: 16px;
    background: url('../img/arrows.png');
    cursor: pointer;
  }
    .salonsCardsContainer .salonsCardsArrowLeft{
      left: 10px;
    }
    .salonsCardsContainer .salonsCardsArrowRight{
      right: 10px;
      background-position: 0 -16px;
    }
    .salonsCardsContainer .salonsCardsArrowLeft.inactive, .salonsCardsContainer .salonsCardsArrowRight.inactive{
      opacity: .5;
    }
  .salonsCardsList{
    position: relative;
  }
    .salonsCardsGroup{
      float: left;
      margin-right: 100px;
      width: 1534px;
    }
      .salonCard{
        position: relative;
        float: left;
        display: block;
        margin: 0 36px 54px 0;
        width: 331px;
        height: 435px;
      }
        .salonCardImage{
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 226px;
          border: 8px solid #fff;
          box-shadow: 0 0 0 1px #000000;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
        }
        .salonCardText{
          position: absolute;
          top: 174px;
          left: 12px;
          width: 307px;
          height: 261px;
          border: 1px solid #000;
          background: #fff;
          z-index: 1;
        }
          .salonCardText:hover{
            background: #f9f5f5;
            border: 1px solid #8e0909;
            border-bottom: 7px solid #8e0909;
          }
            .salonCardText:hover .reviewsCounter::after{
              background: #f9f5f5;
            }
          .salonCardText a{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-indent: -9999999px;
            z-index: 1;
          }
          .salonCardText h3{
            margin: 0;
            padding: 30px 20px 24px;
            font-family: 'Poiret One', cursive;
            font-size: 22px;
            text-align: center;
            color: #971818;
          }
          .salonCardText .stars{
            margin: 0 auto 19px;
          }
          .salonCardText p{
            margin: 14px auto 0;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 300;
            text-align: center;
            font-style: italic;
            font-size: 18px;
            width: 210px;
            line-height: 24px;
          }
.more{
  margin: 80px 0;
  text-align: center;
}
  .more a{
    display: inline-block;
    padding: 0 26px;
    height: 54px;
    background: #000;
    line-height: 54px;
    font-family: 'Poiret One', cursive;
    font-size: 16px;
    border: 1px solid #3d3d3d;
    box-sizing: border-box;
    color: #fff;
  }
  .more a.seeAll{
    padding-right: 65px;
  }
.recommendations{
  position: relative;
  padding: 0 0 80px;
}
  .recommendationsSlides{
    position: relative;
  }
    .recommendationSlide{
      /* position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; */
    }
      .recommendationSlide p{
        position: relative;
        margin: 0 auto;
        width: 1000px;
        line-height: 62px;
        font-family: 'Poiret One', cursive;
        font-size: 42px;
        color: #000;
        text-align: center;
        font-style: italic;
      }
        .recommendationSlide p::after{
          position: absolute;
          left: 50%;
          bottom: 0;
          display: block;
          margin: 0 0 0 -6px;
          width: 12px;
          height: 1px;
          background: #333333;
        }
      .recommendationSlide span{
        display: block;
        height: 75px;
        line-height: 75px;
        text-align: center;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #000;
      }
  .recommendations .dots{
    width: 100%;
    height: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
    .recommendations .dots li{
      display: inline-block;
      margin: 0 10px;
      width: 6px;
      height: 6px;
      background: #000;
      border-radius: 50%;
      cursor: pointer;
    }
      .recommendations .dots li.active{
        background: #fff;
        margin: 0 9px;
        width: 8px;
        height: 8px;
        border: 1px solid #000;
        transform: translate(0px, 1px);
      }
.linksListsContainer{
  padding: 120px 0;
}
  .linksListsContainer.bordered{
    border-top: 1px solid #d4caca;
  }
  .linksListsContainer h2{
    line-height: 38px;
    font-size: 38px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    padding: 0 0 60px;
  }
  .linksLists{
    width: 1016px;
    margin: 0 auto;
  }
    .linksLists.extraPadding{
      padding: 80px 0;
    }
    .linksLists ul{
      float: left;
      margin: 0;
      padding: 0;
      width: 376px;
      list-style: none;
    }
      .linksLists ul:first-child{
        width: 372px;
      }
      .linksLists ul:nth-child(3){
        width: 268px;
      }
      .linksLists ul li{
        position: relative;
        display: block;
        margin: 0 0 24px;
        padding: 0 0 0 25px;
        line-height: 25px;
        font-family: 'Poiret One', cursive;
        font-size: 18px;
      }
        .linksLists ul li::before{
          content: '';
          position: absolute;
          top: 10px;
          left: 1px;
          width: 8px;
          height: 8px;
          border: 1px solid #333;
          border-radius: 50%;
        }
        .linksLists ul li a{
          color: #333;
        }
#termsSwitcher{
  margin: 0 auto;
  padding: 48px 0px 68px;
  list-style: none;
  text-align: left;
  width: 815px;
}
  #termsSwitcher li{
    display: inline-block;
    font-family: 'Poiret One', cursive;
    font-size: 18px;
    margin: 0 14px;
  }
    #termsSwitcher li span{
      color: #333333;
    }
    #termsSwitcher li a{
      color: #7e1a1a;
    }
.termsContent{
  margin: 0 auto;
  padding: 0 14px;
  width: 820px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  padding: 0 0 20px;
}
  .termsContent p{
    line-height: 28px;
    margin: 0 0 46px;
  }
  .termsContent .big{
    font-size: 22px;
    line-height: 36px;
  }
  .termsContent a{
    color: #8e0909;
  }
  .termsContent .deep-1{
    margin-left: .25in;
  }
  .termsContent .deep-2{
    margin-left: .5in;
  }
  .termsContent .lowMargin{
    margin-bottom: 20px;
  }
.loginContainer{
  margin: 0 auto;
  padding: 110px 0;
  width: 1070px;
}
  .loginContainer .loginContainerLeft{
    float: left;
    width: 46%;
    color: #333;
  }
    .loginContainer .loginContainerLeft .form-group{
      position: relative;
    }
    .loginContainer .loginContainerLeft h4{
      margin: 0;
      line-height: 40px;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 24px;
      font-weight: 400;
    }
    .loginContainer .loginContainerLeft .button{
      margin: 40px 0 0;
    }
    .loginContainer .loginContainerLeft a.small{
      position: absolute;
      right: 0;
      top: 22px;
      font-family: 'Poiret One', cursive;
      font-size: 14px;
      color: #8e0909;
    }
  .loginContainer .loginContainerRight{
    float: left;
    margin: 0 0 0 8%;
    width: 46%;
    color: #333;
  }
    .loginContainer .loginContainerRight h4{
      margin: 0;
      padding: 0 0 32px;
      line-height: 20px;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 18px;
      font-weight: 400;
    }
    .loginContainer .loginContainerRight p{
      margin: 0 0 32px;
      line-height: 28px;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 15px;
      font-weight: 300;
    }
    .loginContainer .loginContainerRight a{
      position: relative;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 15px;
      font-weight: 300;
      color: #8e0909;
    }
    .loginContainer .loginContainerRight .downloadTheApp{
      float: none;
      margin: 0;
      width: 100%;
      overflow: hidden;
    }
    .loginContainer .loginContainerRight hr{
      margin: 45px 0;
    }
    .loginContainer .loginContainerRight > a{
      padding-right: 33px;
      background: url('../img/red-arrow.png') right 8px no-repeat;
    }
.seeAllPopup{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.8);
  z-index: 10000;
}
  .seeAllPopup.modal{
    background: rgba(0,0,0,.6);
  }
  #seeAllGlobal.seeAllPopup.modal{
    background: rgba(0,0,0,.8);
  }
  .seeAllPopupContent{
    position: absolute;
    top: 10%;
    left: 50%;
    margin: 0 0 0 -330px;
    width: 660px;
  }
    .seeAllPopupContent h2{
      height: 30px;
    }
      .seeAllPopupContent h2 img{
        width: auto;
        height: 20px;
        float: left;
        margin: 5px 0;
      }
    .seeAllPopupContent .close{
      position: absolute;
      top: 0;
      right: 0;
      font-family: 'Source Sans Pro', sans-serif;
      line-height: 30px;
      font-size: 18px;
      font-weight: 300;
      color: #fff;
      cursor: pointer;
      text-shadow: none;
      opacity: 1;
    }
      .seeAllPopupContent .close::before{
        content: '';
        display: block;
        position: absolute;
        top: 7px;
        left: -33px;
        width: 15px;
        height: 15px;
        background: url('../img/closePopup.png') 0 0 no-repeat;
      }
    .seeAllPopup.modal .modal-dialog{
      margin: 0;
      width: auto;
    }
    .seeAllPopup.modal .modal-body{
      margin: 50px 0;
      padding: 32px;
      border: 1px solid rgba(255,255,255,.4);
      background: #0a0505;
      overflow: hidden;
    }
      .seeAllPopup.modal .modal-body.less-margin-top{
        margin: 20px 0 50px;
        padding: 20px 32px 32px;
      }
      .seeAllPopup.modal .modal-body .review-full-author{
        padding: 10px 0 0;
        font-size: 22px;
        text-align: center;
        color: #fff;
      }
      .seeAllPopup.modal .modal-body .review-full-text{
        padding: 18px 5vw 0;
        line-height: 38px;
        font-size: 20px;
        text-align: center;
        color: #fff;
      }
        .seeAllPopup.modal .modal-body .review-full-text b{
          font-size: 32px;
        }
      .seeAllPopup.modal .modal-title{
        margin: 12px 0 0;
        color: #e2e2e2;
      }
      .seeAllPopup.modal .modal-body .modal-header{
        padding: 0;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        font-size: 20px;
        text-align: center;
        color: #fff;
      }
      .seeAllPopup.modal .modal-body .checkbox, .seeAllPopup.modal .modal-body .radio, .seeAllPopup.modal .modal-body .item{
        padding: 0 34px;
        line-height: 32px;
        margin: 12px 0;
      }
        .seeAllPopup.modal .modal-body .radio label, .seeAllPopup.modal .modal-body .checkbox label, .seeAllPopup.modal .modal-body .item a{
          font-family: 'Poiret One', cursive;
          font-size: 22px;
          color: #ffffff;
        }
          .seeAllPopup.modal .modal-body .item a:hover{
            color: #971818;
          }
        .seeAllPopup.modal .modal-body .radio label::before, .seeAllPopup.modal .modal-body .checkbox label::before{
          display: none;
        }
        .seeAllPopup.modal .modal-body .radio .badge, .seeAllPopup.modal .modal-body .checkbox .badge{
          display: none;
        }
          .seeAllPopup.modal .modal-body input[type=checkbox]:checked + label, .seeAllPopup.modal .modal-body input[type=radio]:checked + label, .seeAllPopup.modal .modal-body .item a.active{
            color: #971818;
          }
      .seeAllPopupContent .business{
        font-family: 'Poiret One', cursive;
        font-size: 16px;
        background: url('../img/footer-business.png') 0 0 no-repeat;
        padding-left: 46px;
        display: inline-block;
        letter-spacing: .2px;
        line-height: 30px;
        color: #ffffff;
      }
.locationText{
  margin: 30px auto 50px;
  width: 86%;
  line-height: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #000000;
}
.seeAll{
  position: relative;
  padding-right: 65px;
}
  .seeAll::before{
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: 16px;
    width: 32px;
    height: 16px;
    background: url('../img/white-arrow.png') 0 0 no-repeat;
  }
.categoryDescription{
  padding: 100px 0;
  border-bottom: 1px solid #d4caca;
}
  .categoryDescription.border-top{
    border-top: 1px solid #333333;
  }
  .categoryDescription.no-border-bottom{
    border-bottom: 0;
  }
  .categoryDescriptionWrapper{
    margin: 0 auto;
    width: 1316px;
  }
  .categoryDescriptionImage{
    float: left;
    width: 676px;
    height: 440px;
    border: 8px solid #ffffff;
    box-shadow: 0 0 0 1px #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .categoryDescriptionText{
    margin: 0 0 0 770px;
  }
    .categoryDescriptionText h2{
      padding: 70px 0 0;
      line-height: 58px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 400;
      font-size: 58px;
      color: #333333;
    }
      .categoryDescriptionText h2 img{
        width: auto;
        height: 30px;
      }
    .categoryDescriptionText p{
      margin: 0;
      padding: 50px 0 0;
      line-height: 30px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 300;
      font-size: 16px;
      color: #333333;
    }
    .categoryDescriptionText > a{
      display: block;
      float: left;
      margin: 50px 0 0;
      padding: 0 33px 0 0;
      font-family: 'Poiret One', cursive;
      font-size: 18px;
      color: #8e0909;
      background: url('../img/red-arrow.png') right 8px no-repeat;
    }
.filterable{
  width: 1414px;
  margin: 50px auto 0;
}
  .filterableFilter{
    float: left;
    padding: 66px 0 0;
    width: 240px;
  }
    .filterableFilter .globalSearch{
      margin: 0;
      width: 100%;
      height: 66px;
      border: 1px solid #b8b8b8;
      box-shadow: none;
    }
      .filterableFilter .globalSearch input{
        padding: 0 20px;
        width: 100%;
        height: 64px;
        line-height: 64px;
        font-size: 15px;
        color: #333333;
      }
      .filterableFilter .globalSearch .tt-dropdown-menu{
        left: -1px!important;
        right: -1px!important;
        margin: 0;
        padding: 0;
        border: 1px solid #b8b8b8!important;
        box-shadow: none!important;
      }
        .filterableFilter .globalSearch .tt-dropdown-menu .tt-header-msg{
          padding: 14px 20px;
        }
        .filterableFilter .globalSearch .tt-dropdown-menu .tt-suggestion{
          padding: 14px 20px!important;
        }
    .filterableFilter .filterableFilterBlock{
      margin: 46px 0 0;
    }
      .filterableFilter .filterableFilterBlock h2{
        padding: 0 0 26px;
        line-height: 26px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        font-size: 26px;
        color: #333;
        border-bottom: 1px solid #b8b8b8;
      }
      .filterableFilterBlockContent {
        margin: 26px 0 0;
      }
        .filterableFilterBlockContent ul{
          list-style: none;
          padding: 0;
        }
        .filterableFilterBlockContent .hidden-md {
          display: none;
        }
        .filterableFilterBlockContent .radio, .filterableFilterBlockContent .checkbox, .filterableFilterBlockContent ul li{
          margin: 0 0 16px;
          line-height: 16px;
        }
          .filterableFilterBlockContent .radio label, .filterableFilterBlockContent .checkbox label, .filterableFilterBlockContent ul li a{
            font-family: 'Poiret One', cursive;
            font-size: 16px;
            color: #333333;
          }
          .filterableFilterBlockContent .radio label::before, .filterableFilterBlockContent .checkbox label::before{
            display: none;
          }
          .filterableFilterBlockContent .radio .badge, .filterableFilterBlockContent .checkbox .badge{
            display: none;
          }
          .filterableFilterBlockContent .radio:last-child, .filterableFilterBlockContent .checkbox:last-child{
            margin: 0;
          }
            .filterableFilterBlockContent input[type=checkbox]:checked + label, .filterableFilterBlockContent input[type=radio]:checked + label, .filterableFilterBlockContent ul li a.active{
              color: #8e0909;
            }
      .filterableFilterBlockContent > span > a{
        line-height: 16px;
        font-family: 'Poiret One', cursive;
        font-size: 16px;
        color: #8e0909;
      }
  .filterableList{
    margin: 0 0 0 340px;
  }
    .filterableListHeader{
      height: 66px;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 18px;
      color: #333333;
    }
      .filterableListHeaderCounter{
        float: left;
      }
      .filterableListHeaderSort{
        float: right;
      }
      .filterableListSalons{
        display: block;
      }
        .filterableListSalon{
          position: relative;
          float: left;
          display: block;
          margin: 0 0 50px;
          width: 100%;
          height: 396px;
        }
          .filterableListSalonImage{
            position: absolute;
            top: 0;
            left: 0;
            padding: 8px;
            width: 586px;
            height: 396px;
            border: 8px solid #fff;
            box-shadow: 0 0 0 1px #b8b8b8;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
          }
          .filterableListSalonText{
            position: absolute;
            top: 50%;
            right: 0;
            margin: -155px 0 0 0;
            width: 540px;
            height: 310px;
            border: 1px solid #b8b8b8;
            background: #fff;
            z-index: 1;
          }
            .filterableListSalonText a{
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              text-indent: -9999px;
              z-index: 1;
            }
            .filterableListSalonText h3{
              margin: 0;
              padding: 30px 20px 24px;
              font-family: 'Poiret One', cursive;
              font-size: 24px;
              text-align: center;
              color: #971818;
            }
            .filterableListSalonText .address{
              display: block;
              margin: 0 auto;
              padding: 0 0 14px;
              width: 90%;
              font-family: 'Source Sans Pro', sans-serif;
              text-align: center;
              font-weight: 300;
              font-size: 14px;
              color: #333;
              overflow: hidden;
              text-align: center;
              white-space: nowrap;
              text-overflow: ellipsis;
            }
            .filterableListSalonText .stars{
              margin: 0 auto 19px;
            }
            .filterableListSalonText p{
              margin: 14px auto 0;
              padding: 0 30px;
              width: 100%;
              line-height: 24px;
              font-family: 'Source Sans Pro', sans-serif;
              font-weight: 300;
              text-align: center;
              font-style: italic;
              font-size: 18px;
            }
          .filterableListSalon:hover .filterableListSalonImage{
            top: 50%;
            margin: -170px 0 0 0;
            width: 526px;
            height: 340px;
            box-shadow: 0 0 0 1px #971818;
          }
          .filterableListSalon:hover .filterableListSalonText{
            top: 0;
            margin: 0;
            width: 586px;
            height: 396px;
            border: 1px solid #971818;
            box-shadow: 8px 8px 0 0 #971818;
          }
    .filterableListPagination{
      margin: 0 auto 50px;
    }
      .filterableListPagination ul{
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
      }
        .filterableListPagination ul li{
          display: inline-block;
          width: 45px;
          height: 45px;
          line-height: 45px;
          font-family: 'Poiret One', cursive;
          font-size: 26px;
          cursor: pointer;
          color: #971818;
          background: #fff;
          margin: 0 10px;
        }
          .filterableListPagination ul li a{
            display: block;
            width: 45px;
            height: 45px;
            color: #971818;
          }
          .filterableListPagination ul li.active{
            background: #333333;
            color: #ffffff;
          }
            .filterableListPagination ul li.active{
              color: #ffffff;
            }
    .alternativeLocations{
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 300;
      font-size: 16px;
    }
      .alternativeLocations a{
        font-family: 'Poiret One', cursive;
        color: #971818;
      }
.contactBlock{
  padding: 100px 0;
  width: 1630px;
  margin: 0 auto;
}
  .contactBlock .wrapper{
    width: 70%;
  }
    .contactBlock .wrapper .content{
      padding: 0;
      width: 100%;
    }
  .contactBlockLeft{
    float: left;
    width: 65%;
    margin-right: 5%;
  }
    .contactBlockLeft h3{
      margin: 0;
      padding-bottom: 20px;
      height: 52px;
      line-height: 32px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 400;
      font-size: 24px;
      color: #333333;
    }
    .contactBlockLeft textarea{
      padding: 15px;
      height: 150px;
      resize: none;
      border-radius: 0;
    }
    .contactBlockLeft button{
      margin-top: 50px;
    }
  .contactBlockRight{
    float: left;
    width: 30%;
    padding-top: 114px;
  }
    .contactBlockRight h3{
      margin: 0;
      line-height: 40px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 400;
      font-size: 20px;
      color: #333333;
    }
    .contactBlockRight p, .contactBlockRight a{
      line-height: 22px;
      font-family: 'Poiret One', cursive;
      font-size: 16px;
      color: #333333;
    }
      .contactBlockRight a.withArrow{
        display: block;
        float: left;
        margin: 0 0 40px;
        font-family: 'Poiret One', cursive;
        font-size: 16px;
        color: #8e0909;
        padding-right: 33px;
        background: url('../img/red-arrow.png') right 8px no-repeat;
      }
    .contactBlockInfo{
      margin: 40px 0 0;
    }
.leaveAReview{
  margin: 30px 0 0;
  padding: 0 80px;
  list-style: none;
  text-align: center;
}
  .leaveAReview li{
    display: inline-block;
    width: 48%;
    text-align: center;
  }
    .leaveAReviewFacebook{
      display: inline-block;
      width: 100px;
      height: 33px;
      background: url('../img/facebook-logo.png') center center no-repeat;
      background-size: 100px auto;
      text-indent: -9999px;
    }
    .leaveAReviewGoogle{
      display: inline-block;
      width: 100px;
      height: 33px;
      background: url('../img/google-logo.png') center center no-repeat;
      background-size: 100px auto;
      text-indent: -9999px;
    }
.salonPage{
  padding: 80px 0 0;
}
  .salonPage .more{
    margin: 0 0 80px;
  }
  .salonPage > h3{
    margin: 0 0 40px;
    line-height: 38px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 38px;
    color: #333333;
  }
  .salonPage table{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
  }
    .salonPage table h3{
      margin: 0 0 15px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 300;
      color: #333333;
    }
      .salonPage table a{
        color: #8e0909;
      }
      .salonPage table .no-padding{
        padding: 0;
      }
      .salonPage table .button{
        color: #fff!important;
      }
      .salonPage table .button:hover{
        color: #fff!important;
      }
        .salonPage table tbody tr{
          border: 1px solid #b7b7b7;
          background: #fff!important;
        }
  .salonPageFindUs{
    padding: 0 0 120px;
    margin: 0 0 80px;
    border-bottom: 1px solid #d4caca;
  }
    .salonPageFindUs.salonPageFindUsNoborder{
      border: 0;
      margin: 0;
    }
    .salonPageFindUs .wrapper{
      max-width: 1200px;
      display: flex;
    }
    .salonPageFindUsElement{
      padding: 30px;
      width: 30%;
      border: 1px solid #b7b7b7;
      background: #fff;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 400;
      font-size: 17px;
    }
    .salonPage.salonPageGpn .salonPageFindUsElement{
      width: 45%;
    }
    .salonPageFindUsElement:nth-child(2){
      margin: 0 5%;
    }
    .salonPage.salonPageGpn .salonPageFindUsElement:nth-child(2){
      margin: 0 0 0 10%;
    }
      .salonPageFindUsElementMap{
        padding: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
      }
      .salonPageFindUsElement h3{
        margin: 0 0 10px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
        font-size: 22px;
        color: #333333;
      }
      .salonPageFindUsElement ul{
        margin: 0;
        padding: 0;
        list-style: none;
      }
      .salonPageFindUsElement ul li{
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
        padding-top: 20px;
        line-height: 20px;
      }
          .salonPageFindUsElement ul li b{
            float: left;
            width: 30%;
            display: block;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 400;
            color: #000000;
          }
          .salonPageFindUsElement ul li span{
            display: block;
            margin-left: 30%;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 300;
            line-height: 22px;
          }
      .salonPageFindUsElement button{
        display: block;
        margin: 14px 0 0;
        width: 100%;
        font-family: 'Poiret One', cursive;
      }
      .salonPageFindUsElement a{
        display: block;
        margin: 14px 0 0;
        font-family: 'Poiret One', cursive;
        text-align: center;
        width: 100%;
      }
      #contact-phone{
        display: block;
        font-family: 'Poiret One', cursive;
        margin: 8px 0;
      }
  .salonPageReviews{
    padding: 0;
  }
    .salonPageReviews h5{
      margin: 18px 0 0;
      font-size: 18px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 300;
      text-align: center;
      color: #333;
    }
    .salonPageReviews .salonPageReviewsTypes{
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: center;
    }
      .salonPageReviews .salonPageReviewsTypes li{
        margin: 0 30px;
        display: inline-block;
        width: 237px;
        text-align: center;
      }
        .salonPageReviews .salonPageReviewsTypes li:first-child{
          margin-left: 0;
        }
        .salonPageReviews .salonPageReviewsTypes li:last-child{
          margin-right: 0;
        }
        .salonPageReviews .salonPageReviewsTypes li .stars{
          margin: 20px auto 10px;
        }
    .salonPageReviews .salonPageReviewsListContainer{
      position: relative;
      margin: 60px auto 80px;
      padding: 0 100px;
      width: 1350px;
      overflow: hidden;
    }
      .salonPageReviews .salonPageReviewsArrowLeft, .salonPageReviews .salonPageReviewsArrowRight{
        position: absolute;
        top: 50%;
        margin: -8px 0 0 0;
        width: 32px;
        height: 16px;
        background: url('../img/arrows.png');
        cursor: pointer;
      }
        .salonPageReviews .salonPageReviewsArrowLeft{
          left: 10px;
        }
        .salonPageReviews .salonPageReviewsArrowRight{
          right: 10px;
          background-position: 0 -16px;
        }
        .salonPageReviews .salonPageReviewsArrowLeft.inactive, .salonPageReviews .salonPageReviewsArrowRight.inactive{
          opacity: .5;
        }
      .salonPageReviews .salonPageReviewsList{
        position: relative;
        width: 12150px;
      }
        .salonPageReviews .salonPageReviewsList ul{
          float: left;
          margin: 0 100px 0 0;
          padding: 0;
          width: 1150px;
          list-style: none;
        }
          .salonPageReviews .salonPageReviewsList ul:last-child{
            margin: 0;
          }
          .salonPageReviews .salonPageReviewsList ul li{
            position: relative;
            float: left;
            margin: 0 0 50px;
            padding: 0 30px;
            width: 350px;
            height: 350px;
            border: 1px solid #333333;
            text-align: center;
          }
            .salonPageReviews .salonPageReviewsList ul li .clickable{
              font-style: normal;
              color: #971818;
              cursor: pointer;
            }
          .salonPageReviews .salonPageReviewsList ul li:nth-child(3n-1){
            margin: 0 50px 50px;
          }
          .salonPageReviews .salonPageReviewsList ul li:nth-child(n+4){
            margin-bottom: 0;
          }
            .salonPageReviews .salonPageReviewsList ul li h4{
              margin: 0;
              padding: 30px 0;
              line-height: 30px;
              font-family: 'Source Sans Pro', sans-serif;
              font-weight: 300;
              font-size: 14px;
              color: #000000;
            }
            .salonPageReviews .salonPageReviewsList ul li .stars{
              margin: 0 auto;
            }
            .salonPageReviews .salonPageReviewsList ul li p{
              margin: 30px 0 0;
              line-height: 30px;
              font-family: 'Source Sans Pro', sans-serif;
              font-weight: 300;
              font-size: 18px;
              color: #333333;
            }
              .salonPageReviews .salonPageReviewsList ul li p b{
                font-size: 24px;
              }
            .salonPageReviews .salonPageReviewsList ul li .powered{
              position: absolute;
              left: 0;
              bottom: 0;
              padding: 20px 0;
              width: 100%;
              line-height: 30px;
              font-family: 'Poiret One', cursive;
              font-size: 14px;
              text-align: center;
            }
              .salonPageReviews .salonPageReviewsList ul li .powered a{
                margin-left: 4px;
              }
                .salonPageReviews .salonPageReviewsList ul li .powered img{
                  height: 18px;
                }
#host-map{
  min-height: 40vh;
}
#host-address{
  margin: 0 0 15px;
  color: #c3c3c3;
}
@media only screen and (max-width: 1800px) and (min-width: 1441px) {
  .wrapper{
    width: 1300px;
  }
  .leaderImageryText{
    width: 42%;
  }
  .bigSlider .bigSliderArrowLeft{
    left: -100px;
  }
  .bigSlider .bigSliderArrowRight{
    right: -100px;
  }
  .salonsCardsContainer{
    width: 1330px;
  }
    .salonsCardsContainer .salonsCardsArrowLeft{
      left: 0;
    }
    .salonsCardsContainer .salonsCardsArrowRight{
      right: 0;
    }
    .salonsCardsGroup{
      width: 1160px;
      margin-right: 80px;
    }
      .salonCard{
        margin: 0 30px 40px 0;
        width: 260px;
        height: 390px;
      }
        .salonCardImage{
          height: 178px;
        }
        .salonCardText{
          top: 140px;
          width: 236px;
          height: 250px;
        }
          .salonCardText h3{
            padding: 28px 15px 14px;
            line-height: 26px;
          }
          .salonCardText .stars{
            margin: 0 auto 14px;
          }
          .salonCardText p{
            font-size: 16px;
            width: 180px;
            line-height: 22px;
          }
  .reviewsCounter.small::before{
    margin: 0 0 0 -24%;
    width: 48%;
  }
  .reviewsCounter.small::after{
    margin: 0 0 0 -20%;
    width: 40%;
  }
  .more{
    margin: 50px 0 70px;
  }
  .categoriesList{
    width: 1360px;
  }
  .filterable{
    width: 1300px;
  }
    .filterableListSalonText{
      width: 480px;
    }
  .contactBlock{
    width: 1300px;
  }
  .loginContainer{
    width: 910px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .wrapper{
    width: 960px;
  }
  header{
    padding: 32px 0 0;
    height: 100px;
    font-size: 15px;
  }
    header .logo{
      height: 36px;
      line-height: 36px;
    }
      header .logo img{
        height: 36px;
      }
    header .business{
      margin: 7px 0 0 0;
      padding: 0 0 0 36px;
      font-size: 14px;
      line-height: 24px;
      background-size: 26px auto;
    }
    header nav{
      padding: 7px 0 0;
      width: 600px;
    }
      header nav ul{
        line-height: 24px;
      }
        header nav ul li{
          margin: 0 6px;
        }
  .hero{
    height: 210px;
  }
  h1.mainTitle{
    padding: 50px 0 0;
    line-height: 50px;
    font-size: 50px;
  }
  .leaderImagery{
    height: 700px;
  }
    .leaderImageryBackground{
      height: 270px;
    }
    .leaderImageryDevices{
      width: 50vw;
      background-size: 50vw auto;
    }
    .leaderImageryText{
      width: 50%;
    }
      .leaderImageryText h5{
        margin: 40px 0 0;
        width: 90%;
        line-height: 30px;
        font-size: 24px;
      }
      .leaderImageryText p{
        margin: 24px 0;
        width: 90%;
        line-height: 24px;
        font-size: 16px;
      }
      .leaderImageryText span{
        width: 90%;
      }
      .leaderImageryText .downloadTheApp{
        width: 90%;
      }
  .landingTitle{
    padding: 45px 0 0;
    line-height: 46px;
    font-size: 32px;
  }
  .categoriesList{
    margin: 50px auto 0;
    width: 90%;
  }
    .categoriesList li{
      margin: 0 10px 16px;
    }
  .bigSlider{
    margin: 70px auto 0;
    width: 80vw;
    height: 36vw;
  }
    .bigSlider .bigSliderArrowLeft{
      left: -70px;
    }
    .bigSlider .bigSliderArrowRight{
      right: -70px;
    }
    .bigSliderSlides{
      width: 80vw;
      height: 36vw;
    }
      .bigSliderSlide{
        width: 80vw;
        height: 36vw;
      }
        .bigSliderSlideImage{
          width: 54vw;
          height: 36vw;
        }
          .bigSliderSlideImage img{
            height: 36vw;
          }
        .bigSliderSlideText{
          margin: -15vw 0 0;
          width: 38vw;
          height: 30vw;
        }
          .bigSliderSlideText h3{
            padding: 2vw 3vw 2vw;
            line-height: 3vw;
            font-size: 2vw;
          }
          .bigSliderSlideText .stars{
            margin: 0 auto 3vw;
          }
          .bigSliderSlideText .reviewsCounter{
            font-size: 1.6vw;
          }
          .bigSliderSlideText p{
            padding: 3vw 0 0;
            width: 80%;
            line-height: 3vw;
            font-size: 1.8vw;
          }
  .reviewsCounter::before{
    margin: 0 0 0 -19%;
    width: 38%;
  }
  .reviewsCounter::after{
    margin: 0 0 0 -15%;
    width: 30%;
  }
  .salonsCardsContainer{
    width: calc(80vw + 200px);
  }
    .salonsCardsContainer .salonsCardsArrowLeft{
      left: 30px;
    }
    .salonsCardsContainer .salonsCardsArrowRight{
      right: 30px;
    }
    .salonsCardsGroup{
      width: 82vw;
    }
      .salonCard{
        margin: 0 2vw 2vw 0;
        width: 18.5vw;
        height: 24.5vw;
      }
        .salonCardImage{
          border: 6px solid #fff;
          height: 12.3333vw;
        }
        .salonCardText{
          top: 9vw;
          left: 1vw;
          width: 16.5vw;
          height: 15.5vw;
        }
          .salonCardText h3{
            padding: 1vw;
            line-height: 1.6vw;
            font-size: 1.2vw;
          }
          .salonCardText .stars{
            margin: 0 auto 1vw;
          }
          .salonCardText p{
            margin: .3vw auto 0;
            width: 80%;
            line-height: 1.4vw;
            font-size: 1.18vw;
          }
  .more{
    margin: 40px 0 50px;
  }
  .reviewsCounter.small::before{
    margin: 0 0 0 -31%;
    width: 62%;
  }
  .reviewsCounter.small::after{
    margin: 0 0 0 -25%;
    width: 50%;
  }
  .recommendations{
    padding: 0 0 40px;
  }
      .recommendationSlide p{
        width: 800px;
        height: 180px;
        line-height: 50px;
        font-size: 35px;
      }
  .globalSearch{
    margin: 46px auto 0;
  }
  .categoryDescription{
    padding: 80px 0;
  }
    .categoryDescriptionWrapper{
      width: 80vw;
    }
      .categoryDescriptionImage{
        width: 45vw;
        height: 30vw;
        border: 6px solid #ffffff;
      }
      .categoryDescriptionText{
        margin: 0 0 0 48vw;
      }
        .categoryDescriptionText h2{
          padding: 15px 0 0;
          line-height: 38px;
          font-size: 38px;
        }
          .categoryDescriptionText h2 img{
            width: auto;
            height: 26px;
          }
        .categoryDescriptionText p{
          padding: 20px 0 0;
          line-height: 23px;
        }
        .categoryDescriptionText > a{
          margin: 30px 0 0;
        }
  .locationText{
    margin: 20px auto 40px;
    line-height: 26px;
    font-size: 22px;
  }
  .linksListsContainer{
    padding: 60px 0;
  }
    .linksListsContainer h2{
      padding: 0 0 50px;
      line-height: 32px;
      font-size: 32px;
    }
    .linksLists{
      width: 800px;
    }
      .linksLists ul{
        width: 33.3333%;
      }
      .linksLists ul:first-child{
        width: 33.3333%;
      }
      .linksLists ul:nth-child(3){
        width: 33.3333%;
      }
        .linksLists ul li{
          margin: 0 0 18px;
          padding: 0 0 0 22px;
          line-height: 24px;
          font-size: 16px;
        }
  .filterable{
    width: 80vw;
    margin: 40px auto 0;
  }
    .filterableFilter{
      padding: 54px 0 0;
      width: 180px;
    }
      .filterableFilter .globalSearch{
        height: 54px;
      }
        .filterableFilter .globalSearch input{
          padding: 0 15px;
          height: 52px;
          line-height: 52px;
        }
          .filterableFilter .globalSearch .tt-dropdown-menu .tt-header-msg{
            padding: 10px 15px;
          }
          .filterableFilter .globalSearch .tt-dropdown-menu .tt-suggestion{
            padding: 10px 15px!important;
          }
      .filterableFilter .filterableFilterBlock{
        margin: 30px 0 0;
      }
        .filterableFilterBlockContent .radio, .filterableFilterBlockContent .checkbox, .filterableFilterBlockContent ul li{
          margin: 0 0 14px;
        }
    .filterableList{
      margin: 0 0 0 220px;
    }
      .filterableListHeader{
        height: 54px;
        font-size: 16px;
      }
      .filterableListSalon{
        margin: 0 0 2.5vw;
        height: 28vw;
      }
        .filterableListSalonImage{
          width: 42vw;
          height: 28vw;
          border: 6px solid #fff;
        }
        .filterableListSalonText{
          margin: -12vw 0 0 0;
          width: 30vw;
          height: 24vw;
        }
          .filterableListSalon:hover .filterableListSalonImage{
            margin: -12vw 0 0 0;
            width: 36vw;
            height: 24vw;
          }
          .filterableListSalon:hover .filterableListSalonText{
            width: 36vw;
            height: 28vw;
            box-shadow: 6px 6px 0 0 #971818;
          }
            .filterableListSalonText h3{
              padding: 2vw;
              line-height: 2vw;
              font-size: 1.45vw;
            }
            .filterableListSalonText .address{
              padding: 0 1.2vw 1.4vw;
            }
            .filterableListSalonText .stars{
              margin: 0 auto 1vw;
            }
            .filterableListSalonText p{
              margin: 1vw auto 0;
              line-height: 2vw;
              font-size: 1.3vw;
            }
  .reviewsCounter{
    height: 26px;
    line-height: 20px;
    font-size: 14px;
  }
    .reviewsCounter::before{
      top: 11px;
    }
  .salonPage{
    padding: 60px 0 0;
  }
    .salonPage > h3{
      margin: 0 0 30px;
      line-height: 32px;
      font-size: 32px;
    }
    .salonPageFindUs{
      padding: 0 0 70px;
      margin: 0 0 60px;
    }
    .salonPageReviews .salonPageReviewsListContainer{
      width: calc(80vw + 200px);
    }
      .salonPageReviews .salonPageReviewsArrowLeft{
        left: 20px;
      }
      .salonPageReviews .salonPageReviewsArrowRight{
        right: 20px;
      }
      .salonPageReviews .salonPageReviewsList ul{
        width: 80vw;
      }
        .salonPageReviews .salonPageReviewsList ul li{
          margin: 0 0 2.5vw;
          padding: 0 2vw;
          width: 25vw;
          height: 23vw;
        }
        .salonPageReviews .salonPageReviewsList ul li:nth-child(3n-1){
          margin: 0 2.5vw 2.5vw;
        }
          .salonPageReviews .salonPageReviewsList ul li h4{
            padding: 1vw 1vw;
            line-height: 2.2vw;
          }
          .salonPageReviews .salonPageReviewsList ul li p{
            margin: 2vw 0 0;
            line-height: 2.2vw;
            font-size: 18px;
          }
            .salonPageReviews .salonPageReviewsList ul li p b{
              font-size: 22px;
            }
          .salonPageReviews .salonPageReviewsList ul li .powered{
            padding: 1.5vw 0;
            line-height: 1.6vw;
            font-size: 14px;
          }
            .salonPageReviews .salonPageReviewsList ul li .powered img{
              height: 18px;
            }
  .contactBlock{
    padding: 60px 0 40px;
    width: 800px;
  }
    .contactBlock .wrapper{
      width: 100%

    }
  .loginContainer{
    padding: 60px 0 40px;
    width: 800px;
  }
    .loginContainer .loginContainerRight h4{
      padding: 0 0 20px;
    }
    .loginContainer .loginContainerRight hr{
      margin: 25px 0;
    }
  footer{
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 1220px) and (min-width: 1025px) {
  .salonPageReviews .salonPageReviewsList ul li p{
    line-height: 22px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .wrapper{
    width: 90%;
  }
  header{
    padding: 24px 0;
    height: 78px;
    font-size: 15px;
  }
    header .logo{
      height: 30px;
      line-height: 30px;
    }
      header .logo img{
        height: 30px;
      }
    header .business{
      margin: 6px 0 0;
      padding: 0 0 0 30px;
      line-height: 18px;
      font-size: 14px;
      background-size: 22px auto;
    }
    header nav{
      margin: 0 150px 0;
      padding: 6px 0 0;
      width: auto;
    }
      header nav ul{
        line-height: 18px;
      }
        header nav ul li{
          margin: 0 5px;
        }
          header nav ul li a{
            font-size: 14px;
          }
  h1.mainTitle{
    margin: 0 auto;
    padding: 30px 0 0;
    width: 90%;
    line-height: 40px;
    font-size: 36px;
  }
  .hero{
    height: 190px;
  }
    .hero h2.secondaryTitle{
      margin: 0 auto;
      width: 90%;
      line-height: 26px;
      font-size: 18px;
    }
    .hero .globalSearch{
      bottom: -31px;
      margin: 0 0 0 -260px;
    }
  .globalSearch{
    margin: 36px auto 0;
    width: 520px;
    height: 62px;
  }
    .globalSearch input{
      width: 518px;
      height: 60px;
      padding: 0 25px;
      font-size: 16px;
    }
    .globalSearch .tt-dropdown-menu .tt-header-msg{
      padding: 15px 20px;
    }
    .globalSearch .tt-dropdown-menu .tt-suggestion{
      padding: 15px 20px!important;
    }
  .leaderImagery{
    height: 555px;
  }
    .leaderImageryBackground{
      padding: 6px 0;
      height: 220px;
    }
      .leaderImageryBackgroundContent{
        top: 6px;
        bottom: 6px;
      }
        .leaderImageryBackgroundContent img{
          margin: 0 6px 0 0;
        }
    .leaderImageryDevices{
      width: 45vw;
      height: 45vw;
      background-size: 45vw auto;
    }
    .leaderImageryText{
      width: 55%;
      padding-right: 20px;
    }
      .leaderImageryText h5{
        margin: 30px 0 0;
        width: 90%;
        line-height: 22px;
        font-size: 18px;
      }
      .leaderImageryText p{
        margin: 20px 0;
        width: 90%;
        line-height: 18px;
        font-size: 14px;
      }
      .leaderImageryText span{
        width: 90%;
        line-height: 28px;
        font-size: 16px;
      }
      .leaderImageryText .downloadTheApp{
        margin: 10px 0 0;
        width: 90%;
        float: right;
      }
  .downloadTheApp{
    width: 90%;
  }
  .landingTitle {
    padding: 30px 0 0;
    width: 90%;
    line-height: 38px;
    font-size: 28px;
  }
  .categoriesList{
    margin: 30px auto 0;
    width: 90%;
  }
    .categoriesList li{
      margin: 0 5px 10px;
      height: 50px;
      font-size: 14px;
    }
      .categoriesList li a{
        padding: 0 20px;
        line-height: 50px;
        height: 50px;
      }
  .bigSlider{
    margin: 50px auto 0;
    width: 80vw;
    height: 33.3333vw;
  }
    .bigSlider .bigSliderArrowLeft{
      left: -50px;
    }
    .bigSlider .bigSliderArrowRight{
      right: -50px;
    }
    .bigSliderSlides{
      width: 80vw;
      height: 33.3333vw;
    }
      .bigSliderSlide{
        width: 80vw;
        height: 33.3333vw;
      }
        .bigSliderSlideImage{
          width: 50vw;
          height: 33.3333vw;
          border: 6px solid #fff;
        }
          .bigSliderSlideImage img{
            height: 33.3333vw;
          }
        .bigSliderSlideText{
          margin: -15vw 0 0;
          width: 40vw;
          height: 30vw;
          box-shadow: 5px 5px 2px 0px rgba(0,0,0,.08);
        }
          .bigSliderSlideText h3{
            margin: 0 auto;
            padding: 25px 0 18px;
            width: 90%;
            font-size: 20px;
          }
          .bigSliderSlideText .stars{
            margin: 0 auto 10px;
          }
          .bigSliderSlideText p{
            padding: 16px 0 0;
            width: 90%;
            line-height: 20px;
            font-size: 16px;
          }
  .stars{
    width: 114px;
    height: 17px;
    background-size: 24px auto;
  }
    .stars .starsRate{
      height: 17px;
      background-position: 0 -17px;
      background-size: 24px auto;
    }
  .reviewsCounter{
    font-size: 14px;
  }
    .reviewsCounter::before{
      margin: 0 0 0 -20%;
      width: 40%;
    }
    .reviewsCounter::after{
      margin: 0 0 0 -15%;
      width: 30%;
    }
  .salonsCardsContainer{
    padding: 60px 10vw 0;
    width: 100%;
  }
    .salonsCardsContainer .salonsCardsArrowLeft{
      left: 27px;
    }
    .salonsCardsContainer .salonsCardsArrowRight{
      right: 27px;
    }
    .salonsCardsGroup{
      width: 80vw;
      margin-right: 11vw;
    }
      .salonCard{
        margin: 0 2vw 2vw 0;
        width: 39vw;
        height: 47vw;
      }
      .salonCard:nth-child(2n){
        margin-right: 0;
      }
        .salonCardImage{
          height: 26vw;
          border: 6px solid #fff;
        }
        .salonCardText{
          top: 20vw;
          left: 2vw;
          width: 35vw;
          height: 27vw;
        }
          .salonCardText h3{
            margin: 0 auto;
            padding: 15px 0 20px;
            width: 90%;
            font-size: 20px;
          }
          .salonCardText .stars{
            margin: 0 auto 14px;
          }
          .salonCardText p{
            width: 90%;
            font-size: 16px;
            line-height: 22px;
          }
  .more{
    margin: 30px 0 50px;
  }
    .recommendations{
      margin: 0 auto;
      width: 90%;
      padding: 0 0 30px;
    }
      .recommendationSlide p{
        width: 100%;
        line-height: 42px;
        font-size: 26px;
      }
      .recommendationSlide span{
        height: 55px;
        line-height: 55px;
      }
  footer{
    padding: 30px 0 0;
  }
  .categoryDescription{
    padding: 60px 0;
  }
    .categoryDescriptionWrapper{
      width: 90%;
    }
      .categoryDescriptionImage{
        width: 50vw;
        height: 33.3333vw;
        border: 6px solid #ffffff;
      }
      .categoryDescriptionText{
        margin: 0 0 0 54vw;
      }
        .categoryDescriptionText h2{
          padding: 10px 0 0;
          line-height: 34px;
          font-size: 30px;
        }
          .categoryDescriptionText h2 img{
            width: auto;
            height: 20px;
          }
        .categoryDescriptionText p{
          padding: 20px 0 0;
          line-height: 22px;
          font-size: 14px;
        }
        .categoryDescriptionText > a{
          margin: 25px 0 0;
        }
  .locationText{
    margin: 20px auto 30px;
    line-height: 24px;
    font-size: 18px;
  }
  .linksListsContainer{
    padding: 40px 0;
  }
    .linksListsContainer h2{
      padding: 0 0 40px;
      line-height: 28px;
      font-size: 28px;
    }
    .linksLists{
      width: 90%;
    }
      .linksLists ul:first-child{
        width: 33.3333%;
      }
      .linksLists ul{
        width: 33.3333%;
      }
      .linksLists ul:nth-child(3){
        width: 33.3333%;
      }
        .linksLists ul li{
          margin: 0 0 14px;
          padding: 0 20px 0 18px;
          line-height: 18px;
          font-family: Helvetica, sans-serif;
          font-size: 14px;
        }
          .linksLists ul li::before{
            top: 5px;
          }
  .filterable{
    margin: 20px auto 0;
    width: 90%;
  }
    .filterableFilter{
      padding: 40px 0 0;
      width: 180px;
    }
      .filterableFilter .globalSearch{
        height: 54px;
      }
        .filterableFilter .globalSearch input{
          padding: 0 15px;
          height: 52px;
          line-height: 52px;
        }
          .filterableFilter .globalSearch .tt-dropdown-menu .tt-header-msg{
            padding: 10px 15px;
          }
          .filterableFilter .globalSearch .tt-dropdown-menu .tt-suggestion{
            padding: 10px 15px!important;
          }
      .filterableFilter .filterableFilterBlock{
        margin: 26px 0 0;
      }
        .filterableFilter .filterableFilterBlock h2{
          padding: 0 0 18px;
          line-height: 20px;
          font-size: 20px;
        }
          .filterableFilterBlockContent .radio, .filterableFilterBlockContent .checkbox, .filterableFilterBlockContent ul li{
            margin: 0 0 14px;
            line-height: 14px;
          }
            .filterableFilterBlockContent .radio label, .filterableFilterBlockContent .checkbox label, .filterableFilterBlockContent ul li a{
              font-size: 14px;
            }
    .filterableList{
      margin: 0 0 0 205px;
    }
      .filterableListHeader{
        height: 40px;
        font-size: 14px;
      }
      .filterableListSalon{
        margin: 0 0 30px;
        height: 30vw;
      }
        .filterableListSalonImage{
          padding: 0;
          width: 45vw;
          height: 30vw;
          border: 6px solid #ffffff;
        }
        .filterableListSalonText{
          margin: -13vw 0 0 0;
          width: 30vw;
          height: 26vw;
        }
          .filterableListSalonText h3{
            padding: 12px 10px 10px;
            font-size: 16px;
          }
          .filterableListSalonText .address{
            padding: 0 0 10px;
            font-size: 12px;
          }
          .filterableListSalonText .stars{
            margin: 0 auto 10px;
          }
          .filterableListSalonText p{
            line-height: 20px;
            font-size: 14px;
          }
      .filterableListSalon:hover .filterableListSalonImage{
        margin: -12vw 0 0 0;
        width: 36vw;
        height: 24vw;
      }
      .filterableListSalon:hover .filterableListSalonText{
        width: 38vw;
        height: 30vw;
        box-shadow: 6px 6px 0 0 #971818;
      }
  .filterableListPagination{
    margin: 0 auto 40px;
  }
    .filterableListPagination ul li{
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 18px;
      margin: 0 6px;
    }
      .filterableListPagination ul li a{
        width: 35px;
        height: 35px;
      }
  .salonPage{
    padding: 40px 0;
  }
    .salonPage > h3{
      margin: 0 0 30px;
      line-height: 28px;
      font-size: 28px;
    }
    .salonPageFindUs {
      padding: 0 0 40px;
      margin: 0 0 40px;
    }
      .salonPageFindUsElement{
        padding: 20px;
        font-size: 14px;
      }
        .salonPageFindUsElement h3{
          font-size: 18px;
        }
        .salonPageFindUsElement ul li {
          padding-top: 10px;
          line-height: 24px;
        }
    .salonPageReviews .salonPageReviewsTypes li{
      margin: 0;
      padding: 0 20px;
      width: 32%;
    }
      .salonPageReviews .salonPageReviewsTypes li a img{
        width: 28vw;
      }
      .salonPageReviews .salonPageReviewsTypes li .stars{
        margin: 10px auto;
      }
    .salonPageReviews h5{
      font-size: 16px;
    }
  .salonPageReviews .salonPageReviewsListContainer{
    margin: 40px auto 50px;
    padding: 0 10vw;
    width: 100%;
  }
    .salonPageReviews .salonPageReviewsArrowLeft{
      left: 20px;
    }
    .salonPageReviews .salonPageReviewsArrowRight{
      right: 20px;
    }
    .salonPageReviews .salonPageReviewsList ul{
      margin: 0 10vw 0 0;
      width: 80vw;
    }
      .salonPageReviews .salonPageReviewsList ul li{
        margin: 0 2vw 2vw 0;
        padding: 0 20px;
        width: 39vw;
        height: 220px;
      }
        .salonPageReviews .salonPageReviewsList ul li h4{
          padding: 18px 0;
          line-height: 28px;
          font-size: 14px;
        }
        .salonPageReviews .salonPageReviewsList ul li p{
          margin: 20px 0 0;
          line-height: 22px;
          font-size: 16px;
        }
          .salonPageReviews .salonPageReviewsList ul li p b{
            font-size: 18px;
          }
        .salonPageReviews .salonPageReviewsList ul li .powered{
          padding: 15px 0;
          line-height: 16px;
          font-size: 14px;
        }
          .salonPageReviews .salonPageReviewsList ul li .powered img{
            height: 16px;
          }
      .salonPageReviews .salonPageReviewsList ul li:nth-child(3n-1){
        margin: 0 2vw 2vw 0;
      }
      .salonPageReviews .salonPageReviewsList ul li:nth-child(2n){
        margin: 0 0 2vw;
      }
  .contactBlock{
    padding: 30px 0;
    width: 90%;
  }
    .contactBlock .wrapper{
      width: 100%;
    }
      .contactBlockLeft{
        width: 54%;
      }
      .contactBlockRight{
        width: 41%;
      }
  .loginContainer{
    padding: 30px 0;
    width: 90%;
  }
    .loginContainer .loginContainerRight h4{
      padding: 0 0 24px;
    }
      .downloadTheApp .appStore{
        margin: 0 22px 0 0;
      }
    .loginContainer .loginContainerRight hr{
      margin: 25px 0;
    }
  .termsContent{
    width: 90%;
  }
}
@media only screen and (max-width: 900px) and (min-width: 768px){
  header nav ul{
    line-height: 14px;
  }
    header nav ul li{
      margin: 0 2px;
    }
      header nav ul li a{
        font-size: 11px;
        line-height: 18px;
      }
}
@media only screen and (max-width: 768px){
  .mobile-only{
    display: block;
  }
  .wrapper{
    width: 90%;
  }
  header{
    position: relative;
    padding: 24px 0;
    height: 78px;
    font-size: 15px;
  }
    header .logo{
      height: 30px;
      line-height: 30px;
    }
      header .logo img{
        height: 30px;
      }
    header .business{
      display: none;
    }
    header nav{
      display: none;
      position: absolute;
      top: 76px;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 10000;
      background: #fff;
    }
      header nav ul li{
        display: block;
        margin: 0;
        width: 100%;
        line-height: 40px;
        border-bottom: 1px solid #ddd;
      }
    header nav.active{
      display: block;
    }
  h1.mainTitle{
    margin: 0 auto;
    padding: 30px 0 0;
    width: 90%;
    line-height: 30px;
    font-size: 24px;
  }
  .hero{
    height: auto;
    padding: 0 0 50px;
  }
    .hero h2.secondaryTitle{
      margin: 0 auto;
      width: 90%;
      line-height: 24px;
      font-size: 16px;
    }
    .hero .globalSearch{
      bottom: -31px;
      margin: 0 0 0 -40vw;
    }
  .globalSearch{
    margin: 36px auto 0;
    width: 80vw;
    height: 62px;
  }
    .globalSearch input{
      width: 100%;
      height: 60px;
      padding: 0 25px;
      font-size: 16px;
    }
    .globalSearch .tt-dropdown-menu .tt-header-msg{
      padding: 15px 20px;
    }
    .globalSearch .tt-dropdown-menu .tt-suggestion{
      padding: 15px 20px!important;
    }
  .leaderImagery{
    height: auto;
    padding: 0 0 100px;
  }
    .leaderImageryBackground{
      padding: 6px 0;
      height: 120px;
    }
      .leaderImageryBackgroundContent{
        top: 6px;
        bottom: 6px;
      }
        .leaderImageryBackgroundContent img{
          margin: 0 6px 0 0;
        }
    .leaderImageryDevices{
      display: none;
    }
    .leaderImageryText{
      margin: 0 auto;
      width: 90%;
      padding-right: 0;
    }
      .leaderImageryText h5{
        margin: 30px 0 0;
        width: 100%;
        line-height: 26px;
        font-size: 20px;
      }
      .leaderImageryText p{
        margin: 25px 0 30px;
        width: auto;
        line-height: 22px;
        font-size: 15px;
      }
      .leaderImageryText span{
        width: 100%;
        line-height: 28px;
        font-size: 16px;
      }
      .leaderImageryText .downloadTheApp{
        width: 100%;
      }
  .downloadTheApp{
    width: 100%;
  }
  .landingTitle {
    padding: 20px 0 0;
    width: 90%;
    line-height: 28px;
    font-size: 18px;
  }
  .categoriesList{
    margin: 20px auto 0;
    width: 90%;
  }
    .categoriesList li{
      margin: 0 5px 10px;
      height: 40px;
      font-size: 14px;
    }
      .categoriesList li a{
        padding: 0 15px;
        line-height: 40px;
        height: 40px;
      }
  .bigSlider{
    margin: 30px auto 20vw;
    width: 80vw;
    height: 53.3333vw;
  }
    .bigSlider:not(.salonSlider){
      display: none;
    }
    .bigSlider .bigSliderArrowLeft, .bigSlider .bigSliderArrowRight{
      margin: -5px 0 0 0px;
      width: 20px;
      height: 10px;
      background-size: 20px auto;
      background-repeat: no-repeat;
    }
    .bigSlider .bigSliderArrowLeft{
      left: -30px;
    }
    .bigSlider .bigSliderArrowRight{
      right: -30px;
      background-position: 0 -10px;
    }
    .bigSliderSlides{
      width: 80vw;
      height: 53.3333vw;
    }
      .bigSliderSlide{
        width: 80vw;
        height: 53.3333vw;
      }
        .bigSliderSlideImage{
          width: 80vw;
          height: 53.3333vw;
          border: 6px solid #fff;
        }
          .bigSliderSlideImage img{
            height: 53.3333vw;
          }
        .bigSliderSlideText{
          margin: 0 0 0 -30vw;
          top: 80%;
          left: 50%;
          width: 60vw;
          height: 30vw;
          box-shadow: 5px 5px 2px 0px rgba(0,0,0,.08);
        }
          .bigSliderSlideText h3{
            margin: 0 auto;
            padding: 15px 0 10px;
            width: 90%;
            font-size: 16px;
          }
          .bigSliderSlideText .stars{
            margin: 0 auto 10px;
          }
          .bigSliderSlideText p{
            display: none;
          }
  .stars{
    width: 114px;
    height: 17px;
    background-size: 24px auto;
  }
    .stars .starsRate{
      height: 17px;
      background-position: 0 -17px;
      background-size: 24px auto;
    }
  .reviewsCounter{
    font-size: 14px;
  }
    .reviewsCounter::before{
      margin: 0 0 0 -30%;
      width: 60%;
    }
    .reviewsCounter::after{
      margin: 0 0 0 -25%;
      width: 50%;
    }
  .salonsCardsContainer{
    padding: 60px 10vw 0;
    width: 100%;
  }
    .salonsCardsContainer .salonsCardsArrowLeft, .salonsCardsContainer .salonsCardsArrowRight{
      margin: -5px 0 0 0px;
      width: 20px;
      height: 10px;
      background-size: 20px auto;
      background-repeat: no-repeat;
    }
    .salonsCardsContainer .salonsCardsArrowLeft{
      left: 10px;
    }
    .salonsCardsContainer .salonsCardsArrowRight{
      right: 10px;
      background-position: 0 -10px;
    }
    .salonsCardsGroup{
      width: 728vw;
      margin-right: 0;
    }
      .salonCard{
        margin: 0 11vw 0 0;
        width: 80vw;
        height: 84vw;
      }
      .salonCard:nth-child(2n){
        margin-right: 11vw;
      }
        .salonCardImage{
          height: 53vw;
          border: 6px solid #fff;
        }
        .salonCardText{
          top: 42vw;
          left: 4vw;
          width: 72vw;
          height: 42vw;
        }
          .salonCardText h3{
            margin: 0 auto;
            padding: 15px 0 20px;
            width: 90%;
            font-size: 20px;
          }
          .salonCardText .stars{
            margin: 0 auto 14px;
          }
          .salonCardText p{
            margin: 10px auto 0;
            width: 90%;
            font-size: 14px;
            line-height: 18px;
          }
  .more{
    margin: 30px 0 50px;
  }
    .recommendations{
      margin: 0 auto;
      padding: 0 0 20px;
      width: 90%;
    }
      .recommendationSlide p{
        width: 100%;
        height: auto;
        line-height: 32px;
        padding-bottom: 12px;
        font-size: 22px;
      }
      .recommendationSlide span{
        height: 55px;
        line-height: 55px;
      }
  footer{
    padding: 30px 0 0;
  }
    footer nav{
      margin: 0 auto;
      padding: 20px 0 0;
      width: 90%;
    }
      footer nav ul li{
        line-height: 30px;
      }
  .categoryDescription{
    padding: 40px 0;
  }
    .categoryDescriptionWrapper{
      width: 90%;
    }
      .categoryDescriptionImage{
        width: 50vw;
        height: 33.3333vw;
        border: 6px solid #ffffff;
      }
      .categoryDescriptionText{
        margin: 0 0 0 54vw;
      }
        .categoryDescriptionText h2{
          padding: 10px 0 0;
          line-height: 20px;
          font-size: 18px;
        }
          .categoryDescriptionText h2 img{
            width: 80%;
          }
        .categoryDescriptionText p{
          padding: 20px 0 0;
          line-height: 22px;
          font-size: 14px;
        }
        .categoryDescriptionText > a{
          margin: 25px 0 0;
          padding: 0 26px 0 0;
          font-size: 16px;
        }
  .locationText{
    margin: 20px auto 30px;
    line-height: 24px;
    font-size: 18px;
  }
  .linksListsContainer{
    padding: 40px 0;
  }
    .linksListsContainer h2{
      padding: 0 0 40px;
      line-height: 28px;
      font-size: 28px;
    }
    .linksLists{
      width: 90%;
    }
      .linksLists ul:first-child{
        width: 33.3333%;
      }
      .linksLists ul{
        width: 33.3333%;
      }
      .linksLists ul:nth-child(3){
        width: 33.3333%;
      }
        .linksLists ul li{
          margin: 0 0 14px;
          padding: 0 20px 0 18px;
          line-height: 18px;
          font-family: Helvetica, sans-serif;
          font-size: 14px;
        }
          .linksLists ul li::before{
            top: 5px;
          }
  .filterable{
    margin: 20px auto 0;
    width: 90%;
  }
    .filterableFilter{
      padding: 0;
      width: 100%;
      float: none;
    }
      .filterableFilter .globalSearch{
        height: 54px;
      }
        .filterableFilter .globalSearch input{
          padding: 0 15px;
          height: 52px;
          line-height: 52px;
        }
          .filterableFilter .globalSearch .tt-dropdown-menu .tt-header-msg{
            padding: 10px 15px;
          }
          .filterableFilter .globalSearch .tt-dropdown-menu .tt-suggestion{
            padding: 10px 15px!important;
          }
      .filterableFilter .filterableFilterBlock{
        display: none;
      }
      .filterableFilter .filterableFilterMobileBlock{
        position: relative;
        padding: 0 0 15px;
        float: left;
        width: 50%;
      }
        .filterableFilter .filterableFilterMobileBlock h2{
          padding: 12px 0 8px;
          line-height: 20px;
          font-family: Helvetica, sans-serif;
          font-weight: 400;
          font-size: 20px;
          color: #333;
          border-bottom: 1px solid #b8b8b8;
        }
        .filterableFilter .filterableFilterMobileBlock span{
          position: relative;
          margin: 10px 0 0;
          padding: 8px 30px 8px 15px;
          display: block;
          float: left;
          border: 1px solid #b8b8b8;
          color: #333333;
          cursor: pointer;
        }
          .filterableFilter .filterableFilterMobileBlock span::before{
            content: '';
            position: absolute;
            top: 13px;
            right: 6px;
            width: 16px;
            height: 8px;
            background: url('../img/dropdown-arrow.png') center center no-repeat;
          }
        .filterableFilter .filterableFilterMobileBlock ul{
          display: none;
          position: absolute;
          top: 86px;
          left: 0;
          right: 30px;
          padding: 0;
          margin: 0;
          list-style: none;
          background: #ffffff;
          border-top: 1px solid #b8b8b8;
          z-index: 2;
        }
          .filterableFilter .filterableFilterMobileBlock ul.active{
            display: block;
          }
          .filterableFilter .filterableFilterMobileBlock ul li{
            border: 1px solid #b8b8b8;
            border-top: 0;
          }
            .filterableFilter .filterableFilterMobileBlock ul li a{
              display: block;
              padding: 8px 10px;
              font-family: Helvetica, sans-serif;
              font-weight: 400;
              font-size: 14px;
              color: #333333;
            }
            .filterableFilter .filterableFilterMobileBlock ul li.active a{
              color: #8e0909;
            }
    .filterableList{
      margin: 20px 0 0;
    }
      .filterableListHeader{
        height: 40px;
        font-size: 14px;
      }
      .filterableListSalon{
        margin: 0 0 30px;
        height: 40vw;
      }
        .filterableListSalonImage{
          padding: 0;
          width: 60vw;
          height: 40vw;
          border: 6px solid #ffffff;
        }
        .filterableListSalonText{
          margin: -17vw 0 0 0;
          width: 44vw;
          height: 34vw;
        }
          .filterableListSalonText h3{
            padding: 12px 10px 10px;
            font-size: 14px;
          }
          .filterableListSalonText .address{
            padding: 0 0 10px;
            font-size: 12px;
          }
          .filterableListSalonText .stars{
            margin: 0 auto 10px;
          }
          .filterableListSalonText p{
            display: none;
          }
      .filterableListSalon:hover .filterableListSalonImage{
        margin: -16vw 0 0 0;
        width: 52vw;
        height: 34vw;
      }
      .filterableListSalon:hover .filterableListSalonText{
        width: 52vw;
        height: 40vw;
        box-shadow: 4px 4px 0 0 #971818;
      }
  .filterableListPagination{
    margin: 0 auto 30px;
  }
    .filterableListPagination ul li{
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 16px;
      margin: 0 6px;
    }
      .filterableListPagination ul li a{
        width: 30px;
        height: 30px;
      }
  .salonPage{
    padding: 40px 0;
  }
    .salonPage > h3{
      margin: 0 auto 30px;
      width: 90%;
      line-height: 28px;
      font-size: 24px;
    }
    .salonPageFindUs {
      padding: 0 0 40px;
      margin: 0 0 40px;
    }
      .salonPageFindUs .wrapper{
        display: block;
      }
      .salonPage.salonPageGpn .salonPageFindUsElement{
        width: 100%;
      }
      .salonPage.salonPageGpn .salonPageFindUsElement:nth-child(2){
        margin: 0 0 20px;
      }
      .salonPageFindUsElement{
        margin: 0 0 20px;
        padding: 20px;
        width: 100%;
        font-size: 14px;
      }
        .salonPageFindUsElement:nth-child(2){
          margin: 0 0 20px;
        }
        .salonPageFindUsElementMap{
          min-height: 40vw;
        }
        .salonPageFindUsElement h3{
          font-size: 18px;
        }
        .salonPageFindUsElement ul li {
          padding-top: 10px;
          line-height: 24px;
        }
    .salonPageReviews .salonPageReviewsTypes li{
      margin: 0;
      padding: 0 20px;
      width: 48%;
    }
      .salonPageReviews .salonPageReviewsTypes li a img{
        width: 28vw;
      }
      .salonPageReviews .salonPageReviewsTypes li .stars{
        margin: 10px auto;
      }
    .salonPageReviews h5{
      font-size: 16px;
    }
  .salonPageReviews .salonPageReviewsListContainer{
    margin: 40px auto 50px;
    padding: 0 10vw;
    width: 100%;
  }
    .salonPageReviews .salonPageReviewsArrowLeft, .salonPageReviews .salonPageReviewsArrowRight{
      margin: -5px 0 0 0px;
      width: 20px;
      height: 10px;
      background-size: 20px auto;
      background-repeat: no-repeat;
    }
    .salonPageReviews .salonPageReviewsArrowLeft{
      left: 10px;
    }
    .salonPageReviews .salonPageReviewsArrowRight{
      right: 10px;
      background-position: 0 -10px;
    }
    .salonPageReviews .salonPageReviewsList ul{
      margin: 0;
      width: auto;
    }
      .salonPageReviews .salonPageReviewsList ul li{
        margin: 0 10vw 0 0;
        padding: 0 20px;
        width: 80vw;
        height: 220px;
      }
        .salonPageReviews .salonPageReviewsList ul li h4{
          padding: 18px 0;
          line-height: 28px;
          font-size: 14px;
        }
        .salonPageReviews .salonPageReviewsList ul li p{
          margin: 20px 0 0;
          line-height: 22px;
          font-size: 16px;
        }
          .salonPageReviews .salonPageReviewsList ul li p b{
            font-size: 18px;
          }
        .salonPageReviews .salonPageReviewsList ul li .powered{
          padding: 15px 0;
          line-height: 16px;
          font-size: 14px;
        }
          .salonPageReviews .salonPageReviewsList ul li .powered img{
            height: 16px;
          }
      .salonPageReviews .salonPageReviewsList ul li:nth-child(3n-1){
        margin: 0 10vw 0 0;
      }
      .salonPageReviews .salonPageReviewsList ul li:nth-child(2n){
        margin: 0 10vw 0 0;
      }
  .contactBlock{
    padding: 30px 0 10px;
    width: 90%;
  }
    .contactBlock .wrapper{
      width: 100%;
    }
      .contactBlockLeft{
        width: 100%;
      }
      .contactBlockRight{
        padding: 10px 0 0;
        width: 100%;
      }
        .contactBlockRight a.withArrow{
          margin: 0 0 20px;
        }
        .contactBlockInfo{
          margin: 25px 0 0;
        }
  .loginContainer{
    padding: 30px 0 20px;
    width: 90%;
  }
    .loginContainer .loginContainerLeft{
      width: 100%;
    }
    .loginContainer .loginContainerRight{
      margin: 20px 0 0;
      width: 100%;
    }
      .loginContainer .loginContainerRight h4{
        padding: 0 0 24px;
      }
        .downloadTheApp .appStore{
          margin: 0 22px 0 0;
        }
      .loginContainer .loginContainerRight hr{
        margin: 25px 0;
      }
  .termsContent{
    width: 90%;
  }
  #termsSwitcher{
    padding: 30px 0px 30px;
    width: 100%;
    line-height: 35px;
  }
    #termsSwitcher .divider{
      display: none;
    }
    #termsSwitcher li{
      margin: 0 0 10px;
      display: block;
    }
  .seeAllPopupContent {
      margin: 0 0 10% -40vw;
      width: 80vw;
  }
}

@media only screen and (max-width: 640px){
  .categoryDescriptionImage{
    width: 90vw;
    height: 60vw;
    border: 6px solid #ffffff;
    margin: 0 0 20px;
  }
  .categoryDescriptionText{
    margin: 0;
  }
  .leaveAReview{
    padding: 0;
  }
    .leaveAReviewFacebook{
      background-size: 80px auto;
    }
    .leaveAReviewGoogle{
      background-size: 80px auto;
    }
}