/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  font-family: 'Playfair Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 16px;
}
p.small {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #6e6f72;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cinzel", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
hr.paw-light,
hr.paw-primary {
  padding: 0;
  border: none;
  border-top: solid 2px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.paw-light:after,
hr.paw-primary:after {
  content: "\f1b0";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.paw-light {
  border-color: white;
}
hr.paw-light:after {
  background-color: #6e6f72;
  color: white;
}
hr.paw-primary {
  border-color: #303030;
}
hr.paw-primary:after {
  background-color: white;
  color: #303030;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background: #d7d7d7;
  color: rgb(93, 93, 93);
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}

header .btn{
  margin-top: 20px;
  text-transform: uppercase;
}

header .intro-text .title {
  display: block;
  font-family: "Cinzel", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .subtitle {
  font-size: 1.05em;
  font-weight: 300;
}

header .container img{
  height:160px;
}

@media (min-width: 768px) {
  header .container {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  header .intro-text .title {
    font-size: 4.75em;
  }
  header .intro-text .subtitle {
    font-size: 1.45em;
  }

  header .container img{
    height:200px;
  }
}
.navbar-custom {
  font-family: "Cinzel", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}


.navbar-custom a:focus {
  outline: none;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  /*color: white;*/
}
.navbar-custom .navbar-nav li a:hover {
  color: #6e6f72;
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #6e6f72;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #6e6f72;
}
.navbar-custom .navbar-toggle {
  text-transform: uppercase;
  font-size: 10px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #6e6f72;
  color: white;
  border-color: #6e6f72;
}
.navbar-custom .navbar-brand img{
  height:30px;
}
.navbar-custom.affix-top .navbar-brand img{
  height:30px;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding-top:0;
    padding-bottom: 0;
  }

  .navbar-custom.affix-top .navbar-brand img{
    height:60px;
  }

  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
  .navbar-custom .navbar-brand img{
    height:50px;
  }
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 2em;
}
section.service {
  background: #6e6f72;
  color: white;
}

.service img{
  width:280px;

}
.service .img-responsive {
    margin: 0 auto;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}

footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}

footer .footer-below {
  padding: 25px 0;
  background-color: #303030;
}

footer .footer-logo{
  height:40px;
}

.footer-below .img-responsive{
  margin: 0 auto;
  margin-bottom: 10px;
}

.btn-primary {
  color: white;
  background-color: #303030;
  border-color: #303030;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #303030;
  border-color: #303030;
}
.btn-primary .badge {
  color: #303030;
  background-color: white;
}

.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
#map {
  width: 100%;
  height: 450px;
}
