@import 'https://fonts.googleapis.com/css?family=Lato:400,700|Merriweather:400';

/*WEB FONTS
	font-family: 'Lato', sans-serif;
	font-family: 'Merriweather', serif;
*/
/*General*/
html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 16px;
  padding-top: 116px;
  font-family: 'Lato', sans-serif;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  color: #333;
  line-height:1.4;
}

body.fade-out {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

.browserupgrade {
  margin: 10px 0;
  background: #ccc;
  color: #000;
  padding: 10px 0;
  text-align: center;
}

ul {
  padding-top: 10px;
}

/*Images*/
img {
  -ms-interpolation-mode: bicubic;
}

/*Typography*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Merriweather', serif;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 16px;
}

/*Links*/
a,
a:focus {
  color: #ba8748;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #A3753D;
  text-decoration: none;
}

/*Icons*/
#contact .glyphicon {
  font-size: 30px;
}

i.fa {
  font-size: 30px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/*Buttons*/
.btn {
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 1.5px;
  border: none;
}

.btn-default,
.btn-default:focus {
  background-color: #ba8748;
  border-color: #ba8748;
  color: #fff;
  -webkit-transition: background-color ease-in 0.3s;
  transition: background-color ease-in 0.3s;
}

.btn-default:hover,
.btn-default:active,
.btn-default:active:hover {
  background-color: #A3753D;
  border-color: #A3753D;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*Navigation*/
a:hover,
a:focus {
  text-decoration: none;
}

nav {
  min-height: 50px;
  border-bottom: solid 2px #A3753D;
  background: rgba(255, 255, 255, 1);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.nav-header {
  float: left;
}

.brand {
  display: block;
  float: left;
  margin: 18px 0 15px 0;
}

.brand img {
  height: 80px;
}

.logo {
  float: left;
}

#navBtn {
  display: none;
  margin: 25px 0;
}

.nav-menu {
  float: right;
}

.nav-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-menu ul li {
  float: left;
}

.nav-menu ul li a {
  color: #333;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  padding: 0 15px;
  line-height: 113px;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: solid 3px transparent;
}

.nav-menu ul li a:hover {
  color: #A3753D;
  display: block;
}

.nav-menu ul li a.active {
  color: #A3753D;
  border-bottom: solid 3px #A3753D;
}

/*Helpers*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/*Jumbotron*/
.jumbotron-container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.container-fluid .jumbotron {
  height: 350px;
  background: #333333;
  border-radius: 0;
  margin-bottom: 0;
}

.jumbotron .outerWrap {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

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

.jumbotron h1 {
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #fff;
}

.jumbotron h2 {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: #fff;
}

.jumbotron .btn {
  display: block;
  width: 200px;
  margin: 0 auto;
}

.jumbotron .btn:last-child {
  margin-top: 15px;
}

.btn-container {
  text-align: center;
}

/*Sections*/
section h1 {
  text-align: center;
  margin-bottom: 20px;
  color: #ba8748;
}

section {
  padding: 60px 0;
  border-bottom: solid 2px #eee;
}

section .copy {
  text-align: center;
  margin-bottom: 40px;
}

/*Stylist*/
.stylist {
  margin-bottom: 30px;
}

.stylist img {
  margin: 0 auto;
}

.stylist:last-child {
  margin-bottom: 0;
}

.caption {
  text-align: center;
}

.caption h2 {
  color: #A3753D;
  font-size: 18px;
  padding: 10px 0;
}

.caption h3 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}

/*Services*/
.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel+.panel {
  margin-top: 0;
}

.panel-default .panel-heading {
  padding: 0;
  margin-bottom: 5px;
  border-radius: 0;
  background-color: transparent;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
}

.panel-body {
  padding: 0 0 20px 0;
}

.panel-title {
  position: relative;
}

.panel-title span.glyphicon {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
}

.panel-title>a {
  display: block;
  text-decoration: none;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #222;
  background-color: #eee;
  letter-spacing: 1px;
}

.no-js .panel-title>a {
  background-color: #a3753d;
  color: #fff;
}

.panel-title>a:hover {
  background-color: #A3753D;
  color: #fff;
}

.panel-title>a.active {
  background-color: #a3753d;
  color: #fff;
}

.table {
  margin-bottom: 0;
}

.table>tbody>tr>td {
  padding: 8px 0;
}

table tr:first-child td {
  border-top: none;
}

table tr td:last-child {
  text-align: right;
  width: 20%;
}

.policy {
  margin-top: 30px;
}

.policy h4 {
  margin-bottom: 10px;
}

.condition {
  margin-top: 8px;
  font-weight: 800;
}

/*Contact*/
.contact-info {
  text-align: center;
  margin-bottom: 40px;
}

.contact-info:last-child {
  margin-bottom: 0;
}

.contact-info p {
  padding: 10px 0 20px 0;
}

#social-links {
  margin-top: 15px;
}

.fa-facebook {
  margin-right: 30px;
}

a.facebook:hover {
  color: #3b5998;
}

a.twitter:hover {
  color: #1da1F2;
}

.hours p:first-of-type {
  padding-bottom: 0;
}

span.gc-cs-link {
  color: #ba8748;
  text-decoration: none;
}

#map {
  height: 400px;
}

