/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.pad10 {
  padding: 10px 30px;
}
.pad30 {
  padding: 30px 30px;
}
a:hover {
  color: #98bf32;
}
p,
h1,
h2,
h3,
ul li,
blockquote {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}
#header {
  min-height: 100px;
}
@media (min-width: 768px) {
  .logo {
    position: absolute;
    top: -10px;
    left: -20px;
    z-index: 100;
    -webkit-filter: drop-shadow(20px 20px 5px #ffffff);
    filter: drop-shadow(0px 0px 10px #fff);
  }
}
.phone-number {
  color: #555555;
  letter-spacing: 3px;
  padding: 10px 0 10px 40px;
  background: transparent url('../../../assets/img/icon-phone.png') no-repeat 0% 50%;
}
.carousel-indicators li:hover {
  background-color: #fff;
}
.carousel-indicators .active {
  background-color: #98bf32;
  width: 16px;
  height: 16px;
}
.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 14px;
}
#about img {
  padding: 1em 6em;
}
#about h2 {
  color: #98bf32;
}
@media (min-width: 768px) {
  #about img {
    padding: 2em;
  }
}
#offer .col-md-4 {
  text-align: center;
}
#offer ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#offer ul li {
  margin-left: 0;
  padding-left: 0;
  padding: 1.5em 0;
  position: relative;
  z-index: 1;
}
#offer ul li:before {
  content: "";
  position: absolute;
  left: 30%;
  bottom: 0;
  height: 1px;
  width: 40%;
  /* or 100px */
  border-bottom: 1px solid #98bf32;
}
#quote {
  background-color: #98bf32;
}
blockquote {
  text-align: center;
  font-size: 2em;
  color: #fff;
  padding: 50px;
  margin: 0;
  border-left: none;
  background: url('../../../assets/img/quotation-mark-right.png') no-repeat bottom right, url('../../../assets/img/quotation-mark-left.png') no-repeat top left;
}
footer {
  background-color: #555555;
  color: #fff;
}
footer p {
  color: #fff;
}
footer a:link,
footer a:visited {
  color: #fff;
}
footer h3 {
  color: #98bf32;
  margin-bottom: 1em;
}
footer .sm-links p {
  margin-bottom: 2em;
}
footer p .footer-email,
footer p .footer-facebook,
footer p .footer-linkedin {
  padding: 15px 0 15px 40px;
}
footer .sm-links p:first-child {
  margin-top: 35px;
}
footer .footer-email {
  background: transparent url('../../../assets/img/sm-email.png') no-repeat 0% 50%;
}
footer .footer-facebook {
  background: transparent url('../../../assets/img/sm-facebook.png') no-repeat 0% 50%;
}
footer .footer-linkedin {
  background: transparent url('../../../assets/img/sm-linkedin.png') no-repeat 0% 50%;
}
/*# sourceMappingURL=theme.css.map */