@charset "UTF-8";
/* Theme Name: Upper Cut Salon
Theme URI:http://www.drinkteaeatbiscuits.co.uk
Author:Drink Tea Eat Biscuits
Author URI:http://drinkteaeatbiscuits.co.uk
Version: 1.1 */
*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Lato', sans-serif; }

a {
  color: inherit;
  text-decoration: inherit; }

a img {
  border: none; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .2s;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

/*
======================================================
 # Animations
======================================================
*/
.fade-in {
  opacity: 0; }

.fade-in-half {
  opacity: 0; }

.fade-in-top {
  opacity: 0; }

.fade-left {
  left: -50px;
  position: relative; }

.fade-right {
  left: 50px;
  position: relative; }

.fade-top {
  top: -20px;
  position: relative; }

.fade-bottom {
  top: 20px;
  position: relative; }

.fade-in-load {
  opacity: 0; }

/*
==================================== Footer
*/
#footer {
  padding: 40px 80px 140px;
  margin: 0;
  position: relative;
  background-color: #fff; }

#footer > div {
  display: inline-block;
  height: 100px;
  width: 200px;
  vertical-align: top; }

#footer h4 {
  color: #400054;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 20px; }

#footer .menu-footer-container {
  list-style: none;
  color: #6a6a6a;
  font-size: 13px;
  line-height: 18px; }

#footer .menu-footer-container ul {
  list-style: none; }

#footer p,
#footer a {
  color: #6a6a6a;
  font-size: 13px;
  line-height: 18px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

#footer a:hover {
  color: #401853; }

#contact-info {
  width: 300px !important; }

#footer #logo {
  display: inline-block;
  width: 127px;
  height: 111px;
  position: absolute;
  right: 70px;
  top: 30px; }

#footer #logo g {
  fill: #401853;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

#footer #logo:hover g {
  fill: #6a6a6a; }

#website-by {
  width: 100%;
  background-color: #232323;
  overflow: hidden;
  height: 70px;
  position: relative; }

#dteb-logo {
  height: 40px;
  width: 94px;
  margin: 16px 0px 0px 60px;
  float: left; }

#dteb-logo path {
  fill: #777;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

#website-by:hover #dteb-logo path {
  fill: #FCB328; }

#website-by a {
  font-family: "Lato", sans-serif;
  display: block;
  height: 100px;
  color: #777;
  font-size: 12px;
  padding: 30px 40px;
  float: left;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

#website-by:hover a {
  color: #FCB328; }

/*
==================================== Pages
*/
#page-back {
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: url(images/home-image.jpg);
  background-size: cover;
  background-position: center bottom;
  top: 0;
  z-index: -1; }

#content {
  width: 100%;
  overflow: hidden; }

#page-content {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  max-width: 1000px;
  min-height: 600px;
  margin: 0 auto 100px;
  text-align: center;
  color: #401853;
  padding: 80px 0 40px;
  width: 90%; }

#page-content h1 {
  font-size: 48px;
  text-transform: uppercase;
  margin: 0 0 30px; }

#page-content > p {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 15px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 20px; }

#page-content > p:first-of-type {
  font-size: 16px; }

#page-content a {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

#page-content a:hover {
  color: #8D8D8D; }

/*
==================================== The Salon
*/
/* slider */
#salon-slider {
  margin: 60px 0 -40px;
  border-top: 2px solid #401853;
  border-bottom: 2px solid #401853; }

.slick-prev::before {
  content: "<"; }

.slick-prev {
  left: 10px; }

.slick-next::before {
  content: ">"; }

.slick-next {
  right: 10px; }

.slick-prev::before,
.slick-next::before {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 900; }

.slick-prev, .slick-next {
  width: 29px; }

.slick-slide img {
  width: 100%; }

/*
==================================== Services
*/
#services {
  padding: 20px 0px;
  overflow: hidden;
  text-align: center; }

.service-wrap {
  width: 50%;
  text-align: center; }

