/*
Theme Name: 
Theme URI:
Description: 
Author:
Author URI:
Version: .1
*/
/* misc mixins */
.clip {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  background-clip: padding-box;
}
/* handy shortcuts */
.clear {
  /* for use on :after */
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.magic-box:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
img {
  display: block;
  max-width: 100%;
}
.pace {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #8f2645;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #ca3863;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
}
html,
body {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  min-height: 100%;
  font-size: 15px;
  line-height: 1.4;
  font-family: "jaf-bernina-sans-condensed", Arial, Helvetica, sans-serif;
  color: #555;
  background: #fff;
}
input,
textarea {
  font-family: "jaf-bernina-sans-condensed", Arial, Helvetica, sans-serif;
}
a {
  transition: ease all .3s;
}
.inner {
  position: relative;
  margin: auto;
}
.inner:after {
  /* for use on :after */
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header {
  position: relative;
  height: 480px;
  background: #8f2645 url(../img/hero.jpg) center no-repeat;
  background-size: cover;
}
.header strong {
  position: relative;
  padding-top: 50%;
  display: block;
}
.header strong span {
  display: block;
  margin: auto 10%;
  height: 140px;
  text-indent: -9999em;
  background: url(../img/logo.png) center no-repeat;
  background-size: 100%;
}
.header .jump {
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
}
.header .jump a {
  margin: auto;
  height: 37px;
  width: 37px;
  display: block;
  background: url(../img/down.png) center no-repeat;
  background-size: 100%;
}
.focus,
.advert {
  display: none;
}
.focus img,
.advert img {
  max-width: 750px;
  margin: auto;
}
.advert a {
  display: block;
  margin: auto;
  max-width: 750px;
}
.advert a img {
  display: block;
  width: 100%;
}
.feature {
  position: relative;
  padding: 70px 20px 40px;
  text-align: center;
  background: #F5F5F5;
  margin-bottom: 70px;
}
.feature:after {
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  content: "";
  height: 23px;
  background: url(../img/tab.png) center bottom no-repeat;
  background-size: auto 23px;
}
.feature h2 {
  font-size: 28px;
}
.content {
  position: relative;
  margin: 0 15px;
}
.content h1 {
  text-align: center;
  font-size: 28px;
  padding-bottom: 35px;
}
.salons {
  margin: auto;
  max-width: 712px;
}
.salons li:first-of-type {
  background: #FAFAFA;
  margin: 0 -15px;
  padding: 60px 15px 20px;
  margin-bottom: 45px;
}
.salons li:first-of-type .salon {
  border-bottom: 0;
  margin-bottom: 0;
}
.salons li:first-of-type .salon-title {
  font-size: 40px;
}
.salons li:last-of-type .salon {
  border-bottom: 0;
}
.salon {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 45px;
  font-size: 17px;
}
.salon-title {
  font-size: 26px;
  padding-bottom: 16px;
  font-weight: bold;
}
.salon-logo {
  padding-bottom: 40px;
}
.salon-logo img {
  max-height: 130px;
}
.salon-location {
  position: relative;
  color: #0996B2;
  padding-bottom: 20px;
  font-size: 17px;
}
.salon-location strong,
.salon-location span,
.salon-location a {
  display: block;
  color: #0996B2;
  padding-left: 30px;
  line-height: 1.5;
  margin-bottom: 4px;
}
.salon-location strong {
  background: url(../img/pin.png) left center no-repeat;
  background-size: auto 18px;
}
.salon-location span {
  background: url(../img/call.png) left center no-repeat;
  background-size: auto 18px;
}
.salon-location a {
  background: url(../img/link.png) left center no-repeat;
  background-size: auto 18px;
}
.salon-information {
  line-height: 1.75;
}
.action {
  background: #444;
  padding: 75px 15px;
  color: #fff;
}
.contact {
  text-align: center;
  font-size: 17px;
  max-width: 712px;
  margin-left: auto;
  margin-right: auto;
}
.contact h3 {
  font-size: 28px;
  padding-bottom: 35px;
}
.contact p {
  padding-bottom: 15px;
}
.contact .field-wrap {
  padding-top: 20px;
}
.contact .field-wrap.error label {
  color: #f58787;
}
.contact .field-wrap.error input {
  border: 2px solid #f58787;
  line-height: 46px;
  color: #f58787;
}
.contact .field-wrap.error textarea {
  border: 2px solid #f58787;
  color: #f58787;
}
.contact .field-error {
  padding-top: 30px;
  margin-bottom: -20px;
  display: none;
  font-weight: bold;
}
.contact .error-notice {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 15px;
  background: #F86E6E;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  border: 0;
  font-size: 18px;
  color: #fff;
}
.contact .error-notice.complete {
  background: #45C0A5;
}
.contact .error-notice small {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 32px;
  background: url(../img/alert.png) center left no-repeat;
  background-size: 26px;
}
.contact label {
  display: block;
  text-align: left;
  color: #999;
  padding-bottom: 8px;
}
.contact input[type=text],
.contact input[type=email] {
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 15px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 100%;
  border: 0;
  color: #777;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}


.contact .has-captcha input{
	width: 120px;
	}
.contact .has-captcha img{
	height: 50px;
	width: auto;
	float: left;
	margin-right: 28px;
	}

.contact textarea {
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 100%;
  border: 0;
  color: #777;
  height: 200px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.contact input[type=submit] {
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 15px;
  background: #0996B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 100%;
  border: 0;
  margin-top: 30px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.contact input[type=submit]:hover {
  opacity: .8;
}
#footer {
  position: relative;
  height: 100px;
  background: #8f2645 url(../img/legal.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
}
#footer span {
  display: inline-block;
  padding: 0 0 0 100px;
  color: #fff;
  text-decoration: none;
  height: 100px;
  line-height: 100px;
  background: url(../img/minilogo.png) center left no-repeat;
  background-size: 80px auto;
}
@media screen and (min-width: 600px) {
  .header strong {
    margin: auto;
    width: 526px;
    height: 151px;
  }
  .header strong span {
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  .focus {
    display: block;
    background: #444;
    padding: 30px 0;
  }
  .advert {
    display: block;
    position: relative;
  }
  .advert a,
  .advert img {
    display: block;
  }
  .feature {
    padding: 85px 0 65px;
    margin-bottom: 80px;
  }
  .feature h2 {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .content {
    margin: 0 auto;
    padding: 0 30px;
  }
  .content h1 {
    font-size: 30px;
    padding-bottom: 45px;
    font-weight: 700;
  }
  .salons li:after {
    /* for use on :after */
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .salons li:first-of-type {
    margin: 0 -30px;
    padding: 60px 25px 40px;
    margin-bottom: 45px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .salons li:first-of-type h2 {
    float: none;
    font-weight: 700;
    font-size: 42px;
  }
  .salons li:first-of-type .salon-location {
    width: 45%;
  }
  .salons li:first-of-type .salon-logo {
    width: 50%;
  }
  .salon {
    padding-bottom: 30px;
  }
  .salon h2 {
    float: left;
  }
  .salon-location {
    float: left;
    width: 60%;
    clear: left;
    padding-top: 10px;
  }
  .salon-logo {
    float: right;
    width: 35%;
    text-align: right;
    overflow: hidden;
  }
  .salon-logo img {
    float: right;
  }
  .salon-information {
    clear: both;
  }
  .action {
    padding: 35px 30px 100px;
  }
  .action .advert {
    padding: 0 0 95px;
  }
  .contact h3 {
    padding-bottom: 25px;
  }
  .contact form .field-wrap {
    float: left;
    width: 48%;
    clear: both;
  }
  .contact form .field-wrap:nth-of-type(even) {
    float: right;
    clear: none;
  }
  .contact form .field-wrap:nth-of-type(5),
  .contact form .field-wrap:nth-of-type(6) {
    width: 100%;
    clear: both;
    float: none;
  }
}
@media screen and (min-width: 769px) {
  .inner {
    max-width: 768px;
    margin: auto;
  }
  .header strong {
    padding-top: 33%;
    height: 181px;
    width: 630px;
  }
  .focus {
    padding: 33px 0;
  }
  .feature {
    padding: 94px 0;
  }
}
@media screen and (min-width: 900px) {
  .salons li:first-of-type {
    margin: 0 -75px 40px;
    padding: 60px 75px 40px;
  }
}
@media (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header {
    background: url(../img/herox2.jpg) center no-repeat;
    background-size: cover;
  }
  .header strong a {
    background: url(../img/logox2.png) center no-repeat;
    background-size: 100%;
  }
}
