a, abbr, address, article, aside, audio, b, blockquote, body, canvas, div, em, fieldset, footer, form, h1, h2, h3, h4, h5, h6, header, html, hr, iframe, img, label, main, nav, object, p, pre, section, span, strong, sub, sup, table, tbody, td, th, thead, tr, video, input, textarea {
  box-sizing: border-box;
  font: inherit;
  font-size: 100%;
  line-height: 1.4;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

html, body {
  position: relative;
  font-family: "aktiv-grotesk", Helvetica, sans-serif;
  font-weight: 400;
}

body {
  font-size: 18px;
  width: 100%;
  overflow-x: hidden;
  color: #212121;
}

h1, h2, h3, h4, h5, h6, td, caption {
  font-weight: normal;
  margin: 0;
  color: inherit;
}

img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 20px;
  width: 100%;
}

th, td {
  border: 1px solid #bbb;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

th {
  background: #666666;
  border: 1px solid #666666;
  color: #ffffff;
  text-align: center;
}

tr:nth-of-type(even) {
  background: #efefef;
}

td {
  font-weight: 300;
}

/* -- TYPOGRAPHY -- */
h1, h2 {
  font-size: 2.5em;
  color: inherit;
  font-family: "quasimoda", "Arial", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  max-width: 1000px;
  margin: 0 auto 20px;
}

h1 {
  line-height: 1.1;
}

h2.margin {
  margin: 0 0 60px -60px;
}

h3 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "quasimoda", "Arial", sans-serif;
  letter-spacing: 5px;
}

h4 {
  font-size: 1.5em;
  font-weight: 300;
  color: #818181;
}

h5 {
  font-family: "quasimoda", "Arial", sans-serif;
  font-weight: 800;
  font-size: 0.9em;
  color: inherit;
  margin: 0;
  text-transform: uppercase;
}

a, p {
  color: inherit;
}

p {
  margin: 5px 0;
  font-size: 1em;
  text-align: justify;
}

code {
  background: #eeeeee;
  color: #333333;
  font-size: 0.9em;
  padding: 3px;
}

strong {
  font-weight: 500;
}

/* -- NAVIGATION -- */
nav ul {
  list-style-type: none;
  width: 90%;
}

nav li {
  float: left;
}

nav a {
  display: block;
}

nav a.active .hover-state {
  width: calc(100% - 40px);
}

.hover-state {
  width: 0;
  position: absolute;
  height: 1px;
  background: #eb1355;
  bottom: 20px;
  left: 20px;
  transition: 0.3s ease;
}

/* -- BASIC STRUCTURE -- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* -- GRID SYSTEM -- */
.grid-1-2,
.grid-1-3,
.grid-2-3,
.grid-1-4,
.grid-3-4,
.grid-1-6 {
  float: left;
  padding: 20px 40px 20px 0;
}

.grid-1-2 {
  width: 50%;
}

.grid-1-3 {
  width: 33.33%;
}

.grid-2-3 {
  width: 66.66%;
}

.grid-1-4 {
  width: 25%;
}

.grid-3-4 {
  width: 75%;
}

.grid-1-6 {
  width: 16.6666666667%;
  text-align: center;
  float: none;
  display: table-cell;
}
.grid-1-6:last-of-type {
  padding-right: 0;
}

/* -- BASIC STYLES -- */
.success,
.error,
.information {
  padding: 10px 20px;
  margin: 10px 0;
}

.success,
.error {
  color: #efefef;
}

.success {
  background: #0e7a32;
}

.error {
  background: #de2f2f;
}

.information {
  background: #efefef;
}

label {
  display: block;
  margin: 20px 0 10px;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]),
textarea {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  display: block;
  font-family: inherit;
  font-size: inherit;
  padding: 10px;
  width: 100%;
  background: #fbfbfb;
  color: inherit;
  margin-bottom: 25px;
}

textarea {
  height: 150px;
  clear: both;
}

select {
  background: #efefef;
  border: 0;
  border-radius: 0;
  display: block;
  font-family: inherit;
  font-size: inherit;
  height: 34px;
  line-height: 1;
  margin: 20px 0;
  width: 200px;
}

select[multiple] {
  height: 100px;
  padding: 5px;
}

.radio-group,
.checkbox-group {
  margin: 20px 0;
}