.service-category {
  display: inline-block;
  width: 380px;
  text-align: left;
  margin: 0 20px 60px;
  position: relative;
  padding: 0 20px; }

.service-category h2 {
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin: 0 0 20px;
  width: 150px; }

.service {
  position: relative;
  overflow: hidden;
  width: 340px;
  margin: 0 0 11px; }

.service-title {
  float: left;
  width: 250px;
  font-size: 14px;
  line-height: 17px;
  padding: 0 20px 0 0; }

.service-price {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  font-weight: 700; }

.from {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px; }

.category-header {
  position: relative; }

.service-price-therapist {
  position: absolute;
  bottom: 0;
  right: 70px;
  font-size: 14px;
  font-weight: 700; }

.service-price-senior {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  font-weight: 700; }

.seniortherapist {
  width: 60px;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right; }

.therapist {
  width: 60px;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  right: 70px;
  bottom: 0;
  text-align: right; }

#category-29 h2,
#category-33 h2,
#category-34 h2 {
  font-size: 29px;
  line-height: 27px;
  letter-spacing: -0.05em; }

/*
==================================== Team Section
*/
#team-members {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px; }

.team-member {
  padding: 20px 0;
  width: 33%;
  display: inline-block;
  vertical-align: top; }

.member-photo {
  width: 100%;
  text-align: center; }

.member-photo img {
  width: 90%; }

.member-name {
  margin: 0 auto;
  width: 90%;
  padding: 10px 5px 5px;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900; }

.member-bio {
  margin: 0 auto;
  width: 90%;
  padding: 5px;
  text-align: left;
  font-size: 14px;
  line-height: 22px; }

.team-member-group {
  padding: 20px 0; }

.team-member-group h4 {
  text-transform: uppercase;
  font-size: 24px; }

.team-member .name {
  font-size: 15px;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Lato"; }

.team-member-image {
  width: 220px;
  height: 220px;
  position: relative;
  z-index: 9;
  border-radius: 100%; }

.team-image-wrap {
  width: 220px;
  height: 220px;
  border-radius: 100%;
  background-color: rgba(69, 40, 84, 0.8);
  display: inline-block;
  position: relative; }

.team-image-wrap:before {
  content: '';
  width: 105%;
  height: 105%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  background-color: #73428A;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.team-member:hover .team-image-wrap:before {
  -webkit-transform: translate(-50%, -50%) scale(1.02);
          transform: translate(-50%, -50%) scale(1.02); }

.team-window-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s opacity ease-out, 0s visibility 0.4s;
  transition: 0.4s opacity ease-out, 0s visibility 0.4s; }

.team-window-overlay.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s opacity ease-out, 0s visibility;
  transition: 0.4s opacity ease-out, 0s visibility; }

