body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
strong {font-weight:bold;}
.orange, orange {
  color: #ee6502 !important;
}

.navbar-brand img {
	max-height: 65px !important;
	width: auto;
}
.dropdown-menu .menu-item a.nav-link:hover {
    background-color: #f86907;
}
.navbar-toggler {
	right: 0;
	position: absolute;
	right: 20px;
	top: 24px;
}

#header-widget-area {
  text-align: center;
  background-color: #eee;
  margin-bottom: 30px;
}


#header-widget-area h3 {
  color: #ee6502;
  padding-top: 30px;
}

#primary {
	padding: 0;
}

.wrapper {
    padding: 0 0 30px;
}

.entry-title, .home #header-widget-area {
  display: none;
}
#header-widget-area .row, .wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.home .wrapper {
  max-width: 100%;
}

.row:before,
.row:after {
    display: none;
}

.row {
  margin: 0;
}

.home .row {
  margin: 0 -15px;
}

.jumbotron {
  border-radius: 0;
}
.jumbotron h3 {
    color: #ee6502;
    padding-top: 30px;
}
.bg-light-gray {
    background-color: #eee;
} 

.jumbotron {
  margin-bottom: 0;
}
section {
  padding: 30px 10px;

}

.sh {
  background: url("/wp-content/uploads/sites/2/2017/03/sh.jpg") no-repeat top center;
}
.nr {
  background: url("/wp-content/uploads/sites/5/2017/03/nr.jpg") no-repeat top center;
}
.gd {
  background: url("/wp-content/uploads/sites/7/2017/03/gd.jpg") no-repeat top center;
}
.ch {
  background: url("/wp-content/uploads/sites/6/2017/05/ch.jpg") no-repeat top center;
}


.salonbanner {
  background-size: cover;
  color: #fff;
  text-shadow: 0 0 8px #000;
  border-bottom: 1px solid #222;
  font-weight: 200 !important;
  font-size: 21px !important;
  padding-top: 100px;
  padding-bottom: 50px;
}


.salonbanner h3 {
  font-size: 32px;
}

@media (min-width: 992px) {
  .salonbanner {
     /* padding-top: 300px !important;*/
      padding-bottom: 200px !important;
  }
}


.thumbnail {
  padding: 0;
  border: 0;
  position: relative;
      margin-bottom: 20px;
}

.thumbnail img {
  width: 100%;
  height: auto;
}

.thumbnail .caption {
  text-align: center;
  background-color: #eee;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  color: #fff !important;
  padding: 10px 0 10px !important;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;

  -webkit-transition: 0.2s; /* Safari */
  transition: 0.2s;
}

.thumbnail:hover .caption {
  padding: 10px 0 20px !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}

.site-info {
  text-align: center;
}





















.logo {
  position: absolute;
  left: 14px;
  bottom: 14px;
  height: 140px;
  width: 140px;
    border-radius: 1000px;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    background: #111;
    padding: 10px;
}
.logo img {
  width: 100%;
  height: auto;
}
.book {
  display: block;
  background: #ed6406;
  color: #fff !important;
  width: 100px;
  height: 100px;
  padding: 0px;
  font-size: 16px;
  line-height: 25px;
  border-radius: 60px;
  text-align: center;

  line-height: 25px;

  position: absolute;
  right: 14px;
  bottom: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: lighter;

  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";

  /* IE 5-7 */
  filter: alpha(opacity=85);

  /* Netscape */
  -moz-opacity: 0.85;

  /* Safari 1.x */
  -khtml-opacity: 0.85;

  /* Good browsers */
  opacity: 0.85;

}

.book:hover {
  background: #fff;
  boorder: 2px solid #000;
    /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;

  /* Good browsers */
  opacity: 1;
  color: #111 !important;
}

.book p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  margin: 0 auto;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
  padding: 0;
}

.book:hover {
  text-decoration: none;
}

[class*="col-"] {
    display: inline-block;
    vertical-align: top;
}

.home .mosaic, .home .mosaic [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .salon {
        width: 100%;
        height: auto;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray; /* IE 6-9 */

        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
      }
      .home .mosaic [class*="col-"]:hover .salon {
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        filter: none;
      }

table {
  width: 100%;
}

.home table {
  width: auto;
}

.tablehead {
  background-color: #eee;
}
.italics {
  font-style: italic;
  color: #ccc;
  border-bottom: 1px solid #eee;
  padding-top: 5px;
}






#brands .line {
  padding: 20px 0;
  overflow: hidden;
}
#brands .line:nth-child(even) {background: #eee}
#brands .descr, #brands .pic {
  max-width: 700px;
  margin: 0 !important;
  display: inline-block;
  vertical-align: middle;
}
#about .descr, #about .pic {
  max-width: 400px;
}
.descr, .pic {
  width: 49%;
  display: inline-block;
  margin: 0;
  white-space: normal;
  position: relative;
  text-align: left;
}
#brands .pr_logo {
    height: auto;
    max-width: 80%;
    max-height: 40px;
    margin-top: 20px;
}

#brands .descr {
  padding: 0 20px;
}

@media only screen and (max-width: 700px) {

  .navbar-brand img {
    max-width: 80%;
    width: auto;
    height: auto;
  }
  #brands .line {
    margin: 0;
    overflow: hidden;
    text-align: center;
    height: 500px !important;
    display: block;
    position: relative;
  }

  .descr, .pic {
    position: relative;
    display: block;
    height: auto;
  }
  #brands .descr{
    z-index: 50;
    float: right;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #fff;
    width: auto;
  }
  #brands .pic {
    z-index: 1;
    height: 100%;
    width: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .line {
    min-height: 200px;
    overflow: hidden;
  }
}




.round {
    display: inline-block;
    height: 100px;
    width: 100px;
    
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #222;
    
    text-align: center;
    
    background-color: #ee6502;

    margin-bottom: 1.33em;
}

.round .dashicons {
  color: #FFF;
  line-height: 100px;
  font-size: 50px;
  width: 100px;
}

[class*="col-"] img {
  display: block;
  margin: 0 auto;
}


.staff { text-align: center; }
.staffleft, .staffright { margin: 0; padding: 0 5px; }
.staff-id { display: inline-block; margin: 5px 5px 0; color: #ee6502 !important; }

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

div#wrapper-footer-full {
    background-color: white;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
}
