body {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  color: #333333;
}
body * {
  transition: all 300ms ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Philosopher', sans-serif;
}
h1 {
  color: #da5057;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 700;
  margin-top: 0;
  padding-top: 0;
}
h1.center,
h2.center {
  text-align: center;
  border-bottom: solid 3px #efefef;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
h1.center:after,
h2.center:after {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 200px;
  margin: auto;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #da5057;
}
.spacer-20 {
  height: 20px;
}
.spacer-30 {
  height: 30px;
}
.spacer {
  height: 80px;
}
.text-dull {
  color: #6b6b6b;
}
header .top-bar {
  background-color: #da5057;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  text-transform: uppercase;
}
header .top-bar ul {
  margin: 0;
  padding: 0;
  float: right;
}
header .top-bar ul li {
  display: inline-block;
  padding: 0 10px;
}
header .top-bar ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 991px) {
  header .top-bar {
    text-align: center;
  }
}
header .header-logo-nav {
  height: 112px;
}
header .header-logo-nav .navbar-default .navbar-collapse,
header .header-logo-nav .navbar-default .navbar-form {
  border-color: transparent;
  z-index: 30001;
}
header .header-logo-nav .navbar-default {
  background: transparent;
  border-color: transparent;
  height: auto;
}
header .header-logo-nav .navbar-default .navbar-toggle {
  margin-top: 40px;
}
header .header-logo-nav .navbar-brand {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  header .header-logo-nav .navbar-brand {
    position: absolute;
    top: 0;
  }
}
header .header-logo-nav .navbar-nav {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
}
header .header-logo-nav .navbar-nav li.active a {
  color: #da5057;
}
header .header-logo-nav .navbar-nav li a {
  background-color: transparent !important;
  color: #333333;
  font-weight: 500;
  transition: color 300ms ease-in-out;
}
header .header-logo-nav .navbar-nav li a:hover {
  color: #da5057;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header-logo-nav {
    height: 220px;
  }
  header .header-logo-nav .navbar-nav {
    background-color: white;
    width: 100%;
    margin-top: 0;
    z-index: 300;
  }
  header .header-logo-nav .navbar-header {
    float: none;
    margin: auto;
    width: 250px;
  }
}
@media (max-width: 767px) {
  header .header-logo-nav .navbar-nav {
    background-color: white;
  }
}
header .banner {
  height: 600px;
  background: url("../images/home-banner.jpg") no-repeat center;
  border-bottom: solid 5px #da5057;
}
header .banner-inner {
  height: 130px;
  background: url("../images/inner-header.jpg") no-repeat center;
  border-bottom: solid 5px #da5057;
}
header .banner-inner h1 {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 130px;
}
@media (max-width: 991px) {
  header .banner-inner h1 {
    line-height: 120px;
  }
}
@media (max-width: 991px) {
  .home-welcome {
    text-align: center;
  }
  .home-welcome img {
    display: inline-block;
    margin-bottom: 25px;
  }
}
/**
min-width: 992, 768, 1200
max-width: 991, 767, 1199

@media (min-width: 991px) and (max-width: 1000px) {
    .home-welcome {
        text-align: center;
    }
}*/
.home-services {
  max-width: 350px;
  max-height: 350px;
  margin: auto;
}
.home-services .service-image {
  position: relative;
  margin-top: 35px;
}
.home-services .service-image,
.home-services .service-image * {
  transition: all 300ms ease-in-out;
}
.home-services .service-image:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  border: solid 20px rgba(255, 255, 255, 0.4);
}
.home-services .service-image img {
  border-radius: 50%;
}
.home-services .service-image .service {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-services .service-image .service .service-table {
  display: table;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.home-services .service-image .service .service-table .service-table-cell {
  display: table-cell;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(218, 80, 87, 0.6);
}
.home-services .service-image .service .service-table .service-table-cell h3 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  padding: 35px;
  font-weight: 700;
}
.home-services .service-image:hover .service .service-table {
  opacity: 1;
}
.about h2 {
  color: #da5057;
  font-weight: 700;
}
form .form-group {
  background-color: #f4f4f4;
  padding: 15px;
  border-bottom: solid 5px #eaeaea;
}
form .form-group label {
  text-transform: uppercase;
}
form .form-group input,
form .form-group textarea {
  background: transparent;
  border: solid 1px #cccccc;
  color: #333333;
  padding: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
form .form-group input::-webkit-input-placeholder,
form .form-group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
  font-style: italic;
}
form .form-group input::-moz-placeholder,
form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
  font-style: italic;
}
form .form-group input:-ms-input-placeholder,
form .form-group textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
  font-style: italic;
}
form .form-group input:-moz-placeholder,
form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
  font-style: italic;
}
form .form-group textarea {
  height: 200px;
}
form .btn-default {
  background: #da5057;
  padding: 15px 20px;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Philosopher', sans-serif;
  text-transform: uppercase;
  margin: auto;
}
form .btn-default:hover {
  background: #a22229;
  color: #ffffff;
}
section.services .info {
  font-size: 14px;
}
section.services .service-wrapper {
  margin-top: 30px;
  background-color: #fafafa;
  border: solid 1px #efefef;
  border-bottom-width: 3px;
  max-width: 378px;
  margin-left: auto;
  margin-right: auto;
}
section.services .service-wrapper h2 {
  font-size: 20px;
  color: #da5057;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  min-height: 64px;
}
section.services .service-wrapper h2 a {
  color: #da5057;
  text-decoration: none;
}
section.services .service-wrapper p {
  text-align: center;
  color: #666666;
  padding: 0 10px 10px;
  font-size: 14px;
}
section.services .service-wrapper .read-more {
  display: block;
  text-align: center;
  color: #da5057;
  padding-bottom: 10px;
  font-size: 14px;
}
section.services .service-wrapper .read-more a {
  color: #da5057;
}
section.services .service-wrapper .read-more a i {
  font-size: 13px;
}
footer .footer-appointment {
  border-top: solid 3px #eaeaea;
  min-height: 109px;
  padding-top: 30px;
  background: url("../images/footer-appointment.jpg") no-repeat center;
  font-family: 'Philosopher', sans-serif;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
}
footer .footer-appointment a {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .footer-appointment {
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: cover;
  }
}
footer .footer-large {
  min-height: 270px;
  background: url("../images/footer-large.jpg") no-repeat center;
  background-size: cover;
  border-top: solid 4px #da5057;
  padding-bottom: 20px;
}
footer .footer-large h3 {
  color: #da5057;
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
footer .footer-large ul {
  margin: 0;
  padding: 0;
}
footer .footer-large ul li {
  list-style-type: none;
  padding: 10px 0;
}
footer .footer-large ul li i {
  color: #da5057;
  font-size: 20px;
  width: 20px;
  margin-right: 17px;
  text-align: center;
}
footer .footer-large ul li iframe {
  border: solid 5px #ffffff;
  max-width: 100%;
}
@media (max-width: 991px) {
  footer .footer-large {
    text-align: center !important;
  }
}
footer .footer-bottom {
  min-height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: #da5057;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  footer .footer-bottom * {
    text-align: center !important;
  }
}
footer .footer-bottom a {
  color: #ffffff;
  text-decoration: underline;
}
.pricing h1 {
  margin-top: 30px;
  text-align: center;
}
.pricing h1:first-child {
  margin-top: 0;
}
.pricing table {
  text-transform: uppercase !important;
}
.pricing table thead {
  background-color: #da5057;
  color: #ffffff;
}
.pricing table thead th:nth-child(even) {
  text-align: right;
}
.pricing table tbody .description {
  width: 70%;
}
.pricing table tbody .amount {
  width: 30%;
  text-align: right;
}
.pricing table tbody tr:nth-of-type(odd) {
  background-color: #fef8f9;
}
.pricing .table > tbody > tr > td,
.pricing .table > tbody > tr > th,
.pricing .table > tfoot > tr > td,
.pricing .table > tfoot > tr > th,
.pricing .table > thead > tr > td,
.pricing .table > thead > tr > th {
  border-top: 1px solid #f0b9bc;
}
