#section-body {
  padding-bottom: 0px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
/* Top Bar */
.top-contact .fa {
  font-size: 18px;
}
.top-contact li.top-bar-phone {
  font-size: 16px;
}
.top-bar-social li {
  margin-right: 8px;
}
@media (max-width: 991px) {
  .top-contact span {
    display: inline;
  }
}
#header-section .header-left {
  width: 100%;
  padding: 0;
}
.menu-right-no-user .navi {
  float: right !important;
}
body {
  height: 100%;
  width: 100%;
}
/* Hero Slides */
.header-slides {
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  height: 90%;
  min-height: 600px;
}
.header-slides .header-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.header-slides .header-background div {
  height: 100%;
}
.header-slides .header-background #header-bg-carousel .slider-image {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.header-slides .header-background #header-bg-carousel .owl-controls {
  display: none !important;
}
.header-slides .header-slides-content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.header-slides .search-expandable {
  position: absolute;
  width: 100%;
  bottom: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-slides .search-expandable .default-search {
  float: left;
  padding: 10px 15px 0;
  background-color: #fff;
  width: 100%;
}
.header-slides .search-expandable #ui-id-1 {
  top: 42px;
}
.header-slides .search-expandable .advanced-search {
  padding-top: 0px;
}
.header-slides.overlay:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.header-slides.short {
  height: 400px;
  min-height: 400px;
}
.text-white {
  color: #ffffff;
}
.form-control:focus,
.post-password-form input[type='password']:focus {
  border-color: #cccccc;
  outline: 0;
  box-shadow: none;
}
/* Images Section */
.spacer-sm {
  height: 160px;
}
.has-margin {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .spacer-sm {
    height: 24px;
  }
  .spacer-sm.short {
    display: block;
    height: 60px;
  }
}
/* Testimonial Carousel */
#testimonial-carousel .person {
  margin-top: 24px;
  text-align: center;
}
#testimonial-carousel img.avatar {
  width: auto;
  border-radius: 50%;
  margin: 0 auto 12px auto;
}
.contact-area {
  padding-bottom: 80px;
}
.contact-area ul {
  list-style: none;
}
.contact-area h4 {
  margin-bottom: 16px;
}
.contact-area .profile-contact {
  margin-top: 16px;
}
#contact_form {
  margin-bottom: 40px;
}
#map {
  height: 663px;
  width: 100%;
}
#property_location {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #map {
    height: 330px;
  }
}
.bootstrap-datetimepicker-widget .list-unstyled {
  padding: 0;
}
.bootstrap-datetimepicker-widget table td {
  font-weight: 400;
}