.no-js #map {
  display: none;
}

/*Footer*/
footer {
  padding: 30px 0;
  text-align: center;
}

footer p,
footer ul {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

/*Media Queries*/
@media screen and (min-width: 480px) {

  /*Jumbotron*/
  .jumbotron .btn {
    display: inline-block;
    width: auto;
    margin: 0;
  }

  .jumbotron .btn:last-child {
    margin-top: 0;
    margin-left: 15px;
  }
}

@media screen and (min-width:600px) {

  /*Stylists*/
  .stylist {
    width: 50%;
  }

  .stylist:nth-child(6) {
    margin-bottom: 0;
  }

  /*General*/
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 18px;
  }

  blockquote {
    font-size: 24px;
  }

  ul,
  p {
    font-size: 18px;
  }

  a {
    font-size: 20px;
  }

  td {
    font-size: 18px;
  }

  /*Jumbotron*/
  .jumbotron h1 {
    font-size: 40px;
  }

  .jumbotron h2 {
    font-size: 24px;
  }
}

/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {

  /*General*/
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  .condition {
    text-align: left;
  }

  /*Jumbotron*/
  .container-fluid .jumbotron {
    height: 500px;
  }

  .jumbotron h1 {
    font-size: 48px;
  }

  .jumbotron h2 {
    font-size: 28px;
  }

  /*Navigation*/
  .navbar-brand {
    height: 100px;
  }

  .navbar-brand img {
    width: 100px;
  }

  .navbar-default .navbar-nav>li>a {
    line-height: 100px;
  }

  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus {
    border-bottom: solid 4px #ba8748;
  }

  .contact-info {
    text-align: center;
    margin-bottom: 10px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {

  /*Nav*/
  .nav-menu ul li a {
    font-size: 16px;
  }

  /*Stylists*/
  .stylist:nth-child(6) {
    margin-bottom: 30px;
  }

  h3 {
    font-size: 20px;
  }

  p,
  ul {
    font-size: 20px;
  }

  a {
    font-size: 20px;
  }

  td {
    font-size: 20px;
  }

  #contact .glyphicon {
    font-size: 35px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {

  /*Jumbotron*/
  .jumbotron h1 {
    font-size: 56px;
  }

  .jumbotron h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 740px) {
  body {
    padding-top: 85px;
  }

  .nav-header {
    float: none;
  }

  .nav-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 91px;
    width: 0;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    overflow-x: hidden;
    background: #333333;
  }

  .nav-menu.open {
    width: 100%;
    opacity: 1;
  }

  .nav-menu ul {
    position: relative;
    top: 5%;
    width: 100%;
    margin-top: 30px;
  }

  .nav-menu ul li {
    float: none;
    text-align: center;
  }

  .nav-menu ul li a {
    line-height: 50px;
    color: #fff;
    font-size: 25px;
    padding: 10px;
    border-bottom: none;
  }

  .nav-menu ul li a.active {
    border-bottom: none;
  }

  #navBtn {
    display: block;
    float: right;
  }

  .bar1,
  .bar2,
  .bar3 {
    width: 35px;
    height: 5px;
    margin: 6px 0;
    background: #A3753D;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }

  .brand img {
    height: 50px;
  }
}

@media screen and (max-height: 650px) and (max-width:740px) {
  .nav-menu ul li a {
    line-height: 25px;
    color: #fff;
    font-size: 20px;
    padding: 8px;
  }
}

/*Helpers*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}