.radio-group label,
.checkbox-group label {
  display: inline;
  padding: 0 10px 0 5px;
  cursor: pointer;
}

input[type=radio], input[type=checkbox] {
  cursor: pointer;
}

footer {
  clear: both;
  margin-top: 50px;
  min-height: 50px;
  padding: 0 100px;
}
footer .grid-1-2:last-of-type {
  text-align: right;
  padding-right: 0;
}

/* -- CUSTOM STYLES --*/
a {
  text-decoration: none;
}

nav {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 125px;
  font-family: "quasimoda", "Arial", sans-serif;
  background: #ffffff;
}
nav .nav-bar {
  position: absolute;
  right: 40px;
  height: 100%;
  display: table;
}
nav .nav-element {
  text-decoration: none;
  color: #121212;
  font-size: 0.889em;
  font-weight: 500;
  padding: 40px 20px 0;
  display: table-cell;
  vertical-align: middle;
}
nav .img-link {
  height: 100%;
  position: absolute;
}
nav .nav-logo {
  position: absolute;
  height: 125%;
  top: 0px;
  left: 100px;
}
nav .phone {
  position: absolute;
  right: 3.5%;
  top: 0;
  padding-right: 20px;
  z-index: 100;
  max-width: 40%;
}
nav .phone img {
  width: 12px;
  opacity: 0.8;
  vertical-align: middle;
  padding-bottom: 2px;
}
nav .phone a {
  display: inline-block;
  font-size: 0.85em;
  color: #474747;
  margin-left: 5px;
}

.nav-icon {
  width: 22px;
  height: 20px;
  position: absolute;
  top: 23px;
  right: 22px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #333;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(even) {
  left: 50%;
}

.nav-icon span:nth-child(odd) {
  left: 0px;
}

.nav-icon span:nth-child(1), .nav-icon span:nth-child(2) {
  top: 0px;
}

.nav-icon span:nth-child(3), .nav-icon span:nth-child(4) {
  top: 8px;
}

.nav-icon span:nth-child(5), .nav-icon span:nth-child(6) {
  top: 16px;
}

.nav-icon.open span:nth-child(1), .nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(2), .nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(1) {
  left: 3px;
  top: 6px;
}

.nav-icon.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 6px;
}

.nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.nav-icon.open span:nth-child(5) {
  left: 3px;
  top: 11px;
}

.nav-icon.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 11px;
}

button,
input[type=submit] {
  border: 2px solid #323232;
  color: #ffffff;
  outline: none;
  background: #323232;
  font: inherit;
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  font-size: 0.8em;
  transition: 0.2s ease;
  margin: 5px;
}
button:hover,
input[type=submit]:hover {
  background: #ffffff;
  color: #323232;
}

.brush-mask {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 260px;
  height: 200px;
}
.brush-mask .brush {
  width: 100%;
  position: absolute;
  width: 260px;
  left: 0;
  top: 0;
}
.brush-mask.one {
  top: 90px;
  left: -40px;
}
.brush-mask.two {
  left: 5%;
  opacity: 0.2;
  top: -25px;
}
.brush-mask.three {
  left: 10%;
  top: 60px;
  opacity: 0.7;
}
.brush-mask.four, .brush-mask.five {
  left: calc(50% - 100px);
  top: 60px;
}
.brush-mask.five {
  opacity: 0.8;
}

#hero,
#salon,
#stylists,
#services {
  min-height: 800px;
  height: 80vh;
  z-index: 1;
}

#hero {
  background: #212121;
  color: #ffffff;
}
#hero .hero-text {
  padding: 200px 0 0 100px;
  position: absolute;
  width: 45%;
  left: 0;
  background: url("../img/hero-bg.jpg") no-repeat center center;
  background-size: cover;
}
#hero .hero-text h1 {
  opacity: 0;
  padding-right: 20px;
}
#hero .hero-text h3 {
  font-size: 0.9em;
  margin-bottom: 20px;
}
#hero button {
  border-color: #ffffff;
  color: #323232;
  background: #ffffff;
  opacity: 0;
  transition: 0.2s ease;
}
#hero button:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.line {
  width: 65%;
  position: absolute;
  height: 1px;
  background: #ffffff;
  right: 0;
  top: 10px;
}

#seen-in {
  display: table;
  width: 100%;
  padding: 20px 100px;
}
#seen-in h3 {
  text-align: left;
  letter-spacing: 4px;
}