.close-cross {
  position: absolute;
  width: 25px;
  right: 20px;
  top: 20px;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.close-cross path {
  fill: #401853; }

.close-cross:hover {
  opacity: 0.4; }

.team-member-window {
  position: fixed;
  height: auto;
  width: 100%;
  max-width: 1000px;
  max-height: 90%;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  z-index: 99;
  padding: 20px 60px 40px;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s opacity ease-out, 0s visibility 0.1s, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0s visibility 0.1s, 0.2s -webkit-transform ease-out;
  transition: 0.2s opacity ease-out, 0.2s transform ease-out, 0s visibility 0.1s;
  transition: 0.2s opacity ease-out, 0.2s transform ease-out, 0s visibility 0.1s, 0.2s -webkit-transform ease-out; }

.team-member-window.show {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s opacity ease-out, 0s visibility, 0.2s -webkit-transform ease-out;
  transition: 0.4s opacity ease-out, 0s visibility, 0.2s -webkit-transform ease-out;
  transition: 0.4s opacity ease-out, 0.2s transform ease-out, 0s visibility;
  transition: 0.4s opacity ease-out, 0.2s transform ease-out, 0s visibility, 0.2s -webkit-transform ease-out; }

#team-window-1-1 {
  z-index: 999; }

.team-member-window .team-member-image {
  width: 180px;
  height: 180px; }

.team-member-window .name {
  text-transform: uppercase;
  font-size: 28px;
  padding: 10px 0 20px; }

.team-member-window .description p {
  padding: 0 0 15px;
  line-height: 1.4;
  font-family: "Lato";
  font-weight: 300; }

.no-icon {
  width: 20px;
  height: 20px; }

.no-icon path {
  fill: #900; }

.working-hours {
  padding: 20px 0; }

.day {
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px; }

.day p {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin: 0 0 5px; }

.times {
  height: 20px;
  display: block;
  font-weight: bold;
  padding: 3px 0 0; }

/*
==================================== Brands Section
*/
#brands {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px; }

.brand {
  padding: 10px 0;
  width: 24%;
  display: inline-block;
  vertical-align: top; }

.brand-photo {
  width: 100%;
  text-align: center; }

.member-photo img {
  width: 90%;
  max-width: 200px; }

/*
==================================== Contact Page
*/
.overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 450px;
  /* your iframe height */
  top: 450px;
  /* your iframe height */
  margin-top: -450px;
  /* your iframe height */ }

.google-map {
  margin: 0 0 -45px 0; }

#contact-left,
#contact-right {
  vertical-align: top;
  display: inline-block;
  width: 30%;
  min-width: 300px;
  text-align: left;
  padding: 0 0 100px; }

#contact-right {
  text-align: right; }

#contact-details h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 10px 0; }

.phone-number p {
  display: inline-block;
  width: 49%;
  margin: 0 0 5px; }

#email {
  margin: 20px 0 0; }

.phone-number p:nth-of-type(2) {
  font-weight: 700;
  font-size: 18px; }

#address p {
  margin: 0 0 3px; }

/* 
============================= Hair Gallery
*/
.hair-gallery-section-title {
  margin: 20px 0 10px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em; }

/*
============================== Academy Section
*/
.academy-title {
  background-color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 16px;
  padding: 10px 0 8px;
  width: 100%; }

.upper-cut-academy-header {
  width: 100%;
  height: 230px;
  background-color: #401853;
  position: relative;
  border-top: 5px solid #fff; }

.academy-logo {
  width: 200px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  margin: 22px 0 0; }

.academy-logo path {
  fill: #fff; }

.menu-academy-container {
  left: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%; }

#menu-academy {
  display: inline-block;
  margin: 0 0 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/*.menu-academy-container li:nth-of-type(2) {
  margin: 0 140px 0 0;
}*/
.menu-academy-container li {
  list-style: none;
  display: inline-block; }

.menu-academy-container li a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 20px 20px;
  font-weight: 400;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #fff;
  margin: 0 20px;
  letter-spacing: 0.05em; }

.menu-academy-container li a:hover {
  color: #A992B4; }

section.academy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 600px;
  overflow: hidden; }

section.academy:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

section.academy .row {
  width: 50%;
  float: left; }

.section-image {
  width: 50%;
  background-size: cover;
  background-position: center center; }

.section-text {
  padding: 80px 160px 80px 70px; }

.section-text h2 {
  font-size: 40px;
  color: #401853;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 20px;
  padding: 10px 0 0; }

.section-text p {
  margin: 0 0 15px;
  font-weight: 300;
  line-height: 1.4;
  color: #2C2B2B;
  font-size: 16px; }

.section-text strong {
  color: #401853;
  font-weight: 700;
  font-size: 18px; }

.section-text ul {
  display: block;
  margin: 0 0 20px 30px; }

.section-text ul li {
  margin: 0 0 12px;
  color: #8F8F8F; }

/*
==================================== Header
*/
#header {
  background-color: #401853;
  width: 100%;
  height: 60px; }
  #header .menu-navigation-container {
    list-style: none;
    color: #fff;
    text-align: center; }
    #header .menu-navigation-container ul li {
      display: inline-block;
      position: relative; }
      #header .menu-navigation-container ul li a {
        position: absolute;
        top: 0;
        display: block;
        font-size: 13px;
        text-transform: uppercase;
        height: 60px;
        line-height: 15px;
        padding: 23px 25px 22px;
        position: relative;
        letter-spacing: 0.05em;
        -webkit-transition: all 200ms ease-out;
        transition: all 200ms ease-out; }
        #header .menu-navigation-container ul li a:hover {
          color: #baa0c6; }
        #header .menu-navigation-container ul li a:after {
          content: ' ';
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 5px solid #baa0c6;
          position: absolute;
          top: 100%;
          left: 50%;
          -webkit-transition: 0.3s opacity 0.1s ease-out, 0.3s -webkit-transform ease-out;
          transition: 0.3s opacity 0.1s ease-out, 0.3s -webkit-transform ease-out;
          transition: 0.3s transform ease-out, 0.3s opacity 0.1s ease-out;
          transition: 0.3s transform ease-out, 0.3s opacity 0.1s ease-out, 0.3s -webkit-transform ease-out;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          visibility: hidden;
          opacity: 0; }
        #header .menu-navigation-container ul li a:hover:after {
          -webkit-transform: translate(-50%, -100%);
                  transform: translate(-50%, -100%);
          visibility: visible;
          opacity: 1; }

