/* line 1, ../../app/assets/stylesheets/pages.css.scss */
*:focus {
  outline: none;
}

/* line 4, ../../app/assets/stylesheets/pages.css.scss */
body {
  color: #333;
  background-color: #fff;
}

/* line 15, ../../app/assets/stylesheets/pages.css.scss */
body, button {
  font: normal 62.5%/1.5 "Lato", "HelveticaNeue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* line 26, ../../app/assets/stylesheets/pages.css.scss */
body, h1, h2, h3, ul, p, input {
  margin: 0;
  padding: 0;
}

/* line 36, ../../app/assets/stylesheets/pages.css.scss */
header, nav, section, form {
  display: block;
}

/* line 45, ../../app/assets/stylesheets/pages.css.scss */
.hidden {
  display: none;
}

/* line 48, ../../app/assets/stylesheets/pages.css.scss */
.page {
  min-width: 872px;
  font-size: 1.4em;
  padding: 0 250px;
}

/* line 60, ../../app/assets/stylesheets/pages.css.scss */
h1 {
  height: 220px;
  position: relative;
  z-index: initial;
  text-indent: -1000em;
  background-color: transparent;
  background-image: url(/assets/logo.png);
  background-position: 51.5% center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* line 79, ../../app/assets/stylesheets/pages.css.scss */
h1 a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* line 94, ../../app/assets/stylesheets/pages.css.scss */
h2 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  height: 100px;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #a6a6a6;
  margin-bottom: 40px;
  padding-top: 42px;
}

/* line 114, ../../app/assets/stylesheets/pages.css.scss */
h2.combheader {
  background-color: transparent;
  background-image: url(/assets/comb-header.png);
  background-position: center 0;
  background-repeat: no-repeat;
}

/* line 120, ../../app/assets/stylesheets/pages.css.scss */
h2.scissorheader {
  background-color: transparent;
  background-image: url(/assets/scissor-header.png);
  background-position: center 0;
  background-repeat: no-repeat;
}

/* line 126, ../../app/assets/stylesheets/pages.css.scss */
h2.phoneheader {
  background-color: transparent;
  background-image: url(/assets/icon-phone.png);
  background-position: center 0;
  background-repeat: no-repeat;
}

/* line 132, ../../app/assets/stylesheets/pages.css.scss */
h3 {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
}

/* line 144, ../../app/assets/stylesheets/pages.css.scss */
p, label {
  font-size: 14px;
  margin-bottom: 8px;
}

/* line 155, ../../app/assets/stylesheets/pages.css.scss */
p.center {
  text-align: center;
  margin: 40px 0;
}

/* line 166, ../../app/assets/stylesheets/pages.css.scss */
label {
  display: block;
  text-align: center;
}

/* line 177, ../../app/assets/stylesheets/pages.css.scss */
input {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 50px;
  width: 650px;
  text-align: center;
  font-size: 12px;
  background-color: #f1f1f1;
  border-width: 0;
  margin: 6px auto 0;
}

/* line 196, ../../app/assets/stylesheets/pages.css.scss */
.price {
  display: block;
  width: 250px;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  background-image: url(/assets/icon-comb.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.price:hover{
  text-indent:0em;
  background-image:none;
  text-decoration: none;
}
.price span{
  position: absolute;
  top: 49%;
  font-family: "Oswald", sans-serif;
  left: 83px;
  font-size: 22px;
  color:#333;
  text-transform: uppercase;
  visibility: hidden;
}
.price:hover span{
  visibility: visible;
}

/* line 216, ../../app/assets/stylesheets/pages.css.scss */
.booking {
  display: block;
  width: 250px;
  position: fixed;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: -1000em;
  background-color: transparent;
  background-image: url(/assets/icon-scissors.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.booking:hover{
  text-indent:0em;
  background-image:none;
  text-decoration: none;
}
.booking span{
  position: absolute;
  top: 49%;
  font-family: "Oswald", sans-serif;
  left: 83px;
  font-size: 22px;
  color:#333;
  text-transform: uppercase;
  visibility: hidden;
}
.booking:hover span{
  visibility: visible;
}

/* line 236, ../../app/assets/stylesheets/pages.css.scss */
.main-image {
  display: block;
  margin: 0 auto;
}

/* line 247, ../../app/assets/stylesheets/pages.css.scss */
.left-image {
  float: left;
  margin-right: 24px;
  margin-bottom: 100px;
}

/* line 259, ../../app/assets/stylesheets/pages.css.scss */
.contact {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  line-height: 1;
  background-color: transparent;
  background-image: url(/assets/icon-phone.png);
  background-position: center 70%;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
}
.contact:hover{
  text-indent:0em;
  background-image:none;
  text-decoration: none;
}
.contact span{
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  color:#333;
  text-transform: uppercase;
  visibility: hidden;
  display: block;
  margin:0 auto;
  position: relative;
  top:-40px;
  text-align: center;
}
.contact:hover span{
  visibility: visible;
}
/* line 280, ../../app/assets/stylesheets/pages.css.scss */
.contact-details > a {
  text-decoration: none;
  color: #333;
}

/* line 290, ../../app/assets/stylesheets/pages.css.scss */
.contact-details > a:hover {
  text-decoration: underline;
}

/* line 299, ../../app/assets/stylesheets/pages.css.scss */
.contact-details {
  height: 100px;
  text-align: center;
  font-size: 12px;
}

/* line 310, ../../app/assets/stylesheets/pages.css.scss */
button.submit {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  background-color: #000;
  margin: 30px auto 0;
  border-width: 0;
  border-radius: 30px;
}

/* line 330, ../../app/assets/stylesheets/pages.css.scss */
.contact-page h2,
.contact-page h3 {
  text-align: center;
}

/* line 333, ../../app/assets/stylesheets/pages.css.scss */
.contact-page .center {
  margin: 10px 0;
}

/* line 336, ../../app/assets/stylesheets/pages.css.scss */
.contact-page .facebook {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #fff;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  margin: 30px auto 0;
  border-width: 0;
  border-radius: 20px;
}

.container{
  min-width:900px;
  position: relative;
  z-index: 99;
}