.logo {
  vertical-align: middle;
  display: inline-block;
  opacity: 0;
}

#slider {
  height: 100% !important;
  margin: 0;
  padding: 0;
}
#slider li {
  list-style-type: none;
  height: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
}

#salon {
  padding: 0 100px;
}
#salon .salon-left {
  height: 100%;
  width: 40%;
  padding: 20px 20px 20px 0;
  display: table;
  float: left;
}
#salon .salon-left .salon-content {
  display: table-cell;
  vertical-align: middle;
}
#salon .salon-right {
  height: 100%;
  width: 60%;
  float: left;
}
#salon .photo-wrapper {
  margin: 10vh auto;
  width: 100%;
  max-width: 700px;
}
#salon .photos .grid-1-3.one .photo {
  margin-top: 60px;
  float: right;
}
#salon p {
  margin: 25px 0;
}

.column {
  float: left;
  width: 33%;
  padding: 10px;
}
.column.three {
  float: right;
}
.column .photo {
  width: 100%;
}
.column .photo.one {
  margin-top: 130px;
  height: 270px;
}
.column .photo.two {
  margin-bottom: 20px;
  height: 300px;
}
.column .photo.three {
  height: 300px;
}
.column .photo.four {
  margin-top: 80px;
  height: 250px;
}

.photo-slider {
  width: 55%;
  float: right;
}

.photo {
  overflow: hidden;
  margin: 0 auto;
}
.photo.one {
  background: url("../img/inside2.jpg") no-repeat center center;
  background-size: cover;
}
.photo.two {
  background: url("../img/inside.jpg") no-repeat center center;
  background-size: cover;
}
.photo.three {
  background: url("../img/entry.jpg") no-repeat center center;
  background-size: cover;
}
.photo.four {
  background: url("../img/window.jpg") no-repeat center center;
  background-size: cover;
}
.photo .mask {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}

.half-height {
  height: 50%;
}

#stylists {
  max-height: 700px;
  padding: 100px 0;
  background: #191919;
  color: #a4a4a4;
}
#stylists h2, #stylists h3 {
  color: #ffffff;
}
#stylists .profile h3 {
  font-size: 2em;
  letter-spacing: normal;
}
#stylists > .grid-2-3 {
  padding-left: 100px;
  height: 100%;
}
#stylists > .grid-1-3 {
  padding-right: 100px;
}

#message {
  position: absolute;
  bottom: -10px;
  left: 100px;
  background: #ffffff;
  padding: 12px 10px;
  color: #212121;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.9em;
}

.main-photo {
  height: 100%;
  float: left;
  margin: 5px 5px 5px 0;
  width: calc(40% - 10px);
  background: url("../img/stylists/robert_jason.png") no-repeat 70% center;
  background-size: cover;
  opacity: 0;
}

.stylist {
  margin: 5px;
  cursor: pointer;
  opacity: 0;
  height: calc(33.3333333% - 7px);
  float: left;
  width: calc(15% - 10px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.back {
  font-weight: 800;
  cursor: pointer;
  color: #ffffff;
}

.choose {
  font-weight: 800;
  margin-top: 20px;
}

.meet-content {
  padding-left: 40px;
}

.profile {
  display: none;
  opacity: 0;
}

.vertical-container {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}

.vertical-align {
  display: table-cell;
  vertical-align: middle;
}

#services {
  min-height: 1050px;
}

#services .services-content p.booking {
  margin-bottom: 30px;
}

#services > .grid-1-2 {
  height: 100%;
  width: 50%;
}
#services > .grid-1-2:first-of-type {
  background: #d4d4d4;
}
#services > .grid-1-2:last-of-type {
  background: url("../img/services.jpg") no-repeat center center;
  background-size: cover;
}
#services .grid-1-2 {
  padding: 0;
}
#services .services-content {
  padding-left: 100px;
  text-align: justify;
  font-size: 0.9em;
}
#services .services-content p {
  margin: 15px 0;
  text-align: left;
  font-size: 0.9em;
}
#services .services-content .grid-1-2:last-of-type {
  padding-right: 0;
}

.description {
  /* width: 100%; */
  /* display: inline-block; */
}

.price {
  vertical-align: top;
  padding-right: 40px;
  width: 45%;
  text-align: right;
  display: inline-block;
}