#header .menu-navigation-container ul li .sub-menu {
  opacity: 0;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #371945;
  z-index: 99;
  width: 220px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  visibility: hidden; }
  #header .menu-navigation-container ul li .sub-menu li {
    position: static; }
    #header .menu-navigation-container ul li .sub-menu li a:after {
      -webkit-transition: 0.3s opacity 0.1s ease-out, 0.3s -webkit-transform ease-out;
      transition: 0.3s opacity 0.1s ease-out, 0.3s -webkit-transform ease-out;
      transition: 0.3s transform ease-out, 0.3s opacity 0.1s ease-out;
      transition: 0.3s transform ease-out, 0.3s opacity 0.1s ease-out, 0.3s -webkit-transform ease-out;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      visibility: hidden;
      opacity: 0; }
    #header .menu-navigation-container ul li .sub-menu li:hover a:after {
      -webkit-transform: translate(-50%, -100%);
              transform: translate(-50%, -100%);
      visibility: visible;
      opacity: 1; }

#header .menu-navigation-container ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-transition: 0.2s opacity 0.1s ease-out, 0.2s -webkit-transform;
  transition: 0.2s opacity 0.1s ease-out, 0.2s -webkit-transform;
  transition: 0.2s opacity 0.1s ease-out, 0.2s transform;
  transition: 0.2s opacity 0.1s ease-out, 0.2s transform, 0.2s -webkit-transform;
  overflow: hidden; }

#header .menu-navigation-container ul li.current_page_item a:hover {
  top: 0px;
  height: 60px;
  cursor: default; }

#header .menu-navigation-container ul li.current_page_item a:after,
#header .menu-navigation-container ul li.current-page-ancestor a:after {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  visibility: visible;
  opacity: 1;
  border-bottom: 5px solid #fff; }

.menu-button {
  display: none; }

/* Navigation button */
.sb-toggle-right {
  position: absolute;
  width: 120px;
  height: 40px;
  right: 0;
  top: 0;
  cursor: pointer; }

#navigation_button {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 20px;
  height: 16px;
  z-index: 9; }

#navigation_button g rect {
  fill: #fff;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

.sb-toggle-right:hover #navigation_button g rect,
.sb-toggle-right:hover #menu-text {
  color: #b7b7b7;
  fill: #b7b7b7; }

#menu-text {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: absolute;
  right: 45px;
  top: 12px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

/* Slidebar Navigation */
.sb-slidebar {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 0px 0 0; }

.menu-title {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-align: right;
  padding: 22px 15px 20px;
  font-weight: 900; }

