﻿#news {
  padding: 60px 0;
}
#news h2 {
  text-transform: uppercase;
  text-align: center;
}
.content {
  padding-top: 30px;
}
/* Testimonials */
.news blockquote {
  background: #f8f8f8 none repeat scroll 0 0;
  border-left: 5px solid #24242a;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  position: relative;
}
.news blockquote::before {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 20px solid #fff;
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-left-style: inset;
  /*FF fixes*/
  border-bottom-style: inset;
  /*FF fixes*/
}
.news blockquote::after {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #24242a transparent transparent transparent;
}
.news .carousel-info img {
  border: 1px solid #24242a;
  border-radius: 150px !important;
  height: 75px;
  padding: 3px;
  width: 75px;
}
.news .carousel-info {
  overflow: hidden;
}
.news .carousel-info img {
  margin-right: 15px;
}
.news .carousel-info span {
  display: block;
}
.news span.news-name {
  color: #24242a;
  font-size: 16px;
  font-weight: 300;
  margin: 23px 0 7px;
}
.btn-light {
  background: #fff;
  border: 3px solid #24242a;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #24242a;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: #24242a;
  color: #fff;
  text-decoration: none;
}
#services {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
}
#services h2 {
  text-transform: uppercase;
  color: #fff;
}
#services p {
  color: #fff;
}
#services .services-box {
  margin-top: 40px;
}
#services .services-box .col-md-4 {
  margin-bottom: 20px;
}
#services .services-box .col-md-4 .media-left,
#services .services-box .col-md-4 .media-right,
#services .services-box .col-md-4 .media-body {
  padding-right: 30px;
  vertical-align: baseline;
}
#services .services-box .col-md-4 .media-left p,
#services .services-box .col-md-4 .media-right p,
#services .services-box .col-md-4 .media-body p {
  text-align: left;
}
#services .services-box .col-md-4 .media-left h3,
#services .services-box .col-md-4 .media-right h3,
#services .services-box .col-md-4 .media-body h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
#services .services-box .col-md-4 .media-left span,
#services .services-box .col-md-4 .media-right span,
#services .services-box .col-md-4 .media-body span {
  font-size: 36px;
  color: #fff;
}
#gallery {
  padding: 60px 0;
  text-align: center;
}
#gallery h2 {
  text-transform: uppercase;
}
.gallery ul.filter {
  list-style: none;
  padding: 15px;
  margin-bottom: 35px;
  margin-top: 28px;
  overflow: hidden;
}
.gallery ul.filter li {
  float: left;
  text-transform: uppercase;
  margin-right: 25px;
  font-weight: 600;
}
.gallery ul.filter li a {
  color: #24242a;
}
.gallery ul.filter li a:hover,
.gallery ul.filter li a:focus,
.gallery ul.filter li a:active {
  color: #a3a3a3;
  text-decoration: none;
}
.gallery .gallery-items {
  clear: both;
}
.gallery .gallery-content {
  position: relative;
  margin-bottom: 30px;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
#testimonials {
  background-image: url('Images/husky.jpg');
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
}
#testimonials h2 {
  text-transform: uppercase;
  color: #fff;
}
#testimonials p {
  color: #fff;
}
#testimonials .item .quote {
  margin: 20px auto;
  width: 80%;
}
#testimonials .item .quote .right {
  margin-left: 40px;
  font-size: 32px;
  color: #fff;
}
#testimonials .item .quote .left {
  float: left;
  margin-right: 40px;
  color: #fff;
}
#testimonials .item h5 {
  color: #fff;
  line-height: 36px;
}
#testimonials .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}
#testimonials .owl-pagination .owl-page.active span {
  background-color: #fff;
}
#testimonials .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  width: 12px;
  height: 12px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#haircut {
  padding: 60px 0;
  text-align: center;
}
#haircut h2 {
  text-transform: uppercase;
}
#haircut p {
  color: #24242a;
}
#contact {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
}
#contact h2 {
  text-transform: uppercase;
  color: #fff;
}
#contact p {
  color: #fff;
}
.address {
  margin: 10px auto;
  font-weight: 600;
  font-size: 20px;
  padding: 20px 0  20px 0;
  color: #fff;
}
#map-canvas {
  width: 100%;
  height: 350px;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #0d0d0d;
  overflow-x: hidden;
}
.sep {
  max-width: 80px;
  border: 2px solid #24242a;
  margin-top: 40px;
  margin-bottom: 40px;
}
.light-sep {
  max-width: 80px;
  border: 2px solid #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}
h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.16em;
}
h2 {
  font-size: 36px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}
h3 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
}
h4 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}
h5 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}
h6 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}
p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.dark-bg {
  background: #a0c61b;
}
.light-bg {
  background: #fff;
}
.btn-transparent {
  background: transparent;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}
.navbar-default {
  background: rgba(160, 198, 27, 0.6);
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-header {
  width: 25%;
  padding-right: 15px;
}
.navbar-default .nav-wrap {
  width: 50%;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .nav > li > a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 35px 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:active {
  color: #24242a;
}
.navbar-default .social-media {
  float: right;
  padding: 0 15px;
}
.navbar-default .social-media i {
  font-size: 22px;
}
.navbar-default .social-media .nav > li > a {
  font-size: 22px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #a3a3a3;
}
.top-nav-collapse {
  background: #a0c61b;
}
/*.top-nav-collapse .navbar-brand {
    height: 50px;
}*/
/*.top-nav-collapse .navbar-brand img {
    width: 52px;
    height: 52px;
}*/
.top-nav-collapse .nav > li > a {
  padding: 30px 15px;
}
#owl-hero {
  overflow: hidden;
}
#owl-hero .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero .item .caption h1 span {
  font-weight: 700;
}
#owl-hero .item .caption h6 {
  color: #fff;
  margin: 0;
}
#owl-hero .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
  background: #a3a3a3;
  border: 2px solid #a3a3a3;
}
#owl-hero .owl-pagination .owl-page span {
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: url('/Content/Images/Carousel/Footprint.png');
}
#owl-hero .owl-buttons div {
  background: #fff;
  font-size: 60px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero .owl-buttons .owl-prev,
#owl-hero .owl-buttons .owl-next {
  position: absolute;
  background: none;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid none;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero:hover .owl-prev {
  left: -5px;
}
#owl-hero:hover .owl-next {
  right: -5px;
}
@media (max-width: 992px) {
  .navbar-default {
    background: rgba(160, 198, 27, 0.9);
  }
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
    border-bottom-color: none;
  }
  /*.navbar-default .navbar-header .navbar-brand {
        height: auto;
    }*/
  .navbar-default .navbar-header .navbar-brand img {
    width: 90px;
    height: 90px;
  }
  .navbar-default .nav-wrap {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    /*padding-top: 25px;
        padding-bottom: 25px;*/
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }
  #owl-hero h1 {
    font-size: 42px;
  }
  #owl-hero h6 {
    font-size: 16px;
  }
  #owl-hero .btn {
    margin-top: 20px;
  }
  #owl-hero .owl-buttons {
    display: none;
  }
}
footer {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
}
footer h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
footer .social {
  margin: 40px 0;
}
footer .social a {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .social a:hover,
footer .social a:focus,
footer .social a:active {
  color: #a3a3a3;
}
footer h6 {
  text-transform: uppercase;
  color: #fff;
}