.service-wrapper {
  /* height: 200px; */
  margin-bottom: 40px;
}

.cf {
  clear: both;
}

.bxslider {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bx-inner {
  vertical-align: middle;
  display: inline-block;
  float: none !important;
}

#press {
  padding: 100px 0;
  background: url("../img/press-bg.jpg") no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
#press img:not(.brush) {
  width: 33%;
  max-width: 300px;
  margin: 20px;
}

#prev-slide,
#next-slide {
  position: absolute;
  top: 45%;
  cursor: pointer;
  z-index: 100;
  opacity: 0.5;
}

#prev-slide {
  left: 70px;
}
#prev-slide img {
  width: 50px;
  height: 50px;
}

#next-slide {
  right: 70px;
}
#next-slide img {
  width: 50px;
  height: 50px;
}

.bx-wrapper img.top-quote,
.bx-wrapper img.bottom-quote {
  display: inline-block;
  margin: 0 10px 6px;
  width: 15px;
}

#contact {
  height: auto;
  min-height: 0;
  text-align: center;
  padding: 100px 60px;
}
#contact > h5 {
  font-size: 1.1em;
  max-width: 700px;
  margin: 40px auto;
}
#contact h5 a {
  color: #eb1355;
}
#contact .grid-1-4 {
  padding: 40px;
}
#contact .grid-1-4 h5 {
  text-align: left;
  margin-bottom: 20px;
}
#contact .grid-1-4 a {
  text-decoration: underline;
  margin-top: 20px;
  display: block;
}
#contact .grid-1-4:last-of-type {
  font-style: italic;
}

footer h5 {
  display: inline-block;
}
footer hr {
  width: 100px;
  border-top: 1px solid #212121;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
footer img {
  vertical-align: middle;
}
footer .social img {
  width: 20px;
  margin-right: 20px;
}
footer .reviews img {
  width: 60px;
}

.address p {
  font-family: "quasimoda", "Arial", sans-serif;
}

.buttons {
  margin: 50px 0;
}

.beautybar-nav {
  max-width: 212px;
}
.beautybar-nav img {
  width: 100%;
}

.beauty-hero {
  width: 100%;
  min-height: 800px;
  height: 80vh;
  z-index: 1;
}
.beauty-hero ul {
  height: 100%;
  padding: 0;
}
.beauty-hero ul li {
  list-style-type: none;
  height: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.beauty-hero .bx-wrapper {
  height: 100%;
}
.beauty-hero .bx-wrapper .bx-viewport {
  height: 100% !important;
}

.beauty-info {
  width: 75%;
  margin: 0 auto;
  position: relative;
  top: -100px;
  z-index: 50;
  text-align: center;
}
.beauty-info img {
  width: 100%;
}
.beauty-info p {
  background-color: #000;
  display: inline-block;
  padding: 25px 65px;
  color: #9ab855;
  font-family: "quasimoda", "Arial", sans-serif;
  font-weight: 800;
  margin-top: 50px;
  text-align: center;
}

.menu {
  margin-top: 50px;
}

/* -- MEDIA QUERIES -- */
@media screen and (min-width: 1500px) {
  .line {
    width: 70%;
  }
}
@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }

  #salon .salon-left {
    padding-right: 60px;
  }

  #contact .grid-1-4 {
    padding: 25px;
  }

  #stylists .grid-2-3 {
    width: 70%;
  }
  #stylists .grid-1-3 {
    width: 30%;
  }

  .main-photo {
    width: calc(45% - 10px);
  }

  .stylist {
    height: calc(25% - 8px);
    width: calc(19% - 14px);
  }
}
@media screen and (max-width: 1250px) {
  .brush-mask.one {
    top: 100px;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 1170px) {
  body {
    font-size: 15px;
  }

  h2.margin {
    margin-left: -25px;
  }

  nav .nav-logo {
    height: 115%;
    left: 20px;
  }
  nav .nav-bar {
    right: 20px;
  }
  nav .nav-bar .nav-element {
    padding: 40px 15px 0;
  }

  .line {
    width: 65%;
  }

  #hero .hero-text,
#stylists > .grid-2-3,
#services .services-content {
    padding-left: 50px;
  }

  #message {
    left: 50px;
  }

  #salon,