.sb-slidebar .menu {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-top: 1px rgba(255, 255, 255, 0.2) solid; }

.sb-slidebar .menu li a {
  display: block;
  padding: 22px 15px 20px;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0); }

.sb-slidebar .menu li a:hover {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 22px 18px 20px;
  box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.4);
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid; }

/* ============================================================
  CUSTOM PAGINATION
============================================================ */
#page-content .custom-pagination {
  padding: 20px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

#page-content .custom-pagination span,
#page-content .custom-pagination a {
  display: inline-block;
  padding: 4px 10px 2px;
  font-size: 14px; }

#page-content .custom-pagination a {
  background-color: #fff;
  color: #401853; }

#page-content .custom-pagination a:hover {
  background-color: #401853;
  color: #fff; }

#page-content .custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0; }

#page-content .custom-pagination span.dots {
  padding: 0;
  color: #401853; }

#page-content .custom-pagination span.current {
  background-color: #401853;
  color: #fff; }

#content.blog #page-content {
  background-color: #F4F4F4; }
  #content.blog #page-content h1 {
    margin: 0 0 0px; }
  #content.blog #page-content .category-title {
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 12px;
    color: #8D8D8D;
    margin: 0 auto 30px; }
  #content.blog #page-content .posts {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #content.blog #page-content .posts .post {
      margin: 5px;
      width: calc(100% - 10px);
      padding: 10px;
      background-color: #fff;
      position: relative; }
      @media only screen and (min-width: 48em) {
        #content.blog #page-content .posts .post {
          width: calc(50% - 10px); } }
      @media only screen and (min-width: 62em) {
        #content.blog #page-content .posts .post {
          width: calc(33.333% - 10px); } }
      #content.blog #page-content .posts .post .post-thumb {
        width: 100%;
        border-bottom: 8px solid #401853;
        white-space: nowrap;
        opacity: 1;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
        #content.blog #page-content .posts .post .post-thumb .post-thumb-image {
          width: 100%;
          height: auto;
          margin: 0;
          padding: 0;
          display: block; }
        #content.blog #page-content .posts .post .post-thumb:hover {
          opacity: 0.8; }
      #content.blog #page-content .posts .post .post-type {
        padding: 15px 10px 45px;
        text-align: left;
        position: relative; }
        #content.blog #page-content .posts .post .post-type .post-categories {
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 12px;
          margin: 0 0 5px;
          color: #7F7F7F;
          font-weight: 700; }
        #content.blog #page-content .posts .post .post-type .post-title {
          font-weight: 900;
          font-size: 20px;
          letter-spacing: 0.02em;
          margin: 0 0 8px; }
        #content.blog #page-content .posts .post .post-type .post-description {
          font-size: 13px;
          line-height: 1.5;
          letter-spacing: 0.01em; }
      #content.blog #page-content .posts .post .read-more {
        display: block;
        text-align: right;
        border-top: 1px solid #DBDBDB;
        font-size: 12px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        padding: 10px 5px 0;
        position: absolute;
        bottom: 10px;
        width: calc(100% - 20px);
        left: 10px;
        color: #757575; }
        #content.blog #page-content .posts .post .read-more:hover {
          color: #401853; }

/*
==================================== Home Header
*/
#home-image {
  width: 100%;
  background-image: url(images/home-image.jpg);
  height: 700px;
  background-size: cover;
  background-position: center bottom;
  text-align: center; }

#home-image #logo {
  display: inline-block;
  width: 200px;
  height: 175px;
  margin: 170px auto 0; }

#home-image #logo g {
  fill: #fff;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

#home-image #logo:hover g {
  fill: #401853; }

#home-call-to-action {
  margin: 30px auto 0;
  width: 560px;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  color: #fff;
  padding: 32px 0px; }
  #home-call-to-action h1 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin: 0 120px; }
  #home-call-to-action a.home-link {
    display: inline-block;
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0.025em;
    border: 1px #fff solid;
    padding: 18px 30px 17px;
    margin: 20px 3px 0px;
    background-color: transparent;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    #home-call-to-action a.home-link:hover {
      background-color: rgba(255, 255, 255, 0.2); }

