body {
  font-family: 'Georgia', 'Times New Roman', serif;
  background-color: #f9f7f3;
}
.img-center {
  margin: 0 auto;
}
.text-muted {
  color: rgba(34, 34, 34, 0.5);
}
a {
  color: #bca474;
}
a:hover,
a:focus {
  color: #9a7f4a;
}
.sidebar-logo {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid rgba(34, 34, 34, 0.1);
}
.sidebar-logo img {
  margin: 0 auto;
}
.navbar-custom {
  margin-top: 15px;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #222;
}
.navbar-custom .navbar-header .navbar-brand {
  font-size: 15px;
}
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav > li > a:focus {
  color: #bca474;
}
.navbar-custom .nav > li.active > a {
  color: #bca474;
}
.navbar-custom .nav > li.active > a:hover,
.navbar-custom .nav > li.active > a:focus {
  color: #9a7f4a;
}
.navbar-custom .navbar-nav > li > .sub-nav {
  list-style: none;
  padding: 0;
}
.navbar-custom .navbar-nav > li > .sub-nav > li {
  display: block;
}
.navbar-custom .navbar-nav > li > .sub-nav > li > a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  padding-left: 30px;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-custom .navbar-nav > li > .sub-nav > li > a:hover,
.navbar-custom .navbar-nav > li > .sub-nav > li > a:focus {
  color: #bca474;
}
.navbar-custom .navbar-nav > li > .sub-nav > li.active > a {
  color: #bca474;
}
@media (min-width: 768px) {
  .navbar-custom {
    margin-top: 0;
    position: relative;
    top: auto;
    background-color: transparent;
    border: none;
  }
  .navbar-custom .navbar-collapse {
    padding: 0;
  }
  .navbar-custom .navbar-nav {
    float: none;
  }
  .navbar-custom .navbar-nav > li {
    display: block;
    width: 100%;
  }
  .navbar-custom .navbar-nav > li:first-child {
    margin-top: 15px;
  }
  .navbar-custom .navbar-nav > li > a {
    padding-top: 2px;
    padding-bottom: 2px;
    color: rgba(34, 34, 34, 0.7);
  }
  .navbar-custom .navbar-nav > li > a:hover,
  .navbar-custom .navbar-nav > li > a:focus {
    text-decoration: underline;
  }
  .navbar-custom .navbar-nav > li.active > a,
  .navbar-custom .navbar-nav > li.active > a:hover,
  .navbar-custom .navbar-nav > li.active > a:focus {
    background-color: transparent;
  }
  .navbar-custom .navbar-nav > li .sub-nav > li > a {
    color: rgba(34, 34, 34, 0.5);
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .navbar-custom .navbar-nav > li .sub-nav > li > a:hover,
  .navbar-custom .navbar-nav > li .sub-nav > li > a:focus {
    text-decoration: underline;
  }
}
.top-menu {
  position: relative;
  height: 128px;
  border-bottom: 3px solid rgba(34, 34, 34, 0.1);
  color: rgba(34, 34, 34, 0.5);
}
.top-menu .top-menu-content {
  font-style: italic;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 13px;
}
.top-menu .top-menu-content .phone-number {
  font-style: normal;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 4px;
  color: rgba(34, 34, 34, 0.75);
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media (min-width: 768px) {
  main {
    min-height: 500px;
    margin-top: 15px;
  }
}
hr {
  display: block;
  border: 0;
  height: 11px;
  background-image: url(../img/hr.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 20px;
  marign-bottom: 20px;
}
.tagline {
  text-align: center;
  font-style: italic;
}
.tagline .upper {
  margin: 0;
  font-size: 30px;
}
.tagline .lower {
  font-size: 18px;
  color: rgba(34, 34, 34, 0.5);
}
.service-boxes .service-box {
  max-width: 300px;
  margin: 0 auto 25px;
}
@media (min-width: 768px) {
  .service-boxes .service-box {
    margin: 0 auto;
  }
}
.service-boxes h2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}
footer {
  margin-top: 50px;
  background-color: #222;
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-upper {
  padding: 50px 0 0;
}
footer .footer-upper .col-sm-4 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  footer .footer-upper {
    padding: 50px 0;
  }
  footer .footer-upper .col-sm-4 {
    margin-bottom: 0;
  }
}
footer .footer-upper ul {
  font-style: italic;
}
footer .footer-upper a {
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-upper a:hover,
footer .footer-upper a:focus {
  color: rgba(255, 255, 255, 0.7);
}
footer .footer-lower {
  background-color: #3c3c3c;
  padding: 15px 0;
}
.owl-theme {
  position: relative;
}
.owl-theme .owl-controls {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.owl-theme .owl-controls .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
}
.owl-theme .owl-controls .owl-dots .owl-dot span {
  background-color: rgba(0, 0, 0, 0.5);
}
.owl-theme .owl-controls .owl-dots .owl-dot.active span {
  background-color: rgba(0, 0, 0, 0.5);
  border: 3px solid rgba(255, 255, 255, 0.6);
}
.owl-theme .owl-controls .owl-dots .owl-dot:hover span {
  background-color: rgba(0, 0, 0, 0.3);
}
.owl-theme .owl-controls .owl-nav {
  margin-top: 0;
}
.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next {
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  top: 50%;
  margin-top: -20px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 22px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.owl-theme .owl-controls .owl-nav .owl-prev:hover,
.owl-theme .owl-controls .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 0;
  margin-left: 15px;
}
.owl-theme .owl-controls .owl-nav .owl-prev i {
  margin-left: -2px;
}
.owl-theme .owl-controls .owl-nav .owl-next {
  right: 0;
  margin-right: 15px;
}
.owl-theme .owl-controls .owl-nav .owl-next i {
  margin-right: -2px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #bca474;
}
::selection {
  color: white;
  text-shadow: none;
  background: #bca474;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #bca474;
}