#contact {
    padding-left: 50px;
    padding-right: 50px;
  }

  #stylists > .grid-1-3 {
    padding-right: 50px;
  }

  #contact .grid-1-4 {
    padding: 15px;
  }
}
/* -- iPad/iPad Mini - Landscape -- */
@media screen and (max-width: 990px) {
  .brush-mask,
.brush-mask .brush {
    width: 220px;
  }

  h1 {
    font-size: 2em;
  }

  #salon,
#services,
#stylists,
.photo-slider,
.beauty-hero {
    height: auto;
    min-height: 600px;
  }

  .line {
    width: 75%;
  }

  #hero {
    height: auto;
  }
  #hero .hero-text,
#hero .photo-slider {
    float: none;
    width: 100%;
    position: relative;
  }
  #hero .hero-text {
    height: 400px;
    top: 50px;
    padding-top: 20px;
  }
  #hero .photo-slider {
    height: 600px;
    min-height: 0;
    max-height: 600px;
  }

  .photo-slider .bx-viewport,
.photo-slider .bx-wrapper {
    height: 400px !important;
  }

  .beauty-hero .bx-viewport,
.beauty-hero .bx-wrapper {
    height: 600px !important;
  }

  .grid-1-2 {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 50px 30px;
  }

  .nav-icon {
    display: block;
    top: 15px;
  }

  nav {
    top: 0;
    height: 50px;
  }
  nav .nav-element {
    padding: 0 12px;
  }
  nav .nav-logo {
    height: 150%;
    left: 50px;
  }
  nav .phone {
    top: 15px;
    left: 160px;
  }

  nav .nav-bar {
    position: absolute;
    height: 100vh;
    width: 250px;
    right: -250px;
    top: 50px;
    background: rgba(245, 245, 245, 0.94);
  }
  nav .nav-bar .nav-element {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
  }
  nav .nav-bar .nav-element:first-of-type {
    border-top: 1px solid #e6e6e6;
  }
  nav .nav-bar .beautybar-nav {
    max-width: none;
  }

  .hover-state {
    display: none;
  }

  .brush-mask.one {
    top: -40px;
  }
  .brush-mask.three {
    top: 15px;
    left: 35px;
  }

  #seen-in {
    padding: 30px 0 50px 0;
    display: block;
  }
  #seen-in h3 {
    text-align: center;
  }
  #seen-in .grid-1-6 {
    padding: 20px;
    display: block;
    float: left;
    width: 20%;
  }
  #seen-in .grid-1-6 img {
    width: 100%;
  }
  #seen-in .grid-1-6:first-of-type {
    float: none;
    width: 100%;
  }

  h2.margin {
    margin-left: 0;
  }

  #salon {
    margin-bottom: 25px;
  }
  #salon .salon-left,
#salon .salon-right {
    float: none;
    padding: 0;
    width: 100%;
  }

  .meet-content {
    padding-left: 0;
  }

  #stylists {
    height: auto;
    max-height: none;
  }
  #stylists .grid-1-3,
#stylists .grid-2-3 {
    float: none;
    width: 100%;
  }
  #stylists .grid-1-3 {
    height: auto;
    margin-top: 60px;
    padding: 0 50px;
  }
  #stylists .grid-2-3 {
    height: 600px;
    padding: 0 50px;
  }

  .profile {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #services {
    height: auto;
    max-height: none;
    min-height: 0;
  }
  #services > .grid-1-2 {
    width: 100%;
  }
  #services .services-content {
    padding: 50px;
  }
  #services .services-content .grid-1-2 {
    float: left;
    width: 50%;
  }
  #services .grid-1-2 {
    padding: 0;
  }
  #services > .grid-1-2:last-of-type {
    height: 20vh;
    min-height: 400px;
  }

  .service-wrapper {
    /* min-height: 200px; */
    /* height: auto; */
  }

  #press img:not(.brush) {
    width: calc(33.33% - 90px);
  }

  #contact {
    padding-bottom: 0;
  }
  #contact .grid-1-4 {
    float: none;
    width: 100%;
    padding: 30px 0;
  }

  footer {
    padding: 0 20px;
    margin-top: 0px;
  }
  footer .grid-1-2,
footer .grid-1-2:last-of-type {
    padding: 0;
    text-align: center;
    float: none;
    margin: 40px 0;
  }

  .beauty-bar footer {
    margin-top: -100px;
  }

  #contact .grid-1-4.address h5,