/*
==================================== Home Boxes
*/
#feature-boxes {
  width: 100%;
  margin: 0 0 0px;
  position: relative;
  color: #fff;
  overflow: hidden; }

.feature-box {
  width: 33.33%;
  float: left;
  height: 400px; }

.feature-box:nth-of-type(2),
.feature-box:nth-of-type(6) {
  width: 66.66%; }

.feature-box:nth-of-type(6) {
  float: right; }

.feature-box:nth-of-type(6) .feature-text {
  width: 360px;
  margin: -50px 0 0 -180px; }

.feature-box:nth-of-type(3) {
  clear: left; }

.feature-box a {
  display: block;
  background-color: rgba(64, 24, 83, 0.5);
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

.feature-box a:hover {
  background-color: rgba(64, 24, 83, 0.8); }

.feature-box a:hover .feature-text {
  margin: -50px 0 0 -150px; }

.feature-box:nth-of-type(6) a:hover .feature-text {
  margin: -40px 0 0 -180px; }

.feature-text {
  width: 300px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -150px;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

.feature-text h2 {
  font-size: 48px;
  text-transform: uppercase; }

.feature-text p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 280px;
  display: inline-block; }

/* The Salon */
#the-salon {
  width: 67%;
  background-image: url(images/the-salon.jpg);
  background-size: cover;
  height: 400px;
  color: #fff; }

/* opening times */
#opening-times,
#academy-opening-times {
  position: absolute;
  height: 400px;
  width: 33.33%;
  right: 0;
  top: 0;
  background-color: #4b186f; }

#academy-opening-times {
  right: auto;
  top: auto;
  bottom: 0;
  left: 0; }

#academy-opening-times .models-required {
  padding: 30px 0;
  font-size: 16px;
  font-weight: 700; }

#opening-times .feature-text {
  margin: -120px 0px 0px -150px;
  height: 240px; }

#academy-opening-times .feature-text {
  margin: -140px 0px 0px -150px;
  height: 240px; }

#opening-times .feature-text h2,
#academy-opening-times .feature-text h2 {
  font-size: 36px; }

#opening-times .feature-text p,
#academy-opening-times .feature-text p {
  margin: 8px 0 0; }

/* bottom feature boxes */
.feature-box {
  background-size: cover;
  background-position: center center; }

#feature-boxes-3 {
  width: 100%;
  position: relative;
  height: 400px; }

#feature-boxes-3 .feature-box-1 {
  height: 400px;
  left: 0;
  width: 33%;
  position: absolute;
  background-image: url(images/gallery.jpg); }

#feature-boxes-3 .feature-box-2 {
  height: 400px;
  width: 34%;
  left: 33%;
  position: absolute;
  background-image: url(images/services.jpg); }

#feature-boxes-3 .feature-box-3 {
  height: 400px;
  width: 33%;
  left: 67%;
  position: absolute;
  background-image: url(images/the-team.jpg); }

#awards {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 30px 10% 20px;
  border-bottom: 2px solid #f0f0f0; }

#awards h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #ADADAD; }

#awards img {
  display: inline-block;
  padding: 0 20px;
  height: 100px;
  width: auto; }

.page-title {
  text-align: center;
  background-color: #fff;
  padding: 2.5rem 2rem 2rem;
  border-bottom: #401853 solid 5px; }
  .page-title h1 {
    color: #2c1039;
    text-transform: uppercase;
    font-size: 48px; }

.content {
  width: 100%;
  overflow: hidden; }

.salon-options .col {
  padding: 0;
  overflow: hidden;
  position: relative; }

.salon-options a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 24, 83, 0.5); }

.half-image {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 2s linear;
  transition: 2s linear; }
  .col:hover .half-image {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 8s linear;
    transition: 8s linear; }