#contact .grid-1-4.address p {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .main-photo,
#message {
    display: none;
  }

  #stylists .grid-2-3 {
    height: auto;
  }

  .stylist {
    width: calc(20% - 13px);
    height: 200px;
    float: none;
    display: inline-block;
  }
}
/* -- iPad/iPad Mini - Portrait -- */
@media screen and (max-width: 768px) {
  .stylist {
    height: 125px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 2em;
  }

  .grid-1-3,
.grid-2-3,
.grid-1-2,
.grid-1-4,
.grid-3-4 {
    padding: 0;
    width: 100%;
  }

  html.open,
html.open body,
html.open #body-wrapper {
    overflow: hidden;
    position: relative;
  }

  .beauty-hero {
    height: auto;
    min-height: 400px;
  }

  .beauty-hero .bx-viewport,
.beauty-hero .bx-wrapper {
    height: 400px !important;
  }

  .beauty-info {
    width: 100%;
  }
  .beauty-info .download-menu {
    margin-top: 25px;
    padding: 15px 40px;
    width: calc(100% - 60px);
  }

  .brush-mask, .brush-mask .brush {
    width: 200px;
  }

  #seen-in {
    text-align: center;
  }
  #seen-in .grid-1-6 {
    width: 33%;
    float: none;
    display: inline-block;
  }

  .price {
    padding-right: 0;
  }

  #salon .photo-wrapper {
    margin: 30px 0;
  }

  .column,
.column.three {
    float: left;
    width: 100%;
  }
  .column.one, .column.three,
.column.three.one,
.column.three.three {
    width: 50%;
  }

  .column .photo {
    width: 100%;
  }
  .column .photo.one {
    margin-top: 0;
    height: 200px;
  }
  .column .photo.two {
    margin-bottom: 0;
    height: 200px;
    width: calc(50% - 5px);
    float: left;
    margin-right: 5px;
  }
  .column .photo.three {
    height: 200px;
    width: calc(50% - 5px);
    float: left;
    margin-left: 5px;
  }
  .column .photo.four {
    margin-top: 0;
    height: 200px;
  }

  #services .services-content .grid-1-2 {
    width: 100%;
    float: none;
  }

  .service-wrapper {
    min-height: 0;
    margin-top: 40px;
    width: 100%;
  }

  #press img:not(.brush) {
    margin: 0;
    width: calc(33.33% - 20px);
  }

  #stylists {
    padding-top: 40px;
  }

  .stylist {
    height: 100px;
  }
}
@media screen and (max-width: 450px) {
  body {
    font-size: 14px;
  }

  nav .nav-logo {
    left: 20px;
  }

  nav .phone {
    left: 125px;
  }

  .line {
    width: 65%;
    top: 7px;
  }

  #hero .hero-text {
    padding: 20px;
  }

  #message {
    left: 20px;
  }

  #salon,
#contact,
#services .services-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  #stylists > .grid-1-3,
#stylists > .grid-2-3 {
    padding: 0 20px;
  }

  .stylist {
    width: calc(20% - 5px);
    height: 100px;
    margin: 1px;
  }

  nav {
    top: 0;
  }

  .column {
    padding: 4px;
  }
  .column .photo.two {
    margin-bottom: 8px;
  }

  #press img:not(.brush) {
    width: 43%;
  }
  #press img:nth-of-type(1) {
    margin-right: -18%;
    z-index: 0 !important;
  }
  #press img:nth-of-type(2) {
    z-index: 2 !important;
  }
  #press img:nth-of-type(3) {
    margin-left: -18%;
    z-index: 1 !important;
  }

  button {
    width: 100%;
    margin: 5px 0;
  }
}
/* -- iPhone 6s Plus/6 Plus -- */
@media screen and (max-width: 420px) {
  footer hr {
    width: 30px;
  }

  footer .social img {
    margin-right: 10px;
    width: 18px;
  }
}
/* -- iPhone 6s/6 -- */
@media screen and (max-width: 375px) {
  h1 {
    font-size: 1.8em;
  }

  .line {
    width: 60%;
  }
}
/* -- iPhone 5s/5/4s/4 -- */
@media screen and (max-width: 320px) {
  .line {
    width: 55%;
  }

  .stylist {
    height: 80px;
  }
}

/*# sourceMappingURL=styles.css.map */