.half-text {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }
  .col:hover .half-text {
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%); }

.the-salon-header {
  background-color: #2c1039;
  color: #fff;
  width: 100%; }
  .the-salon-header .section-title {
    text-align: center;
    padding: 20px 0 0; }
    .the-salon-header .section-title h1 {
      text-transform: uppercase;
      font-size: 40px;
      letter-spacing: 0.1em; }
  .the-salon-header .menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .the-salon-header .menu li {
      margin: 0 10px;
      position: relative; }
      .the-salon-header .menu li a {
        display: block;
        padding: 15px 15px 11px;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        position: relative;
        -webkit-transition: 0.2s color 0s ease-out;
        transition: 0.2s color 0s ease-out; }
        .the-salon-header .menu li a:hover {
          color: #8f779b;
          -webkit-transition: 0.2s color 0.2s ease-out;
          transition: 0.2s color 0.2s ease-out; }
        .the-salon-header .menu li a:after {
          content: ' ';
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 5px solid #8f779b;
          position: absolute;
          top: 100%;
          left: 50%;
          -webkit-transition: 0.3s opacity 0.1s ease-out, 0.3s -webkit-transform ease-out;
          transition: 0.3s opacity 0.1s ease-out, 0.3s -webkit-transform ease-out;
          transition: 0.3s transform ease-out, 0.3s opacity 0.1s ease-out;
          transition: 0.3s transform ease-out, 0.3s opacity 0.1s ease-out, 0.3s -webkit-transform ease-out;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          visibility: hidden;
          opacity: 0; }
        .the-salon-header .menu li a:hover:after {
          -webkit-transform: translate(-50%, -100%);
                  transform: translate(-50%, -100%);
          visibility: visible;
          opacity: 1; }

main.academy-main .row {
  display: block;
  margin: 0; }

.gallery {
  margin: 0; }
  .gallery .gallery-column {
    padding: 0; }
  .gallery .gallery-image {
    width: 100%;
    height: auto;
    display: block; }

.gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  opacity: 0;
  visibility: hidden; }
  .gallery-lightbox .close-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .gallery-lightbox .gallery-lightbox-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff; }
    .gallery-lightbox .gallery-lightbox-image img {
      opacity: 0;
      display: block;
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      -webkit-transition: 0.2s opacity 0.2s ease-out, 0.4s -webkit-transform 0.5s ease-out;
      transition: 0.2s opacity 0.2s ease-out, 0.4s -webkit-transform 0.5s ease-out;
      transition: 0.4s transform 0.5s ease-out, 0.2s opacity 0.2s ease-out;
      transition: 0.4s transform 0.5s ease-out, 0.2s opacity 0.2s ease-out, 0.4s -webkit-transform 0.5s ease-out; }
  .gallery-lightbox.gallery-active {
    opacity: 1;
    visibility: visible;
    z-index: 999; }
    .gallery-lightbox.gallery-active .gallery-lightbox-image img {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }

#content.blog-single #page-content {
  padding: 30px 0 5px;
  background-color: #F4F4F4;
  text-align: left; }
  #content.blog-single #page-content .back-to-blog {
    margin: 0 18px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 11px;
    color: #8D8D8D; }
    #content.blog-single #page-content .back-to-blog:hover {
      color: #401853; }
  #content.blog-single #page-content .single-post {
    background-color: #fff;
    text-align: left;
    padding: 40px;
    margin: 10px; }
    #content.blog-single #page-content .single-post h1 {
      text-transform: none; }
    #content.blog-single #page-content .single-post .post-categories {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 12px;
      margin: 0 0 5px;
      color: #7F7F7F;
      font-weight: 700; }
    #content.blog-single #page-content .single-post .post-image {
      width: 100%;
      height: auto; }
    #content.blog-single #page-content .single-post .single-content {
      margin: 40px 0; }
/*# sourceMappingURL=style.css.map */